Home
last modified time | relevance | path

Searched defs:IS_CAN_ALL_INSTANCE (Results 1 – 9 of 9) sorted by relevance

/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/CMSIS/
A Dstm32f745xx.h8725 #define IS_CAN_ALL_INSTANCE(__INSTANCE__) (((__INSTANCE__) == CAN1) || \ macro
A Dstm32f756xx.h9119 #define IS_CAN_ALL_INSTANCE(__INSTANCE__) (((__INSTANCE__) == CAN1) || \ macro
A Dstm32f746xx.h8932 #define IS_CAN_ALL_INSTANCE(__INSTANCE__) (((__INSTANCE__) == CAN1) || \ macro
/lk-master/external/platform/stm32f0xx/CMSIS/inc/
A Dstm32f048xx.h10296 #define IS_CAN_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CAN) macro
A Dstm32f072xb.h10907 #define IS_CAN_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CAN) macro
A Dstm32f078xx.h10877 #define IS_CAN_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CAN) macro
A Dstm32f042x6.h10332 #define IS_CAN_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CAN) macro
A Dstm32f091xc.h11442 #define IS_CAN_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CAN) macro
A Dstm32f098xx.h11409 #define IS_CAN_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CAN) macro

Completed in 525 milliseconds