Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Di2cs_15xx.h145 pI2C->STAT = clrStatus & I2C_STAT_SLVDESEL; in Chip_I2CS_ClearStatus()
178 return (pI2C->STAT & I2C_STAT_SLVDESEL) != 0; in Chip_I2CS_IsSlaveDeSelected()
A Di2c_common_15xx.h90 #define I2C_STAT_SLVDESEL (1 << 15) /*!< Slave Deselect Bit */ macro
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Di2cs_15xx.c60 Chip_I2CS_ClearStatus(pI2C, I2C_STAT_SLVDESEL); in Chip_I2CS_XferHandler()
/external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/src/
A Dperiph_i2cs_interrupt.c128 Chip_I2CS_ClearStatus(LPC_I2C_PORT, I2C_STAT_SLVDESEL); in setupI2CSlave()

Completed in 5 milliseconds