Home
last modified time | relevance | path

Searched refs:atomicRead32bits (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Datomic.h48 static inline uint32_t atomicRead32bits(volatile uint32_t *word) in atomicRead32bits() function
/device/google/contexthub/firmware/os/cpu/cortexm4/
DatomicBitset.c138 dest[idx] = atomicRead32bits(&set->words[idx]); in atomicBitsetBulkRead()
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c797 uint32_t wakeup = atomicRead32bits(&mTxWakeCnt[0]); in updateInterrupts()
798 uint32_t nonwakeup = atomicRead32bits(&mTxWakeCnt[1]); in updateInterrupts()
817 if (wakeup < atomicRead32bits(&mTxWakeCnt[0])) in nanohubPrefetchTx()
818 wakeup = atomicRead32bits(&mTxWakeCnt[0]); in nanohubPrefetchTx()
820 if (nonwakeup < atomicRead32bits(&mTxWakeCnt[1])) in nanohubPrefetchTx()
821 nonwakeup = atomicRead32bits(&mTxWakeCnt[1]); in nanohubPrefetchTx()
910 wakeup = atomicRead32bits(&mTxWakeCnt[0]); in readEvent()
911 nonwakeup = atomicRead32bits(&mTxWakeCnt[1]); in readEvent()
DhostIntf.c225 if (atomicRead32bits(&mIntErrMsgCnt) == HOSTINTF_MAX_ERR_MSG) in hostIntfDeferErrLog()
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c498 uint32_t xferId = atomicRead32bits(&xfer->id); in stmI2cGetNextPendingXfer()
955 if (atomicRead32bits(&xfer->id) != 0) { in i2cMasterTxRx()