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

CanIf controller type. More...

#include <CanIf_Types.h>

Data Fields

uint8 CtrlId
 
boolean CtrlWakeupSupport
 
const Can_ControllerCanCtrlRef
 

Detailed Description

CanIf controller type.

This container contains the configuration (parameters) of an adressed CAN controller by an underlying CAN Driver module. This container is configurable per CAN controller

Field Documentation

◆ CanCtrlRef

const Can_Controller* _CanIf_CtrlCfgType::CanCtrlRef

This parameter references to the logical handle of the underlying CAN controller from the CAN Driver module to be served by the CAN Interface module.

◆ CtrlId

uint8 _CanIf_CtrlCfgType::CtrlId

Each controller of all connected CAN Driver modules shall be assigned to one specific ControllerId of the CanIf. Range: 0..number of configured controllers of all CAN Driver modules

◆ CtrlWakeupSupport

boolean _CanIf_CtrlCfgType::CtrlWakeupSupport

This parameter defines if a respective controller of the referenced CAN Driver modules is queriable for wake up events


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