Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dm460.h416 #define I2C4_BASE (PERIPH_BASE + 0x84000UL) macro
536 #define I2C4 ((I2C_T *) I2C4_BASE)
/hal_nuvoton-latest/m46x/StdDriver/src/
Di2c.c95 else if((uint32_t)i2c == I2C4_BASE) in I2C_Close()