Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio.h166 #define GPIO_NOPULL (0x00000000u) /*!< No Pull-up or Pull-down activation */ macro
254 #define IS_GPIO_PULL(__PULL__) (((__PULL__) == GPIO_NOPULL) ||\
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_gpio.h174 #define GPIO_NOPULL (0x00000000U) /*!< No Pull-up or Pull-down activation */ macro
205 #define IS_GPIO_PULL(PULL) (((PULL) == GPIO_NOPULL) || ((PULL) == GPIO_PULLUP) || \
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_gpio.h211 #define GPIO_NOPULL ((uint32_t)0x00000000U) /*!< No Pull-up or Pull-down activation */ macro
219 #define IS_GPIO_PULL(__PULL__) (((__PULL__) == GPIO_NOPULL) || ((__PULL__) == GPIO_PULLUP) || \
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rcc.c961 gpio.Pull = GPIO_NOPULL; in HAL_RCC_MCOConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rcc.c1072 gpio.Pull = GPIO_NOPULL; in HAL_RCC_MCOConfig()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc.c1295 GPIO_InitStruct.Pull = GPIO_NOPULL; in HAL_RCC_MCOConfig()
Dstm32l4xx_hal_rcc_ex.c2410 GPIO_InitStruct.Pull = GPIO_NOPULL; in HAL_RCCEx_EnableLSCO()