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

type MULTI_CHAN_TRIGGER = Reg<u32, _MULTI_CHAN_TRIGGER>;

Trigger one or more channels simultaneously

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

For information about available fields see multi_chan_trigger module

Trait Implementations

impl Readable for MULTI_CHAN_TRIGGER[src]

read() method returns multi_chan_trigger::R reader structure

impl ResetValue for MULTI_CHAN_TRIGGER[src]

Register MULTI_CHAN_TRIGGER reset()'s with value 0

type Type = u32

Register size

impl Writable for MULTI_CHAN_TRIGGER[src]

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