STM32F10x Standard Peripherals Library  3.5.0
CAN_identifier_type

Defines

#define CAN_Id_Standard   ((uint32_t)0x00000000)
#define CAN_Id_Extended   ((uint32_t)0x00000004)
#define IS_CAN_IDTYPE(IDTYPE)

Define Documentation

#define CAN_Id_Extended   ((uint32_t)0x00000004)

Extended Id

Definition at line 413 of file stm32f10x_can.h.

#define CAN_Id_Standard   ((uint32_t)0x00000000)

Standard Id

Definition at line 412 of file stm32f10x_can.h.

#define IS_CAN_IDTYPE (   IDTYPE)
Value:
(((IDTYPE) == CAN_Id_Standard) || \
                               ((IDTYPE) == CAN_Id_Extended))

Definition at line 414 of file stm32f10x_can.h.