|
STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
|
Global configuration structures with all the channels and groups. More...
#include <Dio_Types.h>
Data Fields | |
| uint8 | NumberOfPorts |
| const Dio_PinType * | Channels |
| uint8 | NumberOfChannels |
| const Dio_ChannelGroupType * | Groups |
| uint8 | NumberOfGroups |
Global configuration structures with all the channels and groups.
| const Dio_PinType* _Dio_ConfigType::Channels |
Pointer to array of individual pin channels
| const Dio_ChannelGroupType* _Dio_ConfigType::Groups |
Pointer to array of port groups
| uint8 _Dio_ConfigType::NumberOfChannels |
The number of pin channels
| uint8 _Dio_ConfigType::NumberOfGroups |
The number of port groups
| uint8 _Dio_ConfigType::NumberOfPorts |
The number of ports