Go to the source code of this file.
Enumerations | |
enum | ClockSyncCommand { CSC_Request = 0x00, CSC_SetPending = 0x01, CSC_ConfirmPending = 0x02 } |
Clock synchronization commands. More... | |
enum ClockSyncCommand |
Clock synchronization commands.
To be used in XMID_ClockSyncCommand and XMID_ClockSyncCommandAck messages
Enumerator | |
---|---|
CSC_Request | Command to request current clock value. |
CSC_SetPending | Command to pend a new clock value. |
CSC_ConfirmPending | Command to confirm/apply the pending new clock value. |
Definition at line 71 of file clocksynccommand.h.