TrigR

Type Alias TrigR 

pub type TrigR = BitReader<Trig>;
Expand description

Field TRIG reader - DMA Channel Trigger Enable

Aliased Type§

pub struct TrigR { /* private fields */ }

Implementations§

§

impl TrigR

pub const fn variant(&self) -> Trig

Get enumerated values variant

pub fn is_0(&self) -> bool

Triggering is disabled. If triggering is disabled and ENBL is set, the DMA Channel will simply route the specified source to the DMA channel. (Normal mode)

pub fn is_1(&self) -> bool

Triggering is enabled. If triggering is enabled and ENBL is set, the DMAMUX is in Periodic Trigger mode.