Detailed Description

API perform the initialization of the LIN core.

Functions

l_bool l_sys_init (void)
 This function performs the initialization of the LIN core; is the first call a user must use in the LIN core before using any other API functions. The implementation of this function can be replaced by user if needed. More...
 

Function Documentation

l_bool l_sys_init ( void  )

This function performs the initialization of the LIN core; is the first call a user must use in the LIN core before using any other API functions. The implementation of this function can be replaced by user if needed.

Returns
Operation status = Zero, which is equivalent to 'Initialization was successful'.

Definition at line 60 of file lin_common_api.c.