Enumerations

enum  gpio_pin_state_t { GPIO_PIN_RESET = 0U, GPIO_PIN_SET }
 GPIO Bit SET and Bit RESET Enumerations. More...
 

Detailed Description

Enumeration Type Documentation

◆ gpio_pin_state_t

GPIO Bit SET and Bit RESET Enumerations.

Enumerator
GPIO_PIN_RESET 

GPIO pin low level.

GPIO_PIN_SET 

GPIO pin high level.