_gpio_init Struct Reference

GPIO init structure definition. More...

#include <gr55xx_hal_gpio.h>

Public Attributes

uint32_t pin
 
uint32_t mode
 
uint32_t pull
 
uint32_t mux
 

Detailed Description

GPIO init structure definition.

Definition at line 108 of file gr55xx_hal_gpio.h.

Member Data Documentation

◆ mode

uint32_t _gpio_init::mode

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

Definition at line 113 of file gr55xx_hal_gpio.h.

◆ 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.

Definition at line 119 of file gr55xx_hal_gpio.h.

◆ pin

uint32_t _gpio_init::pin

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

Definition at line 110 of file gr55xx_hal_gpio.h.

◆ 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

Definition at line 116 of file gr55xx_hal_gpio.h.


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