Home
last modified time | relevance | path

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

/hal_nuvoton-3.7.0/m2l31x/Devices/M2L31/Include/
DM2L31.h425 #define I2C3_BASE (APBPERIPH_BASE + 0x43000UL) macro
522 #define I2C3 ((I2C_T *) I2C3_BASE)
/hal_nuvoton-3.7.0/m46x/Devices/M460/Include/
Dm460.h415 #define I2C3_BASE (PERIPH_BASE + 0x83000UL) macro
535 #define I2C3 ((I2C_T *) I2C3_BASE)
/hal_nuvoton-3.7.0/m46x/StdDriver/src/
Di2c.c90 else if((uint32_t)i2c == I2C3_BASE) in I2C_Close()