Searched defs:GPIO (Results 1 – 4 of 4) sorted by relevance
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_pwr_ex.c | 408 HAL_StatusTypeDef HAL_PWREx_EnableGPIOPullUp(uint32_t GPIO, uint32_t GPIONumber) in HAL_PWREx_EnableGPIOPullUp() 491 HAL_StatusTypeDef HAL_PWREx_DisableGPIOPullUp(uint32_t GPIO, uint32_t GPIONumber) in HAL_PWREx_DisableGPIOPullUp() 568 HAL_StatusTypeDef HAL_PWREx_EnableGPIOPullDown(uint32_t GPIO, uint32_t GPIONumber) in HAL_PWREx_EnableGPIOPullDown() 651 HAL_StatusTypeDef HAL_PWREx_DisableGPIOPullDown(uint32_t GPIO, uint32_t GPIONumber) in HAL_PWREx_DisableGPIOPullDown()
|
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_pwr_ex.h | 773 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ argument 780 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ argument 787 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ argument 792 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ argument 802 #define IS_PWR_GPIO(GPIO) (((GPIO) == PWR_GPIO_A) ||\ argument
|
D | stm32l4xx_ll_pwr.h | 1120 __STATIC_INLINE void LL_PWR_EnableGPIOPullUp(uint32_t GPIO, uint32_t GPIONumber) in LL_PWR_EnableGPIOPullUp() 1167 __STATIC_INLINE void LL_PWR_DisableGPIOPullUp(uint32_t GPIO, uint32_t GPIONumber) in LL_PWR_DisableGPIOPullUp() 1214 __STATIC_INLINE uint32_t LL_PWR_IsEnabledGPIOPullUp(uint32_t GPIO, uint32_t GPIONumber) in LL_PWR_IsEnabledGPIOPullUp() 1261 __STATIC_INLINE void LL_PWR_EnableGPIOPullDown(uint32_t GPIO, uint32_t GPIONumber) in LL_PWR_EnableGPIOPullDown() 1309 __STATIC_INLINE void LL_PWR_DisableGPIOPullDown(uint32_t GPIO, uint32_t GPIONumber) in LL_PWR_DisableGPIOPullDown() 1357 __STATIC_INLINE uint32_t LL_PWR_IsEnabledGPIOPullDown(uint32_t GPIO, uint32_t GPIONumber) in LL_PWR_IsEnabledGPIOPullDown()
|
/loramac-node-latest/src/boards/mcu/saml21/hal/include/ |
D | hpl_gpio.h | 68 #define GPIO(port, pin) ((((port)&0x7u) << 5) + ((pin)&0x1Fu)) macro
|