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

Definition of the external data structure containing the initialization data More...

#include <Gpt_Types.h>

Data Fields

const Gpt_ChannelConfigTypeChannels
 
uint8 NumberOfChannels
 

Detailed Description

Definition of the external data structure containing the initialization data

This is the type of the data structure including the configuration set required for initializing the GPT timer unit.

Note
It is the responsibility of the user to ensure that the values defined in this structure are valid and appropriate, as the GPT Driver does not perform any validation. The values must be generated and validated within the code generation tool.
Requirement
SWS_Gpt_00357

Field Documentation

◆ Channels

const Gpt_ChannelConfigType* _Gpt_ConfigType::Channels

Pointer to the structure with the channel configuration elements.

◆ NumberOfChannels

uint8 _Gpt_ConfigType::NumberOfChannels

Total number of GPT channels available.


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