Searched refs:dreq (Results 1 – 5 of 5) sorted by relevance
16 # but we DO want dreq.h; it doesn't change much, so lets just use configure_file18 configure_file(rp2040/hardware_regs/include/hardware/regs/dreq.h ${CMAKE_CURRENT_BINARY_DIR}/extra_…
157 # but we DO want dreq.h; it doesn't change much, so lets just use configure_file158 …_VARIANT_DIR}/hardware_regs/include/hardware/regs/dreq.h ${CMAKE_CURRENT_BINARY_DIR}/extra_doxygen…
190 static inline void channel_config_set_dreq(dma_channel_config *c, uint dreq) { in channel_config_set_dreq() argument191 assert(dreq <= DREQ_FORCE); in channel_config_set_dreq()192 … c->ctrl = (c->ctrl & ~DMA_CH0_CTRL_TRIG_TREQ_SEL_BITS) | (dreq << DMA_CH0_CTRL_TRIG_TREQ_SEL_LSB); in channel_config_set_dreq()
28 "include/hardware/regs/dreq.h",
50 "include/hardware/regs/dreq.h",