Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c114 #define PWR_PORTB_AVAILABLE_PINS (0x0FFFFU) macro
119 #define PWR_PORTB_AVAILABLE_PINS (0x09318U) macro
673 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()