Home
last modified time | relevance | path

Searched refs:GPIO_MODER_MODER0 (Results 1 – 7 of 7) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_gpio.h156 #define LL_GPIO_MODE_ANALOG GPIO_MODER_MODER0 /*!< Select analog mode */
292 …MODIFY_REG(GPIOx->MODER, (GPIO_MODER_MODER0 << (POSITION_VAL(Pin) * 2U)), (Mode << (POSITION_VAL(P… in LL_GPIO_SetPinMode()
327 … (GPIO_MODER_MODER0 << (POSITION_VAL(Pin) * 2U))) >> (POSITION_VAL(Pin) * 2U)); in LL_GPIO_GetPinMode()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_gpio.c232 CLEAR_BIT(temp, GPIO_MODER_MODER0 << (position * 2)); in HAL_GPIO_Init()
340 CLEAR_BIT(GPIOx->MODER, GPIO_MODER_MODER0 << (position * 2)); in HAL_GPIO_DeInit()
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h2899 #define GPIO_MODER_MODER0 GPIO_MODER_MODER0_Msk macro
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h2899 #define GPIO_MODER_MODER0 GPIO_MODER_MODER0_Msk macro
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/
Dstm32l152xc.h3158 #define GPIO_MODER_MODER0 GPIO_MODER_MODER0_Msk macro
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h3228 #define GPIO_MODER_MODER0 GPIO_MODER_MODER0_Msk macro
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h8210 #define GPIO_MODER_MODER0 GPIO_MODER_MODE0 macro