[][src]Type Definition rp2040::dma::CHAN_ABORT

type CHAN_ABORT = Reg<u32, _CHAN_ABORT>;

Abort an in-progress transfer sequence on one or more channels

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see chan_abort module

Trait Implementations

impl Readable for CHAN_ABORT[src]

read() method returns chan_abort::R reader structure

impl ResetValue for CHAN_ABORT[src]

Register CHAN_ABORT reset()'s with value 0

type Type = u32

Register size

impl Writable for CHAN_ABORT[src]

write(|w| ..) method takes chan_abort::W writer structure