Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c231 #define PWR_PORTJ_AVAILABLE_PINS (0x0FFFU) macro
2535 SET_BIT(PWR->PUCRJ, (GPIO_Pin & PWR_PORTJ_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
2536 CLEAR_BIT(PWR->PDCRJ, (GPIO_Pin & PWR_PORTJ_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullUp()
2613 CLEAR_BIT(PWR->PUCRJ, (GPIO_Pin & PWR_PORTJ_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullUp()
2706 SET_BIT(PWR->PDCRJ, (GPIO_Pin & PWR_PORTJ_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
2707 CLEAR_BIT(PWR->PUCRJ, (GPIO_Pin & PWR_PORTJ_AVAILABLE_PINS)); in HAL_PWREx_EnableGPIOPullDown()
2784 CLEAR_BIT(PWR->PDCRJ, (GPIO_Pin & PWR_PORTJ_AVAILABLE_PINS)); in HAL_PWREx_DisableGPIOPullDown()