Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pwr_ex.h210 #define PWR_GPIO_A 0x00000000U /*!< GPIO port A */ macro
773 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\
780 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\
787 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\
792 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\
802 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c417 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullUp()
500 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullUp()
577 case PWR_GPIO_A: in HAL_PWREx_EnableGPIOPullDown()
660 case PWR_GPIO_A: in HAL_PWREx_DisableGPIOPullDown()