_ll_msio_init Struct Reference

LL MSIO init Structure definition. More...

#include <gr55xx_ll_msio.h>

Data Fields

uint32_t pin
 
uint32_t direction
 
uint32_t mode
 
uint32_t pull
 
uint32_t mux
 

Detailed Description

LL MSIO init Structure definition.

Field Documentation

◆ direction

uint32_t _ll_msio_init::direction

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

MSIO HW MSIO_InitStructuration can be modified afterwards using unitary function ll_msio_set_pin_direction().

◆ mode

uint32_t _ll_msio_init::mode

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

MSIO HW MSIO_InitStructuration can be modified afterwards using unitary function ll_msio_set_pin_mode().

◆ mux

uint32_t _ll_msio_init::mux

Specifies the Peripheral to be connected to the selected pins. This parameter can be a value of Alternate Function.

GPIO HW MSIO_InitStructuration can be modified afterwards using unitary function ll_msio_set_pin_mux().

◆ pin

uint32_t _ll_msio_init::pin

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

◆ pull

uint32_t _ll_msio_init::pull

Specifies the operating Pull-up/Pull down for the selected pins. This parameter can be a value of Pull Up Pull Down.

MSIO HW configuration can be modified afterwards using unitary function ll_msio_set_pin_pull().


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