Searched refs:ui8Length (Results 1 – 9 of 9) sorted by relevance
1900 I2CMasterBurstLengthSet(uint32_t ui32Base, uint8_t ui8Length) in I2CMasterBurstLengthSet() argument1905 ASSERT(_I2CBaseValid(ui32Base) && (ui8Length < 256)); in I2CMasterBurstLengthSet()1910 HWREG(ui32Base + I2C_O_MBLEN) = ui8Length; in I2CMasterBurstLengthSet()
299 uint8_t ui8Length);
1213 uint8_t ui8Length))ROM_I2CTABLE[48])
1983 I2CMasterBurstLengthSet(uint32_t ui32Base, uint8_t ui8Length) in I2CMasterBurstLengthSet() argument1988 ASSERT(_I2CBaseValid(ui32Base) && (ui8Length < 256)); in I2CMasterBurstLengthSet()1993 HWREG(ui32Base + I2C_O_MBLEN) = ui8Length; in I2CMasterBurstLengthSet()
298 uint8_t ui8Length);
3328 uint8_t ui8Length))ROM_I2CTABLE[48])
Completed in 53 milliseconds