HwtrigmodeR

Type Alias HwtrigmodeR 

pub type HwtrigmodeR = BitReader<Hwtrigmode>;
Expand description

Field HWTRIGMODE reader - Hardware Trigger Mode

Aliased Type§

pub struct HwtrigmodeR { /* private fields */ }

Implementations§

§

impl HwtrigmodeR

pub const fn variant(&self) -> Hwtrigmode

Get enumerated values variant

pub fn is_0(&self) -> bool

FTM clears the TRIGj bit when the hardware trigger j is detected, where j = 0, 1,2.

pub fn is_1(&self) -> bool

FTM does not clear the TRIGj bit when the hardware trigger j is detected, where j = 0, 1,2.