Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Dexti.c98 uint32_t mMaxLatency = 0; variable
112 if (!maxLatencyNs && mMaxLatency) in extiUpdateMaxLatency()
114 else if (maxLatencyNs && !mMaxLatency) in extiUpdateMaxLatency()
116 else if (maxLatencyNs && mMaxLatency) in extiUpdateMaxLatency()
118 mMaxLatency = maxLatencyNs; in extiUpdateMaxLatency()
176 … if (!mMaxLatency || latency == mMaxLatency || (maxLatencyNs && maxLatencyNs < mMaxLatency)) { in extiSetMaxLatency()
193 if (!mMaxLatency || (isr->maxLatencyNs && isr->maxLatencyNs < mMaxLatency)) in extiChainIsr()
208 if (isr->maxLatencyNs && isr->maxLatencyNs == mMaxLatency) in extiUnchainIsr()