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

  /device/google/contexthub/firmware/os/inc/
atomic.h 60 static inline void atomicWrite32bits(volatile uint32_t *word, uint32_t val)
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 787 atomicWrite32bits(&mTxWakeCnt[0], wakeup);
788 atomicWrite32bits(&mTxWakeCnt[1], nonwakeup);
868 atomicWrite32bits(&mTxWakeCnt[0], wakeup);
869 atomicWrite32bits(&mTxWakeCnt[1], nonwakeup);
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/
i2c.c 889 atomicWrite32bits(&xfer->id, id);

Completed in 57 milliseconds