Home
last modified time | relevance | path

Searched defs:trigger (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_dma/include/hardware/
Ddma.h383 … inline void dma_channel_set_config(uint channel, const dma_channel_config *config, bool trigger) { in dma_channel_set_config()
399 …inline void dma_channel_set_read_addr(uint channel, const volatile void *read_addr, bool trigger) { in dma_channel_set_read_addr()
414 static inline void dma_channel_set_write_addr(uint channel, volatile void *write_addr, bool trigger in dma_channel_set_write_addr()
429 static inline void dma_channel_set_trans_count(uint channel, uint32_t trans_count, bool trigger) { in dma_channel_set_trans_count()
449 uint transfer_count, bool trigger) { in dma_channel_configure()