Ch3trigR

Type Alias Ch3trigR 

pub type Ch3trigR = BitReader<Ch3trig>;
Expand description

Field CH3TRIG reader - Channel 3 External Trigger Enable

Aliased Type§

pub struct Ch3trigR { /* private fields */ }

Implementations§

§

impl Ch3trigR

pub const fn variant(&self) -> Ch3trig

Get enumerated values variant

pub fn is_0(&self) -> bool

The generation of this external trigger is disabled.

pub fn is_1(&self) -> bool

The generation of this external trigger is enabled.