OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomicRead32bits
(Results
1 - 4
of
4
) sorted by null
/device/google/contexthub/firmware/os/inc/
atomic.h
48
static inline uint32_t
atomicRead32bits
(volatile uint32_t *word)
/device/google/contexthub/firmware/os/cpu/cortexm4/
atomicBitset.c
138
dest[idx] =
atomicRead32bits
(&set->words[idx]);
/device/google/contexthub/firmware/os/core/
nanohubCommand.c
744
uint32_t wakeup =
atomicRead32bits
(&mTxWakeCnt[0]);
745
uint32_t nonwakeup =
atomicRead32bits
(&mTxWakeCnt[1]);
764
if (wakeup <
atomicRead32bits
(&mTxWakeCnt[0]))
765
wakeup =
atomicRead32bits
(&mTxWakeCnt[0]);
767
if (nonwakeup <
atomicRead32bits
(&mTxWakeCnt[1]))
768
nonwakeup =
atomicRead32bits
(&mTxWakeCnt[1]);
857
wakeup =
atomicRead32bits
(&mTxWakeCnt[0]);
858
nonwakeup =
atomicRead32bits
(&mTxWakeCnt[1]);
[
all
...]
hostIntf.c
224
if (
atomicRead32bits
(&mIntErrMsgCnt) == HOSTINTF_MAX_ERR_MSG)
[
all
...]
Completed in 64 milliseconds