uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
CAN_Exported_Types

Classes

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...
 

Macros

#define IS_CAN_ALL_PERIPH(PERIPH)
 

Detailed Description

Macro Definition Documentation

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

Definition at line 46 of file stm32f10x_can.h.