Home
last modified time | relevance | path

Searched refs:IS_GPIO_PIN (Results 1 – 5 of 5) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_gpio.c202 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
328 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
406 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
436 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
458 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
489 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gpio.c196 assert_param(IS_GPIO_PIN(GPIO_Init->Pin)); in HAL_GPIO_Init()
335 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_DeInit()
418 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_ReadPin()
450 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_WritePin()
472 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_TogglePin()
494 assert_param(IS_GPIO_PIN(GPIO_Pin)); in HAL_GPIO_LockPin()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio.h232 #define IS_GPIO_PIN(__PIN__) ((((__PIN__) & GPIO_PIN_MASK) != 0x00u) &&\ macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_gpio.h202 #define IS_GPIO_PIN(__PIN__) ((((__PIN__) & GPIO_PIN_MASK) != 0x00U) &&\ macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_gpio.h143 #define IS_GPIO_PIN(__PIN__) ((((__PIN__) & GPIO_PIN_MASK) != (uint32_t)0x00) &&\ macro