Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dchip.h66 #define LPC_I2C_BASE 0x40050000 macro
101 #define LPC_I2C0 ((LPC_I2C_T *) LPC_I2C_BASE)
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling_slave/example/src/
A Dperiph_i2c_rom_polling_slave.c108 i2cHandleSlave = LPC_I2CD_API->i2c_setup(LPC_I2C_BASE, i2cSlaveHandleMEM); in setupI2CSlave()
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt_slave/example/src/
A Dperiph_i2c_rom_interrupt_slave.c114 i2cHandleSlave = LPC_I2CD_API->i2c_setup(LPC_I2C_BASE, i2cSlaveHandleMEM); in setupI2CSlave()
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling/example/src/
A Dperiph_i2c_rom_polling.c103 i2cHandleMaster = LPC_I2CD_API->i2c_setup(LPC_I2C_BASE, i2cMasterHandleMEM); in setupI2CMaster()
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt/example/src/
A Dperiph_i2c_rom_interrupt.c106 i2cHandleMaster = LPC_I2CD_API->i2c_setup(LPC_I2C_BASE, i2cMasterHandleMEM); in setupI2CMaster()

Completed in 8 milliseconds