Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m48x/Devices/M480/Include/
DM480.h316 #define I2C2_BASE (APBPERIPH_BASE + 0x42000UL) macro
439 #define I2C2 ((I2C_T *) I2C2_BASE)
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
DM2L31.h424 #define I2C2_BASE (APBPERIPH_BASE + 0x42000UL) macro
521 #define I2C2 ((I2C_T *) I2C2_BASE)
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dm460.h367 #define I2C2_BASE (PERIPH_BASE + 0x82000UL) macro
534 #define I2C2 ((I2C_T *) I2C2_BASE)
/hal_nuvoton-latest/m46x/StdDriver/src/
Di2c.c85 else if((uint32_t)i2c == I2C2_BASE) in I2C_Close()