Skip to main contentOpen topic with navigation
CAPL Functions » LIN » linSyncError Selectors
linSyncError Selectors
Valid for: CANoe DE • CANoe4SW DE
Table of Keywords
-
Keyword: Time
- Description: Time stamp synchronized with the global time base on the computer (CAN hardware or PC system clock). Unit: 10µs
- Type: dword
- Access Limitations: read only
-
Keyword: Time_ns
- Description: Time stamp synchronized with the global time base on the computer (CAN hardware or PC system clock). Unit: nanoseconds
- Type: int64
- Access Limitations: read only
-
Keyword: MsgOrigTime
- Description: Time stamp generated by the LIN hardware. This time stamp is unsynchronized with the global time base on the computer and thus still original. It can be used to compare the time of two LIN hardware generated events. Unit: 10µs
- Type: dword
- Access Limitations: read only
-
Keyword: MsgTimeStampStatus
- Description: Status of MsgOrigTime:
- Bit 0 set: Time stamp is valid
- Bit 0 not set: Time stamp is invalid
- Bit 1 set: Time stamp was generated by software
- Bit 1 not set: Time stamp was generated by hardware
- Bit 4: Has a bus-specific meaning; not currently in use for LIN
- Type: byte
- Access Limitations: read only
-
Keyword: MsgChannel
- Description: Channel through which the event was received. Value range: 1..32
- Type: word
-
Keyword: lin_SyncInterval [x]
- Description: Time intervals detected between the falling signal edges of the Synch field. The expected time interval between consecutive falling signal edges is 2 bit times. After the first failure interval has been seen the rest of array elements are initialized to 0. Possible values for x: 0..3. Unit: Microsecond
- Type: word
-
Keyword: breaklen
- Description: Length of the sync break in ns
- Type: int64
- Access Limitations: read only
-
Keyword: delimiterlen
- Description: Length of the sync delimiter in ns
- Type: int64
- Access Limitations: read only
-
Keyword: SOF
- Description: Start of Frame time stamp in ns
- Type: int64
- Access Limitations: read only