Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_dma/include/hardware/
Ddma.h254 static inline void channel_config_set_bswap(dma_channel_config *c, bool bswap) { in channel_config_set_bswap() argument
255 …c->ctrl = bswap ? (c->ctrl | DMA_CH0_CTRL_TRIG_BSWAP_BITS) : (c->ctrl & ~DMA_CH0_CTRL_TRIG_BSWAP_B… in channel_config_set_bswap()