S32 SDK
pin_settings_config_t Struct Reference

Defines the converter configuration. More...

#include <pins_driver.h>

Data Fields

uint32_t pinPortIdx
 
port_mux_t mux
 Pin (C55: Out) mux selection. More...
 
GPIO_TypegpioBase
 
port_data_direction_t direction
 

Detailed Description

Defines the converter configuration.

This structure is used to configure the pins Implements : pin_settings_config_t_Class

Definition at line 504 of file pins_driver.h.

Field Documentation

Configures the port data direction.

Definition at line 536 of file pins_driver.h.

GPIO_Type* gpioBase

GPIO base pointer.

Definition at line 535 of file pins_driver.h.

port_mux_t mux

Pin (C55: Out) mux selection.

Definition at line 527 of file pins_driver.h.

uint32_t pinPortIdx

Port pin number.

Definition at line 511 of file pins_driver.h.


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