AM261x MCU+ SDK  10.02.00

Detailed Description

LIN Global Configuration.

The LIN_Config structure contains a set of pointers used to characterize the LIN driver implementation.

This structure needs to be defined before calling LIN_init() and it must not be changed thereafter.

Data Fields

LIN_Objectobject
 
LIN_HwAttrs const * hwAttrs
 

Field Documentation

◆ object

LIN_Object* LIN_Config::object

Pointer to a driver specific data object Refer Structure LIN_Object

◆ hwAttrs

LIN_HwAttrs const* LIN_Config::hwAttrs

Pointer to a driver specific hardware attributes structure Refer Structure LIN_HwAttrs