2.124.36 USARTx_LIN_FrameSlotEnable Function

C

/* x = USART instance number */

/* Blocking and Ring buffer mode */
void USARTx_LIN_FrameSlotEnable(bool frameSlotEnable)

Summary

This API allows the application to Enable/Disable Frame Slot Mode. This mode is useful only for Host nodes.

Description

This API allows the application to Enable/Disable Frame Slot Mode. This mode is useful only for Host nodes.

Precondition

USARTx_Initialize must have been called for the associated USART instance.

Parameters

ParamDescription
frameSlotEnableEnable/Disable checksum

true - checksum Enabled

false - checksum Disabled

Returns

None

Example

                                
/* LIN frame slot timing is disabled*/
USART0_LIN_FrameSlotEnable(false);

Remarks

None