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

Global configuration structures with all the channels and groups. More...

#include <Dio_Types.h>

Data Fields

uint8 NumberOfPorts
 
const Dio_PinTypeChannels
 
uint8 NumberOfChannels
 
const Dio_ChannelGroupTypeGroups
 
uint8 NumberOfGroups
 

Detailed Description

Global configuration structures with all the channels and groups.

Field Documentation

◆ Channels

const Dio_PinType* _Dio_ConfigType::Channels

Pointer to array of individual pin channels

◆ Groups

const Dio_ChannelGroupType* _Dio_ConfigType::Groups

Pointer to array of port groups

◆ NumberOfChannels

uint8 _Dio_ConfigType::NumberOfChannels

The number of pin channels

◆ NumberOfGroups

uint8 _Dio_ConfigType::NumberOfGroups

The number of port groups

◆ NumberOfPorts

uint8 _Dio_ConfigType::NumberOfPorts

The number of ports


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