+ Collaboration diagram for Enumerations:

Enumerations

enum  aon_gpio_pin_state_t { AON_GPIO_PIN_RESET = 0U, AON_GPIO_PIN_SET }
 AON_GPIO Bit SET and Bit RESET enumerations. More...
 

Detailed Description

Enumeration Type Documentation

◆ aon_gpio_pin_state_t

AON_GPIO Bit SET and Bit RESET enumerations.

Enumerator
AON_GPIO_PIN_RESET 

AON GPIO pin low level.

AON_GPIO_PIN_SET 

AON GPIO pin high level.

Definition at line 71 of file gr55xx_hal_aon_gpio.h.