Home
last modified time | relevance | path

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

/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/
Dudma.h97 int32_t sy1xx_udma_get_remaining(uint32_t base, uint32_t channel);
145 #define SY1XX_UDMA_GET_REMAINING_RX(base) sy1xx_udma_get_remaining(base, SY1XX_UDMA_RX_CHANNEL)
146 #define SY1XX_UDMA_GET_REMAINING_TX(base) sy1xx_udma_get_remaining(base, SY1XX_UDMA_TX_CHANNEL)
Dudma.c177 int32_t sy1xx_udma_get_remaining(uint32_t base, uint32_t channel) in sy1xx_udma_get_remaining() function