_msio_init Struct Reference

MSIO init structure definition. More...

#include <gr55xx_hal_msio.h>

Public Attributes

uint32_t pin
 Specifies the MSIO pins to be configured. More...
 
uint32_t direction
 Specifies the direction for the selected pins. More...
 
uint32_t mode
 Specifies the operating mode for the selected pins. More...
 
uint32_t pull
 Specifies the Pull-up or Pull-Down activation for the selected pins. More...
 
uint32_t mux
 Specifies the Peripheral to be connected to the selected pins. More...
 

Detailed Description

MSIO init structure definition.

Definition at line 86 of file gr55xx_hal_msio.h.

Member Data Documentation

◆ direction

uint32_t _msio_init::direction

Specifies the direction for the selected pins.

This parameter can be a value of MSIO direction

Definition at line 91 of file gr55xx_hal_msio.h.

◆ mode

uint32_t _msio_init::mode

Specifies the operating mode for the selected pins.

This parameter can be a value of MSIO mode

Definition at line 94 of file gr55xx_hal_msio.h.

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

Definition at line 100 of file gr55xx_hal_msio.h.

◆ pin

uint32_t _msio_init::pin

Specifies the MSIO pins to be configured.

This parameter can be any value of MSIO pins

Definition at line 88 of file gr55xx_hal_msio.h.

◆ 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

Definition at line 97 of file gr55xx_hal_msio.h.


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