Type Alias rp2040_pac::dma::ch::ch_al1_ctrl::BSWAP_R

source ·
pub type BSWAP_R = BitReader;
Expand description

Field BSWAP reader - 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_R { /* private fields */ }