Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio.h168 #define GPIO_PULLDOWN (0x00000002u) /*!< Pull-down activation */ macro
256 ((__PULL__) == GPIO_PULLDOWN))
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_gpio.h176 #define GPIO_PULLDOWN (0x00000002U) /*!< Pull-down activation */ macro
206 ((PULL) == GPIO_PULLDOWN))
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_gpio.h213 #define GPIO_PULLDOWN ((uint32_t)0x00000002U) /*!< Pull-down activation */ macro
220 ((__PULL__) == GPIO_PULLDOWN))