Searched refs:atomicReadByte (Results 1 – 10 of 10) sorted by relevance
42 static inline uint32_t atomicReadByte(volatile uint8_t *byte) in atomicReadByte() function
626 if (atomicReadByte(&state->masterState) == STM_I2C_MASTER_START) { in stmI2cMasterSentStart()642 uint8_t masterState = atomicReadByte(&state->masterState); in stmI2cMasterSentAddr()665 uint8_t masterState = atomicReadByte(&state->masterState); in stmI2cMasterNakRxed()891 if (atomicReadByte(&state->masterState) == STM_I2C_MASTER_IDLE) { in i2cMasterRelease()
832 if (atomicReadByte(&mTxCurrLength) == 0 && mTxNextLength > 0) { in nanohubPrefetchTx()839 …atomicWriteByte(&mTxCurrLength, fillBuffer(&mTxCurr, atomicReadByte(&mTxCurrLength), &wakeup, &non… in nanohubPrefetchTx()846 if (atomicReadByte(&mPrefetchTx)) { in nanohubPrefetchTx()851 hostIntfTxAck(&mTxCurr, atomicReadByte(&mTxCurrLength)); in nanohubPrefetchTx()874 if (atomicReadByte(&mPrefetchActive)) { in readEventFast()878 if ((ret = atomicReadByte(&mTxCurrLength))) { in readEventFast()903 if ((totLength = atomicReadByte(&mTxCurrLength))) { in readEvent()
378 } else if (atomicReadByte(&mActiveWrite)) { in hostIntfRxPacket()386 } else if (wakeupActive && !atomicReadByte(&mActiveWrite)) in hostIntfRxPacket()487 if (atomicReadByte(&mRestartRx)) in hostIntfTxAckDone()492 } else if (atomicReadByte(&mRestartRx)) { in hostIntfTxAckDone()523 if (atomicReadByte(&mRestartRx)) in hostIntfTxPayloadDone()
90 return (atomicReadByte(&task->flags) & mask) != 0; in osTaskTestFlags()113 uint8_t flags = atomicReadByte(&task->flags); in osTaskClrSetFlags()131 return atomicReadByte(&task->ioCount); in osTaskGetIoCount()
278 #define GET_STATE() (atomicReadByte(&mTask.state))
264 #define GET_STATE() (atomicReadByte(&mTask.state))
749 #define GET_STATE() (atomicReadByte(&(_task->state)))
716 #define GET_STATE() (atomicReadByte(&(_task->state)))
944 #define GET_STATE() (atomicReadByte(&(_task->state)))