Searched refs:PWR_PORTC_AVAILABLE_PINS (Results 1 – 2 of 2) sorted by relevance
115 #define PWR_PORTC_AVAILABLE_PINS (0x0E000U) macro120 #define PWR_PORTC_AVAILABLE_PINS (0x0C000U) macro677 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()
42 #define PWR_PORTC_AVAILABLE_PINS (PWR_GPIO_BIT_15 | PWR_GPIO_BIT_14 | PWR_GPIO_BIT_13 | PWR_GPIO_… macro324 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()