Ch0trigR

Type Alias Ch0trigR 

pub type Ch0trigR = BitReader<Ch0trig>;
Expand description

Field CH0TRIG reader - Channel 0 External Trigger Enable

Aliased Type§

pub struct Ch0trigR { /* private fields */ }

Implementations§

§

impl Ch0trigR

pub const fn variant(&self) -> Ch0trig

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.