Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32520/Include/
Dmax32520.h316 #define MXC_I2C0 ((mxc_i2c_regs_t *)MXC_BASE_I2C0) macro
322 #define MXC_I2C_GET_TMR(i) ((i) == 0 ? MXC_I2C0 : 0)
324 #define MXC_I2C_GET_IDX(p) ((p) == MXC_I2C0 ? 0 : -1)
327 #define MXC_I2C_GET_I2C(p) ((p) == 0x0 ? MXC_I2C0 : 0)
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32660/Include/
Dmax32660.h254 #define MXC_I2C0 ((mxc_i2c_regs_t *)MXC_BASE_I2C0) macro
262 #define MXC_I2C_GET_I2C(i) ((i) == 0 ? MXC_I2C0 : (i) == 1 ? MXC_I2C1 : 0)
264 #define MXC_I2C_GET_IDX(p) ((p) == MXC_I2C0 ? 0 : (p) == MXC_I2C1 ? 1 : -1)
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/I2C/
Di2c_es17.c54 if (i2c == MXC_I2C0) { in MXC_I2C_Init()
95 if (i2c == MXC_I2C0) { in MXC_I2C_Shutdown()
108 if (i2c == MXC_I2C0) { in MXC_I2C_Reset()
Di2c_me12.c58 if (i2c == MXC_I2C0) { in MXC_I2C_Init()
80 if (i2c == MXC_I2C0) { in MXC_I2C_Shutdown()
96 if (i2c == MXC_I2C0) { in MXC_I2C_Reset()
Di2c_me55.c51 if (i2c == MXC_I2C0) { in MXC_I2C_Init()
72 if (i2c == MXC_I2C0) { in MXC_I2C_Shutdown()
86 if (i2c == MXC_I2C0) { in MXC_I2C_Reset()
Di2c_ai87.c50 if (i2c == MXC_I2C0) { in MXC_I2C_Init()
79 if (i2c == MXC_I2C0) { in MXC_I2C_Shutdown()
98 if (i2c == MXC_I2C0) { in MXC_I2C_Reset()
Di2c_me13.c54 if (i2c == MXC_I2C0) { in MXC_I2C_Init()
83 if (i2c == MXC_I2C0) { in MXC_I2C_Shutdown()
99 if (i2c == MXC_I2C0) { in MXC_I2C_Reset()
Di2c_me15.c58 if (i2c == MXC_I2C0) { in MXC_I2C_Init()
115 if (i2c == MXC_I2C0) { in MXC_I2C_Shutdown()
134 if (i2c == MXC_I2C0) { in MXC_I2C_Reset()
Di2c_me17.c51 if (i2c == MXC_I2C0) { in MXC_I2C_Init()
81 if (i2c == MXC_I2C0) { in MXC_I2C_Shutdown()
100 if (i2c == MXC_I2C0) { in MXC_I2C_Reset()
Di2c_me18.c58 if (i2c == MXC_I2C0) { in MXC_I2C_Init()
91 if (i2c == MXC_I2C0) { in MXC_I2C_Shutdown()
110 if (i2c == MXC_I2C0) { in MXC_I2C_Reset()
Di2c_me21.c74 if (i2c == MXC_I2C0) { in MXC_I2C_Init()
137 if (i2c == MXC_I2C0) { in MXC_I2C_Shutdown()
156 if (i2c == MXC_I2C0) { in MXC_I2C_Reset()
Di2c_me11.c55 if (i2c == MXC_I2C0) { in MXC_I2C_Init()
107 if (i2c == MXC_I2C0) { in MXC_I2C_Shutdown()
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32662/Include/
Dmax32662.h343 #define MXC_I2C0 ((mxc_i2c_regs_t *)MXC_BASE_I2C0) macro
351 #define MXC_I2C_GET_I2C(i) ((i) == 0 ? MXC_I2C0 : (i) == 1 ? MXC_I2C1 : 0)
353 #define MXC_I2C_GET_IDX(p) ((p) == MXC_I2C0 ? 0 : (p) == MXC_I2C1 ? 1 : -1)
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32670/Include/
Dmax32670.h364 #define MXC_I2C0 ((mxc_i2c_regs_t *)MXC_BASE_I2C0) macro
376 #define MXC_I2C_GET_I2C(i) ((i) == 0 ? MXC_I2C0 : (i) == 1 ? MXC_I2C1 : (i) == 2 ? MXC_I2C2 : 0)
378 #define MXC_I2C_GET_IDX(p) ((p) == MXC_I2C0 ? 0 : (p) == MXC_I2C1 ? 1 : (p) == MXC_I2C2 ? 2 : -1)
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32672/Include/
Dmax32672.h397 #define MXC_I2C0 ((mxc_i2c_regs_t *)MXC_BASE_I2C0) macro
409 #define MXC_I2C_GET_I2C(i) ((i) == 0 ? MXC_I2C0 : (i) == 1 ? MXC_I2C1 : (i) == 2 ? MXC_I2C2 : 0)
411 #define MXC_I2C_GET_IDX(p) ((p) == MXC_I2C0 ? 0 : (p) == MXC_I2C1 ? 1 : (p) == MXC_I2C2 ? 2 : -1)
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32675/Include/
Dmax32675.h363 #define MXC_I2C0 ((mxc_i2c_regs_t *)MXC_BASE_I2C0) macro
375 #define MXC_I2C_GET_I2C(i) ((i) == 0 ? MXC_I2C0 : (i) == 1 ? MXC_I2C1 : (i) == 2 ? MXC_I2C2 : 0)
377 #define MXC_I2C_GET_IDX(p) ((p) == MXC_I2C0 ? 0 : (p) == MXC_I2C1 ? 1 : (p) == MXC_I2C2 ? 2 : -1)
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX78002/Include/
Dmax78002.h465 #define MXC_I2C0 ((mxc_i2c_regs_t *)MXC_BASE_I2C0) macro
477 #define MXC_I2C_GET_TMR(i) ((i) == 0 ? MXC_I2C0 : (i) == 1 ? MXC_I2C1 : (i) == 2 ? MXC_I2C2 : 0)
479 #define MXC_I2C_GET_IDX(p) ((p) == MXC_I2C0 ? 0 : (p) == MXC_I2C1 ? 1 : (p) == MXC_I2C2 ? 2 : -1)
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX78000/Include/
Dmax78000.h473 #define MXC_I2C0 ((mxc_i2c_regs_t *)MXC_BASE_I2C0) macro
485 #define MXC_I2C_GET_TMR(i) ((i) == 0 ? MXC_I2C0 : (i) == 1 ? MXC_I2C1 : (i) == 2 ? MXC_I2C2 : 0)
487 #define MXC_I2C_GET_IDX(p) ((p) == MXC_I2C0 ? 0 : (p) == MXC_I2C1 ? 1 : (p) == MXC_I2C2 ? 2 : -1)
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32680/Include/
Dmax32680.h467 #define MXC_I2C0 ((mxc_i2c_regs_t *)MXC_BASE_I2C0) macro
479 #define MXC_I2C_GET_I2C(i) ((i) == 0 ? MXC_I2C0 : (i) == 1 ? MXC_I2C1 : (i) == 2 ? MXC_I2C2 : 0)
481 #define MXC_I2C_GET_IDX(p) ((p) == MXC_I2C0 ? 0 : (p) == MXC_I2C1 ? 1 : (p) == MXC_I2C2 ? 2 : -1)
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32655/Include/
Dmax32655.h473 #define MXC_I2C0 ((mxc_i2c_regs_t *)MXC_BASE_I2C0) macro
485 #define MXC_I2C_GET_I2C(i) ((i) == 0 ? MXC_I2C0 : (i) == 1 ? MXC_I2C1 : (i) == 2 ? MXC_I2C2 : 0)
487 #define MXC_I2C_GET_IDX(p) ((p) == MXC_I2C0 ? 0 : (p) == MXC_I2C1 ? 1 : (p) == MXC_I2C2 ? 2 : -1)
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32650/Include/
Dmax32650.h358 #define MXC_I2C0 ((mxc_i2c_regs_t *)MXC_BASE_I2C0) macro
366 #define MXC_I2C_GET_I2C(i) ((i) == 0 ? MXC_I2C0 : (i) == 1 ? MXC_I2C1 : 0)
368 #define MXC_I2C_GET_IDX(p) ((p) == MXC_I2C0 ? 0 : (p) == MXC_I2C1 ? 1 : -1)
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32572/Include/
Dmax32572.h447 #define MXC_I2C0 ((mxc_i2c_regs_t *)MXC_BASE_I2C0) macro
455 #define MXC_I2C_GET_TMR(i) ((i) == 0 ? MXC_I2C0 : (i) == 1 ? MXC_I2C1 : 0)
457 #define MXC_I2C_GET_IDX(p) ((p) == MXC_I2C0 ? 0 : (p) == MXC_I2C1 ? 1 : -1)
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32570/Include/
Dmax32570.h395 #define MXC_I2C0 ((mxc_i2c_regs_t *)MXC_BASE_I2C0) macro
407 #define MXC_I2C_GET_TMR(i) ((i) == 0 ? MXC_I2C0 : (i) == 1 ? MXC_I2C1 : (i) == 2 ? MXC_I2C2 : 0)
409 #define MXC_I2C_GET_IDX(p) ((p) == MXC_I2C0 ? 0 : (p) == MXC_I2C1 ? 1 : (p) == MXC_I2C2 ? 2 : -1)
/hal_adi-latest/MAX/Libraries/CMSIS/Device/Maxim/MAX32690/Include/
Dmax32690.h489 #define MXC_I2C0 ((mxc_i2c_regs_t *)MXC_BASE_I2C0) macro
501 #define MXC_I2C_GET_I2C(i) ((i) == 0 ? MXC_I2C0 : (i) == 1 ? MXC_I2C1 : (i) == 2 ? MXC_I2C2 : 0)
503 #define MXC_I2C_GET_IDX(p) ((p) == MXC_I2C0 ? 0 : (p) == MXC_I2C1 ? 1 : (p) == MXC_I2C2 ? 2 : -1)
/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/SYS/
Dsys_me14.c47 #define MXC_I2C0 MXC_I2C0_BUS0 macro