Type Alias rp2040_pac::dma::ch::ch_al1_ctrl::BSWAP_W

source ·
pub type BSWAP_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field BSWAP writer - Apply byte-swap transformation to DMA data.
For byte data, this has no effect. For halfword data, the two bytes of each halfword are swapped. For word data, the four bytes of each word are swapped to reverse order.

Aliased Type§

struct BSWAP_W<'a, REG> { /* private fields */ }