39 #define NULL ((void*)0u)
42 #if (CAN_USE_LONG_ID == STD_ON)
68 const uint8* pInitData;
91 #define FLAGS_ENABLE_IRQ 0x80u
92 #define FLAGS_RESERVED_6 0x40u
93 #define FLAGS_MASK_HW_MODE 0x30u
94 #define FLAGS_FD_FRAME 0x08u
95 #define FLAGS_USE_BRS 0x04u
96 #define FLAGS_EXT_ID 0x02u
97 #define FLAGS_REMOTE_FRAME 0x01u
100 #define FORMAT_RESERVED_7 0x80u
101 #define FORMAT_RESERVED_6 0x40u
102 #define FORMAT_IS_SIGNED 0x20u
103 #define FORMAT_IS_SINGLE_FLAG 0x10u
104 #define FORMAT_IS_ALIGNED 0x08u
105 #define FORMAT_IS_BIG_ENDIAN 0x04u
106 #define FORMAT_MASK_BASE_TYPE 0x03u
109 #define FORMAT_BASE_TYPE_8BIT 0x00u
110 #define FORMAT_BASE_TYPE_16BIT 0x01u
111 #define FORMAT_BASE_TYPE_32BIT 0x02u
112 #define FORMAT_BASE_TYPE_64BIT 0x03u
uint16 tComFrameId
Definition: inc/com_types.h:45
uint16 tComFrameHandle
Definition: inc/com_types.h:49
uint16 tComSignalHandle
Definition: inc/com_types.h:50
uint16 tComFrameId
Definition: lib/com_types.h:45
const stComFrameDescriptor * COM_GetPtr_TxFrmDescrStart(void)
void(* tFrmCalloutFunc)(tComFrameHandle, uint8)
Definition: lib/com_types.h:54
void(* tFrmErrorFunc)(tComFrameHandle, uint8)
Definition: lib/com_types.h:56
const stComSignalDescriptor * COM_GetPtr_RxSignalsStart(void)
uint16 tComFrameHandle
Definition: lib/com_types.h:49
uint16 tComSignalHandle
Definition: lib/com_types.h:50
uint8(* tSignalPackFunc)(tComSignalHandle, void *)
Definition: lib/com_types.h:57
const stComFrameDescriptor * COM_GetPtr_RxFrmDescrStart(void)
const stComSignalDescriptor * COM_GetPtr_TxSignalsStart(void)
Definition: inc/com_types.h:60
Definition: inc/com_types.h:77
General type declarations.
uint8_t uint8
8 bit unsigned value
Definition: types.h:220
uint16_t uint16
16 bit unsigned value
Definition: types.h:221
uint32_t uint32
32 bit unsigned value
Definition: types.h:222