Home
last modified time | relevance | path

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

/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dudma.h91 int32_t sy1xx_udma_cancel(uint32_t base, uint32_t channel);
129 #define SY1XX_UDMA_CANCEL_RX(udma_base) sy1xx_udma_cancel(udma_base, SY1XX_UDMA_RX_CHANNEL)
130 #define SY1XX_UDMA_CANCEL_TX(udma_base) sy1xx_udma_cancel(udma_base, SY1XX_UDMA_TX_CHANNEL)
Dudma.c110 int32_t sy1xx_udma_cancel(uint32_t base, uint32_t channel) in sy1xx_udma_cancel() function