Home
last modified time | relevance | path

Searched refs:MXC_BASE_CAN1 (Results 1 – 1 of 1) sorted by relevance

/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32690/Include/
Dmax32690.h853 #define MXC_BASE_CAN1 ((uint32_t)0x40065000UL) macro
854 #define MXC_CAN1 ((mxc_can_regs_t *)MXC_BASE_CAN1)
858 #define MXC_CAN_GET_BASE(i) ((i) == 0 ? MXC_BASE_CAN0 : (i) == 1 ? MXC_BASE_CAN1 : 0)