Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c115 #define PWR_PORTC_AVAILABLE_PINS (0x0E000U) macro
120 #define PWR_PORTC_AVAILABLE_PINS (0x0C000U) macro
677 if (((GPIO_Pin & PWR_PORTC_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_EnableStandbyIORetention()
678 ((GPIO_Pin & (~PWR_PORTC_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_EnableStandbyIORetention()
757 if (((GPIO_Pin & PWR_PORTC_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_DisableStandbyIORetention()
758 ((GPIO_Pin & (~PWR_PORTC_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_DisableStandbyIORetention()
876 if (((GPIO_Pin & PWR_PORTC_AVAILABLE_PINS) == 0U) || \ in HAL_PWREx_DisableStandbyRetainedIOState()
877 ((GPIO_Pin & (~PWR_PORTC_AVAILABLE_PINS)) != 0U)) in HAL_PWREx_DisableStandbyRetainedIOState()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr_ex.c42 #define PWR_PORTC_AVAILABLE_PINS (PWR_GPIO_BIT_15 | PWR_GPIO_BIT_14 | PWR_GPIO_BIT_13 | PWR_GPIO_… macro
324 SET_BIT(PWR->PUCRC, (GPIONumber & PWR_PORTC_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
325 CLEAR_BIT(PWR->PDCRC, (GPIONumber & PWR_PORTC_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
370 CLEAR_BIT(PWR->PUCRC, (GPIONumber & PWR_PORTC_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp()
422 SET_BIT(PWR->PDCRC, (GPIONumber & PWR_PORTC_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
423 CLEAR_BIT(PWR->PUCRC, (GPIONumber & PWR_PORTC_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
468 CLEAR_BIT(PWR->PDCRC, (GPIONumber & PWR_PORTC_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullDown()