Home
last modified time | relevance | path

Searched refs:TI2C_POLL (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/
DCommonHeader.h36 #define TI2C_POLL 25 // microseconds macro
37 #define MAX_STOP_DET_POLL_COUNT ((1000 * 1000) / TI2C_POLL) // Extreme for expected Stop detect.
DI2cLib.c164 MicroSecondDelay(TI2C_POLL); in DisableI2CController()
274 MicroSecondDelay(TI2C_POLL); in WaitForStopDet()
717 MicroSecondDelay(TI2C_POLL); in ReadMultipleByte()