LL AON_GPIO init Structure definition. More...
#include <gr55xx_ll_aon_gpio.h>
Public Attributes | |
uint32_t | pin |
Specifies the AON_GPIO pins to be AON_GPIO_InitStructured. More... | |
uint32_t | mode |
Specifies the operating mode for the selected pins. More... | |
uint32_t | pull |
Specifies the operating Pull-up/Pull down for the selected pins. More... | |
uint32_t | mux |
uint32_t | trigger |
Specifies the trigger signal active edge. More... | |
LL AON_GPIO init Structure definition.
Definition at line 76 of file gr55xx_ll_aon_gpio.h.
uint32_t _ll_aon_gpio_init::mode |
Specifies the operating mode for the selected pins.
This parameter can be a value of Mode.
AON_GPIO HW AON_GPIO_InitStructuration can be modified afterwards using unitary function ll_aon_gpio_set_pin_mode().
Definition at line 81 of file gr55xx_ll_aon_gpio.h.
uint32_t _ll_aon_gpio_init::mux |
Specifies the Peripheral to be connected to the selected pins. This parameter can be a value of Alternate Function.
GPIO HW AON_GPIO_InitStructuration can be modified afterwards using unitary function ll_aon_gpio_set_mux_pin_0_7().
Definition at line 91 of file gr55xx_ll_aon_gpio.h.
uint32_t _ll_aon_gpio_init::pin |
Specifies the AON_GPIO pins to be AON_GPIO_InitStructured.
This parameter can be any value of PIN
Definition at line 78 of file gr55xx_ll_aon_gpio.h.
uint32_t _ll_aon_gpio_init::pull |
Specifies the operating Pull-up/Pull down for the selected pins.
This parameter can be a value of Pull Up Pull Down.
AON_GPIO HW configuration can be modified afterwards using unitary function ll_aon_gpio_set_pin_pull().
Definition at line 86 of file gr55xx_ll_aon_gpio.h.
uint32_t _ll_aon_gpio_init::trigger |
Specifies the trigger signal active edge.
This parameter can be a value of Interrupt Trigger.
Definition at line 97 of file gr55xx_ll_aon_gpio.h.