Searched refs:kMaxNanoappTimers (Results 1 – 2 of 2) sorted by relevance
167 static constexpr size_t kMaxNanoappTimers = 32; variable169 static_assert(kMaxNanoappTimers >= kNumReservedNanoappTimers,
156 static_assert(kMaxNanoappTimers <= kMaxTimerRequests, in isNewTimerAllowedLocked()163 allowed = (mNumNanoappTimers < kMaxNanoappTimers); in isNewTimerAllowedLocked()