Home
last modified time | relevance | path

Searched refs:PWR_PORTB_AVAILABLE_PINS (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c114 #define PWR_PORTB_AVAILABLE_PINS (0x0FFFFU) macro
119 #define PWR_PORTB_AVAILABLE_PINS (0x09318U) macro
665 if (((GPIO_Pin & PWR_PORTB_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_EnableStandbyIORetention()
666 ((GPIO_Pin & (~PWR_PORTB_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_EnableStandbyIORetention()
745 if (((GPIO_Pin & PWR_PORTB_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_DisableStandbyIORetention()
746 ((GPIO_Pin & (~PWR_PORTB_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_DisableStandbyIORetention()
864 if (((GPIO_Pin & PWR_PORTB_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_DisableStandbyRetainedIOState()
865 ((GPIO_Pin & (~PWR_PORTB_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_DisableStandbyRetainedIOState()