Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_dma/include/hardware/
Ddma.h286 static inline void channel_config_set_high_priority(dma_channel_config *c, bool high_priority) { in channel_config_set_high_priority() argument
287 …c->ctrl = high_priority ? (c->ctrl | DMA_CH0_CTRL_TRIG_HIGH_PRIORITY_BITS) : (c->ctrl & ~DMA_CH0_C… in channel_config_set_high_priority()