2.109.23 SENT_TRANSMIT_MODE Enum

C

typedef enum 
{
  SENT_TRANSMIT_ASYNCHRONOUS,
  SENT_TRANSMIT_SYNCHRONOUS
}SENT_TRANSMIT_MODE;

Summary

Defines the sent transmission mode (Asynchronous and Synchronous)

Description

This enum defines the modes of transmission available for SENT when it acts like a transmitter. There are two types of modes of transmission.

1. Asynchronous: Data frames are sent continuously.

2. Synchronous: Data frames are sent one by one when the SYNCTXEN bit is anabled.

Remarks

None.