Ch2trigR

Type Alias Ch2trigR 

pub type Ch2trigR = BitReader<Ch2trig>;
Expand description

Field CH2TRIG reader - Channel 2 External Trigger Enable

Aliased Type§

pub struct Ch2trigR { /* private fields */ }

Implementations§

§

impl Ch2trigR

pub const fn variant(&self) -> Ch2trig

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.