Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c2534 case PWR_GPIO_J: /* Apply Pull Up to GPIO port J */ in HAL_PWREx_EnableGPIOPullUp()
2612 case PWR_GPIO_J: /* Disable Pull Up for GPIO port J */ in HAL_PWREx_DisableGPIOPullUp()
2705 case PWR_GPIO_J: /* Apply Pull Down to GPIO port J */ in HAL_PWREx_EnableGPIOPullDown()
2783 case PWR_GPIO_J: /* Disable Pull Down for GPIO port J */ in HAL_PWREx_DisableGPIOPullDown()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h297 #define PWR_GPIO_J (0x09U) /*!< GPIO port J */ macro
878 ((GPIO_PORT) == PWR_GPIO_J))