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.
CAN_TP_Initialize function should have been called before calling this function. |
in | separationTime |
Number of requested milliseconds between RX frames. Valid range [0-127]. Numbers above 127 will be truncated to 127. |
None |