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.c840 atomicWrite32bits(&mTxWakeCnt[0], wakeup); in nanohubPrefetchTx()
841 atomicWrite32bits(&mTxWakeCnt[1], nonwakeup); in nanohubPrefetchTx()
921 atomicWrite32bits(&mTxWakeCnt[0], wakeup); in readEvent()
922 atomicWrite32bits(&mTxWakeCnt[1], nonwakeup); in readEvent()
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c937 atomicWrite32bits(&xfer->id, id); in i2cMasterTxRx()