CANpie FD
CAN programming interface environment - Version 3.08
|
Macros | |
#define | QCAN_IF_SUPPORT_ERROR_FRAMES ((uint32_t) (0x00000001)) |
#define | QCAN_IF_SUPPORT_LISTEN_ONLY ((uint32_t) (0x00000002)) |
#define | QCAN_IF_SUPPORT_CAN_FD ((uint32_t) (0x00000004)) |
#define | QCAN_IF_SUPPORT_SPECIFIC_CONFIG ((uint32_t) (0x00000008)) |
#define QCAN_IF_SUPPORT_CAN_FD ((uint32_t) (0x00000004)) |
Support CAN FD.
The bit-mask value defines if CAN FD is supported by a CAN interface.
#define QCAN_IF_SUPPORT_ERROR_FRAMES ((uint32_t) (0x00000001)) |
Support error frames.
The bit-mask value defines if error frames are supported by a CAN interface.
#define QCAN_IF_SUPPORT_LISTEN_ONLY ((uint32_t) (0x00000002)) |
Support listen-only mode.
The bit-mask value defines if the listen-only mode is supported by a CAN interface.
#define QCAN_IF_SUPPORT_SPECIFIC_CONFIG ((uint32_t) (0x00000008)) |
Support device specific configuration.
The bit-mask value defines if CAN interface supports device specific configuration.