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

Configuration structure for the CAN interface. More...

#include <CanIf_Types.h>

Data Fields

const CanIf_CtrlCfgTypeCtrlCfgs
 
uint8 NumberOfCanControllers
 
uint8 MaxRxPduCfg
 
uint8 MaxTxPduCfg
 

Detailed Description

Configuration structure for the CAN interface.

This type defines a data structure for the post build parameters of the CAN interface for all underlying CAN drivers. At initialization the CanIf gets a pointer to a structure of this type to get access to its configuration data, which is necessary for initialization.

Requirement
SWS_CANIF_00144

Field Documentation

◆ CtrlCfgs

const CanIf_CtrlCfgType* _CanIf_ConfigType::CtrlCfgs

Can controllers configuration array

◆ MaxRxPduCfg

uint8 _CanIf_ConfigType::MaxRxPduCfg

Maximum number of Pdus.

◆ MaxTxPduCfg

uint8 _CanIf_ConfigType::MaxTxPduCfg

Maximum number of Pdus

◆ NumberOfCanControllers

uint8 _CanIf_ConfigType::NumberOfCanControllers

Number of controllers


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