Searched refs:PWR_PORTB_AVAILABLE_PINS (Results 1 – 1 of 1) sorted by relevance
114 #define PWR_PORTB_AVAILABLE_PINS (0x0FFFFU) macro119 #define PWR_PORTB_AVAILABLE_PINS (0x09318U) macro673 if (((GPIO_Pin & PWR_PORTB_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_EnableStandbyIORetention()674 ((GPIO_Pin & (~PWR_PORTB_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_EnableStandbyIORetention()753 if (((GPIO_Pin & PWR_PORTB_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_DisableStandbyIORetention()754 ((GPIO_Pin & (~PWR_PORTB_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_DisableStandbyIORetention()872 if (((GPIO_Pin & PWR_PORTB_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_DisableStandbyRetainedIOState()873 ((GPIO_Pin & (~PWR_PORTB_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_DisableStandbyRetainedIOState()