Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_gpio.c146 #define GPIO_MODE ((uint32_t)0x00000003U) macro
237 temp |= ((GPIO_Init->Mode & GPIO_MODE) << (position * 2U)); in HAL_GPIO_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_gpio.c152 #define GPIO_MODE (0x00000003U) macro
233 SET_BIT(temp, (GPIO_Init->Mode & GPIO_MODE) << (position * 2)); in HAL_GPIO_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gpio.c146 #define GPIO_MODE (0x00000003u) macro
226 temp |= ((GPIO_Init->Mode & GPIO_MODE) << (position * 2u)); in HAL_GPIO_Init()