Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pwr_ex.h773 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ macro
780 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ macro
787 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ macro
792 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ macro
802 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c412 assert_param(IS_PWR_GPIO(GPIO)); in HAL_PWREx_EnableGPIOPullUp()
495 assert_param(IS_PWR_GPIO(GPIO)); in HAL_PWREx_DisableGPIOPullUp()
572 assert_param(IS_PWR_GPIO(GPIO)); in HAL_PWREx_EnableGPIOPullDown()
655 assert_param(IS_PWR_GPIO(GPIO)); in HAL_PWREx_DisableGPIOPullDown()