![]() |
S32 SDK
|
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_Type * | gpioBase |
port_data_direction_t | direction |
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.
port_data_direction_t direction |
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.