Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio.h86 GPIO_PIN_RESET = 0U, enumerator
230 #define IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET))
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_gpio.h87 GPIO_PIN_RESET = 0, enumerator
200 #define IS_GPIO_PIN_ACTION(ACTION) (((ACTION) == GPIO_PIN_RESET) || ((ACTION) == GPIO_PIN_SET))
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_gpio.c408 if ((GPIOx->IDR & GPIO_Pin) != (uint32_t)GPIO_PIN_RESET) in HAL_GPIO_ReadPin()
414 bitstatus = GPIO_PIN_RESET; in HAL_GPIO_ReadPin()
439 if (PinState != GPIO_PIN_RESET) in HAL_GPIO_WritePin()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_gpio.c394 if((GPIOx->IDR & GPIO_Pin) != (uint32_t)GPIO_PIN_RESET) in HAL_GPIO_ReadPin()
400 bitstatus = GPIO_PIN_RESET; in HAL_GPIO_ReadPin()
429 if(PinState != GPIO_PIN_RESET) in HAL_GPIO_WritePin()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_gpio.h97 GPIO_PIN_RESET = 0U, enumerator
105 #define IS_GPIO_PIN_ACTION(__ACTION__) (((__ACTION__) == GPIO_PIN_RESET) || ((__ACTION__) == GPIO_P…
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_gpio.c426 bitstatus = GPIO_PIN_RESET; in HAL_GPIO_ReadPin()
453 if(PinState != GPIO_PIN_RESET) in HAL_GPIO_WritePin()