STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
|
Type for the definition of a channel group, which consists of several adjoining channels within a port. More...
#include <Dio_Types.h>
Data Fields | |
uint8 | mask |
uint8 | offset |
Dio_PortType | port |
Type for the definition of a channel group, which consists of several adjoining channels within a port.
uint8 Dio_ChannelGroupType::mask |
This element mask which defines the positions of the channel group.
uint8 Dio_ChannelGroupType::offset |
This element shall be the position of the Channel Group on the port, counted from the LSB.
Dio_PortType Dio_ChannelGroupType::port |
This shall be the port on which the Channel group is defined.