_msio_init Struct Reference

MSIO init structure definition. More...

#include <gr55xx_hal_msio.h>

Data Fields

uint32_t pin
 
uint32_t direction
 
uint32_t mode
 
uint32_t pull
 
uint32_t mux
 

Detailed Description

MSIO init structure definition.

Field Documentation

◆ direction

uint32_t _msio_init::direction

Specifies the direction for the selected pins. This parameter can be a value of MSIO direction

◆ mode

uint32_t _msio_init::mode

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

◆ mux

uint32_t _msio_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 _msio_init::pin

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

◆ pull

uint32_t _msio_init::pull

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


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