HomeSort by relevance Sort by last modified time
    Searched refs:NANOHUB_PREAMBLE_BYTE (Results 1 - 4 of 4) sorted by null

  /device/google/contexthub/firmware/os/core/
hostIntfI2c.c 32 i2cSlaveTxPreamble(gBusId, NANOHUB_PREAMBLE_BYTE,
40 i2cSlaveTxPreamble(gBusId, NANOHUB_PREAMBLE_BYTE,
hostIntfSpi.c 35 .txWord = NANOHUB_PREAMBLE_BYTE,
75 ((uint8_t *)txBuf)[txSize] = NANOHUB_PREAMBLE_BYTE;
hostIntf.c 350 mTxBuf.prePreamble = NANOHUB_PREAMBLE_BYTE;
351 mTxBuf.postPreamble = NANOHUB_PREAMBLE_BYTE;
352 mTxNakBuf.prePreamble = NANOHUB_PREAMBLE_BYTE;
353 mTxNakBuf.postPreamble = NANOHUB_PREAMBLE_BYTE;
    [all...]
  /device/google/contexthub/firmware/os/inc/
nanohubPacket.h 70 #define NANOHUB_PREAMBLE_BYTE 0xFF

Completed in 66 milliseconds