Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c113 #define PWR_PORTA_AVAILABLE_PINS (0x0FFFFU) macro
118 #define PWR_PORTA_AVAILABLE_PINS (0x0F1E3U) macro
653 if (((GPIO_Pin & PWR_PORTA_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_EnableStandbyIORetention()
654 ((GPIO_Pin & (~PWR_PORTA_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_EnableStandbyIORetention()
733 if (((GPIO_Pin & PWR_PORTA_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_DisableStandbyIORetention()
734 ((GPIO_Pin & (~PWR_PORTA_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_DisableStandbyIORetention()
852 if (((GPIO_Pin & PWR_PORTA_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_DisableStandbyRetainedIOState()
853 ((GPIO_Pin & (~PWR_PORTA_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_DisableStandbyRetainedIOState()