2.4.17 CAN_TP_RxSeparationTimeSet()

void CAN_TP_RxSeparationTimeSet (uint8_t separationTime)

Sets the requested separation time between RX frames.

This is specified to the transmitter in the flow control packet.

Precondition:

CAN_TP_Initialize function should have been called before calling this function.

Parameters:
in separationTime

Number of requested milliseconds between RX frames. Valid range [0-127]. Numbers above 127 will be truncated to 127.

Returns:

None