Home
last modified time | relevance | path

Searched refs:ATOMIC_BITSET_DECL (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
DatomicBitset.h31 #define ATOMIC_BITSET_DECL(nam, numbits, extra_keyword) DECLARE_OS_ALIGNMENT(nam, ATOMIC_BITSET_… macro
/device/google/contexthub/firmware/os/cpu/x86/inc/cpu/
DatomicBitset.h29 #define ATOMIC_BITSET_DECL(nam, numbits, extra_keyword) extra_keyword uint8_t _##nam##_store [AT… macro
/device/google/contexthub/firmware/os/core/
Dtimer.c52 ATOMIC_BITSET_DECL(mTimersValid, MAX_TIMERS, static);
DhostIntf.c142 ATOMIC_BITSET_DECL(mInterrupt, HOSTINTF_MAX_INTERRUPTS, static);
143 ATOMIC_BITSET_DECL(mInterruptMask, HOSTINTF_MAX_INTERRUPTS, static);
672 ATOMIC_BITSET_DECL(sensorPresent, SENS_TYPE_LAST_USER - SENS_TYPE_INVALID,); in initSensors()
Dsensors.c33 ATOMIC_BITSET_DECL(mSensorsUsed, MAX_REGISTERED_SENSORS, static);
/device/google/contexthub/firmware/os/platform/stm32/
Di2c.c231 ATOMIC_BITSET_DECL(mXfersValid, I2C_MAX_QUEUE_DEPTH, static);