STM32F10x Standard Peripherals Library  3.5.0
CAN_Exported_Types

Data Structures

struct  CAN_InitTypeDef
 CAN init structure definition. More...
struct  CAN_FilterInitTypeDef
 CAN filter init structure definition. More...
struct  CanTxMsg
 CAN Tx message structure definition. More...
struct  CanRxMsg
 CAN Rx message structure definition. More...

Defines

#define IS_CAN_ALL_PERIPH(PERIPH)

Define Documentation

#define IS_CAN_ALL_PERIPH (   PERIPH)
Value:
(((PERIPH) == CAN1) || \
                                   ((PERIPH) == CAN2))

Definition at line 46 of file stm32f10x_can.h.