Home
last modified time | relevance | path

Searched refs:atomicWrite32bits (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Datomic.h60 static inline void atomicWrite32bits(volatile uint32_t *word, uint32_t val) in atomicWrite32bits() function
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c787 atomicWrite32bits(&mTxWakeCnt[0], wakeup); in nanohubPrefetchTx()
788 atomicWrite32bits(&mTxWakeCnt[1], nonwakeup); in nanohubPrefetchTx()
868 atomicWrite32bits(&mTxWakeCnt[0], wakeup); in readEvent()
869 atomicWrite32bits(&mTxWakeCnt[1], nonwakeup); in readEvent()
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c889 atomicWrite32bits(&xfer->id, id); in i2cMasterTxRx()