STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
|
Configuration structure for the CAN interface. More...
#include <CanIf_Types.h>
Data Fields | |
const CanIf_CtrlCfgType * | CtrlCfgs |
uint8 | NumberOfCanControllers |
uint8 | MaxRxPduCfg |
uint8 | MaxTxPduCfg |
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.
const CanIf_CtrlCfgType* _CanIf_ConfigType::CtrlCfgs |
Can controllers configuration array
uint8 _CanIf_ConfigType::MaxRxPduCfg |
Maximum number of Pdus.
uint8 _CanIf_ConfigType::MaxTxPduCfg |
Maximum number of Pdus
uint8 _CanIf_ConfigType::NumberOfCanControllers |
Number of controllers