Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/
Ddma.c98 static void dmaIsr(uint8_t busId, uint8_t stream);
104 dmaIsr(_n - 1, _s); \
219 static void dmaIsr(uint8_t busId, uint8_t stream) in dmaIsr() function