OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomicWriteByte
(Results
1 - 7
of
7
) sorted by null
/device/google/contexthub/firmware/os/inc/
atomic.h
54
static inline void
atomicWriteByte
(volatile uint8_t *byte, uint32_t val)
/device/google/contexthub/firmware/os/platform/stm32/
i2c.c
525
atomicWriteByte
(&state->masterState, STM_I2C_MASTER_START);
534
atomicWriteByte
(&state->masterState, STM_I2C_MASTER_IDLE);
547
atomicWriteByte
(&state->masterState, STM_I2C_MASTER_START);
615
atomicWriteByte
(&state->masterState, STM_I2C_MASTER_TX_ADDR);
618
atomicWriteByte
(&state->masterState, STM_I2C_MASTER_RX_ADDR);
635
atomicWriteByte
(&state->masterState, STM_I2C_MASTER_TX_DATA);
644
atomicWriteByte
(&state->masterState, STM_I2C_MASTER_RX_DATA);
812
atomicWriteByte
(&state->masterState, STM_I2C_MASTER_IDLE);
spi.c
189
atomicWriteByte
(&state->xferEnable, false);
303
atomicWriteByte
(&state->xferEnable, false);
318
atomicWriteByte
(&state->xferEnable, false);
/device/google/contexthub/firmware/os/core/
nanohubCommand.c
773
atomicWriteByte
(&mPrefetchActive, 1);
781
atomicWriteByte
(&mTxCurrLength, mTxNextLength);
786
atomicWriteByte
(&mTxCurrLength, fillBuffer(&mTxCurr, atomicReadByte(&mTxCurrLength), &wakeup, &nonwakeup));
791
atomicWriteByte
(&mPrefetchActive, 0);
799
atomicWriteByte
(&mPrefetchTx, 0);
800
atomicWriteByte
(&mTxCurrLength, 0);
822
atomicWriteByte
(&mPrefetchTx, 1);
829
atomicWriteByte
(&mTxCurrLength, 0);
852
atomicWriteByte
(&mTxCurrLength, 0);
[
all
...]
hostIntf.c
378
atomicWriteByte
(&mRestartRx, true);
435
atomicWriteByte
(&mActiveWrite, true);
463
atomicWriteByte
(&mActiveWrite, false);
464
atomicWriteByte
(&mRestartRx, false);
469
atomicWriteByte
(&mRxIdle, true);
[
all
...]
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
bosch_bmi160.c
658
atomicWriteByte
(&(_task->state), (s));\
[
all
...]
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c
[
all
...]
Completed in 713 milliseconds