Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c113 #define PWR_PORTA_AVAILABLE_PINS (0x0FFFFU) macro
118 #define PWR_PORTA_AVAILABLE_PINS (0x0F1E3U) macro
661 if (((GPIO_Pin & PWR_PORTA_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_EnableStandbyIORetention()
662 ((GPIO_Pin & (~PWR_PORTA_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_EnableStandbyIORetention()
741 if (((GPIO_Pin & PWR_PORTA_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_DisableStandbyIORetention()
742 ((GPIO_Pin & (~PWR_PORTA_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_DisableStandbyIORetention()
860 if (((GPIO_Pin & PWR_PORTA_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_DisableStandbyRetainedIOState()
861 ((GPIO_Pin & (~PWR_PORTA_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_DisableStandbyRetainedIOState()