CANopen Slave Documentation
Version 6.16.04
|
Macros | |
#define | ID_MASK_VALUE ((uint32_t) 0x1FFFFFFF) |
#define | ID_MASK_IS_EXTENDED ((uint32_t) 0x20000000) |
#define | ID_MASK_IS_DISABLED ((uint32_t) 0x80000000) |
The value of a COB-ID consists of a 29-bit identifier field and 3 additional bits for control.
#define ID_MASK_IS_DISABLED ((uint32_t) 0x80000000) |
The service using this identifier is disabled.
#define ID_MASK_IS_EXTENDED ((uint32_t) 0x20000000) |
The value of the 29-bit CAN-ID is an extended frame
#define ID_MASK_VALUE ((uint32_t) 0x1FFFFFFF) |
Mask the valid 29-bit identifier value.