HomeSort by relevance Sort by last modified time
    Searched refs:ATOMIC_BITSET_DECL (Results 1 - 6 of 6) sorted by null

  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
atomicBitset.h 31 #define ATOMIC_BITSET_DECL(nam, numbits, extra_keyword) DECLARE_OS_ALIGNMENT(nam, ATOMIC_BITSET_SZ(numbits), extra_keyword, struct AtomicBitset)
  /device/google/contexthub/firmware/os/cpu/x86/inc/cpu/
atomicBitset.h 29 #define ATOMIC_BITSET_DECL(nam, numbits, extra_keyword) extra_keyword uint8_t _##nam##_store [ATOMIC_BITSET_SZ(numbits)] __attribute__((aligned(4))); extra_keyword struct AtomicBitset *nam = (struct AtomicBitset*)_##nam##_store
  /device/google/contexthub/firmware/os/core/
timer.c 55 ATOMIC_BITSET_DECL(mTimersValid, MAX_TIMERS, static);
hostIntf.c 143 ATOMIC_BITSET_DECL(mInterrupt, HOSTINTF_MAX_INTERRUPTS, static);
144 ATOMIC_BITSET_DECL(mInterruptMask, HOSTINTF_MAX_INTERRUPTS, static);
673 ATOMIC_BITSET_DECL(sensorPresent, SENS_TYPE_LAST_USER - SENS_TYPE_INVALID,);
    [all...]
sensors.c 33 ATOMIC_BITSET_DECL(mSensorsUsed, MAX_REGISTERED_SENSORS, static);
  /device/google/contexthub/firmware/os/platform/stm32/
i2c.c 232 ATOMIC_BITSET_DECL(mXfersValid, I2C_MAX_QUEUE_DEPTH, static);

Completed in 409 milliseconds