Ch1trigR

Type Alias Ch1trigR 

pub type Ch1trigR = BitReader<Ch1trig>;
Expand description

Field CH1TRIG reader - Channel 1 External Trigger Enable

Aliased Type§

pub struct Ch1trigR { /* private fields */ }

Implementations§

§

impl Ch1trigR

pub const fn variant(&self) -> Ch1trig

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.