Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m48x/Devices/M480/Include/
DM480.h315 #define I2C0_BASE (APBPERIPH_BASE + 0x40000UL) macro
437 #define I2C0 ((I2C_T *) I2C0_BASE)
/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
DM2L31.h422 #define I2C0_BASE (APBPERIPH_BASE + 0x40000UL) macro
519 #define I2C0 ((I2C_T *) I2C0_BASE)
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dm460.h366 #define I2C0_BASE (PERIPH_BASE + 0x80000UL) macro
532 #define I2C0 ((I2C_T *) I2C0_BASE)
/hal_nuvoton-latest/m48x/StdDriver/src/
Di2c.c74 if((uint32_t)i2c == I2C0_BASE) in I2C_Close()
/hal_nuvoton-latest/m46x/StdDriver/src/
Di2c.c75 if((uint32_t)i2c == I2C0_BASE) in I2C_Close()