_gpio_init Struct Reference

GPIO init structure definition. More...

#include <gr55xx_hal_gpio.h>

Data Fields

uint32_t pin
 
uint32_t mode
 
uint32_t pull
 
uint32_t mux
 

Detailed Description

GPIO init structure definition.

Field Documentation

◆ mode

uint32_t _gpio_init::mode

Specifies the operating mode for the selected pins. This parameter can be a value of GPIO mode

◆ mux

uint32_t _gpio_init::mux

Specifies the Peripheral to be connected to the selected pins. This parameter can be a value of GPIOEx Mux function selection.

◆ pin

uint32_t _gpio_init::pin

Specifies the GPIO pins to be configured. This parameter can be any value of GPIO pins

◆ pull

uint32_t _gpio_init::pull

Specifies the Pull-up or Pull-Down activation for the selected pins. This parameter can be a value of GPIO pull


The documentation for this struct was generated from the following file: