STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
Loading...
Searching...
No Matches
_Port_ConfigType Struct Reference

Driver configuration structure More...

#include <Port_Types.h>

Data Fields

const Port_PinConfigTypePortPins
 
Port_PinType NumbersOfPins
 

Detailed Description

Driver configuration structure

The Port_ConfigType data structure contains the initialization data for the PORT driver. The Port_Init() function shall initialize all port pins and port-related registers with the values of the structure referenced by the parameter ConfigPtr.

Field Documentation

◆ NumbersOfPins

Port_PinType _Port_ConfigType::NumbersOfPins

Number of pins to configure

◆ PortPins

const Port_PinConfigType* _Port_ConfigType::PortPins

Pointer to the array of pin configurations


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