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_Object * | object |
LIN_HwAttrs const * | hwAttrs |
LIN_Object* LIN_Config::object |
Pointer to a driver specific data object Refer Structure LIN_Object
LIN_HwAttrs const* LIN_Config::hwAttrs |
Pointer to a driver specific hardware attributes structure Refer Structure LIN_HwAttrs