Home
last modified time | relevance | path

Searched refs:IS_GPIO_PIN_ACTION (Results 1 – 6 of 6) sorted by relevance

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_GPIO.h172 #define IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_CLEAR) || ((ACTION) == GPIO_PIN_SET)) macro
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_GPIO.h176 #define IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_CLEAR) || ((ACTION) == GPIO_PIN_SET)) macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_gpio.h200 #define IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET)) macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_gpio.c417 assert_param(IS_GPIO_PIN_ACTION(PinState)); in HAL_GPIO_WritePin()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_GPIO.c544 if (!IS_GPIO_PIN_ACTION(fe_PinState)) return; in HAL_GPIO_WritePin()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_GPIO.c616 if (!IS_GPIO_PIN_ACTION(fe_PinState)) return; in HAL_GPIO_WritePin()

Completed in 16 milliseconds