Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntfI2c.c32 i2cSlaveTxPreamble(gBusId, NANOHUB_PREAMBLE_BYTE, in hostIntfI2cRxCallback()
40 i2cSlaveTxPreamble(gBusId, NANOHUB_PREAMBLE_BYTE, in hostIntfI2cTxCallback()
DhostIntfSpi.c35 .txWord = NANOHUB_PREAMBLE_BYTE,
75 ((uint8_t *)txBuf)[txSize] = NANOHUB_PREAMBLE_BYTE; in hostIntfSpiTxPacket()
DhostIntf.c350 mTxBuf.prePreamble = NANOHUB_PREAMBLE_BYTE; in hostIntfRequest()
351 mTxBuf.postPreamble = NANOHUB_PREAMBLE_BYTE; in hostIntfRequest()
352 mTxNakBuf.prePreamble = NANOHUB_PREAMBLE_BYTE; in hostIntfRequest()
353 mTxNakBuf.postPreamble = NANOHUB_PREAMBLE_BYTE; in hostIntfRequest()
/device/google/contexthub/firmware/os/inc/
DnanohubPacket.h70 #define NANOHUB_PREAMBLE_BYTE 0xFF macro