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

  /device/google/contexthub/firmware/os/inc/
atomic.h 42 static inline uint32_t atomicReadByte(volatile uint8_t *byte)
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 779 if (atomicReadByte(&mTxCurrLength) == 0 && mTxNextLength > 0) {
786 atomicWriteByte(&mTxCurrLength, fillBuffer(&mTxCurr, atomicReadByte(&mTxCurrLength), &wakeup, &nonwakeup));
793 if (atomicReadByte(&mPrefetchTx)) {
798 hostIntfTxAck(&mTxCurr, atomicReadByte(&mTxCurrLength));
821 if (atomicReadByte(&mPrefetchActive)) {
825 if ((ret = atomicReadByte(&mTxCurrLength))) {
850 if ((totLength = atomicReadByte(&mTxCurrLength))) {
    [all...]
hostIntf.c 377 } else if (atomicReadByte(&mActiveWrite)) {
385 } else if (wakeupActive && !atomicReadByte(&mActiveWrite))
486 if (atomicReadByte(&mRestartRx))
491 } else if (atomicReadByte(&mRestartRx)) {
522 if (atomicReadByte(&mRestartRx))
    [all...]
seos.c 90 return (atomicReadByte(&task->flags) & mask) != 0;
103 uint8_t flags = atomicReadByte(&task->flags);
121 return atomicReadByte(&task->ioCount);
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/
i2c.c 613 if (atomicReadByte(&state->masterState) == STM_I2C_MASTER_START) {
629 uint8_t masterState = atomicReadByte(&state->masterState);
652 uint8_t masterState = atomicReadByte(&state->masterState);
834 if (atomicReadByte(&state->masterState) == STM_I2C_MASTER_IDLE) {
  /device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c 653 #define GET_STATE() (atomicReadByte(&(_task->state)))
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]

Completed in 63 milliseconds