Home
last modified time | relevance | path

Searched refs:ui8Length (Results 1 – 9 of 9) sorted by relevance

/bsp/msp432e401y-LaunchPad/libraries/msp432e4/driverlib/
A Di2c.c1900 I2CMasterBurstLengthSet(uint32_t ui32Base, uint8_t ui8Length) in I2CMasterBurstLengthSet() argument
1905 ASSERT(_I2CBaseValid(ui32Base) && (ui8Length < 256)); in I2CMasterBurstLengthSet()
1910 HWREG(ui32Base + I2C_O_MBLEN) = ui8Length; in I2CMasterBurstLengthSet()
A Di2c.h299 uint8_t ui8Length);
A Drom.h1213 uint8_t ui8Length))ROM_I2CTABLE[48])
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/src/
A Di2c.c1983 I2CMasterBurstLengthSet(uint32_t ui32Base, uint8_t ui8Length) in I2CMasterBurstLengthSet() argument
1988 ASSERT(_I2CBaseValid(ui32Base) && (ui8Length < 256)); in I2CMasterBurstLengthSet()
1993 HWREG(ui32Base + I2C_O_MBLEN) = ui8Length; in I2CMasterBurstLengthSet()
/bsp/tm4c129x/libraries/driverlib/
A Di2c.c1983 I2CMasterBurstLengthSet(uint32_t ui32Base, uint8_t ui8Length) in I2CMasterBurstLengthSet() argument
1988 ASSERT(_I2CBaseValid(ui32Base) && (ui8Length < 256)); in I2CMasterBurstLengthSet()
1993 HWREG(ui32Base + I2C_O_MBLEN) = ui8Length; in I2CMasterBurstLengthSet()
A Di2c.h298 uint8_t ui8Length);
A Drom.h3328 uint8_t ui8Length))ROM_I2CTABLE[48])
/bsp/tm4c123bsp/libraries/TivaWare_C_series/tm4c123_driverlib/driverlib/
A Di2c.h298 uint8_t ui8Length);
A Drom.h3328 uint8_t ui8Length))ROM_I2CTABLE[48])

Completed in 53 milliseconds