HwtrigmodeW

Type Alias HwtrigmodeW 

pub type HwtrigmodeW<'a, REG> = BitWriter<'a, REG, Hwtrigmode>;
Expand description

Field HWTRIGMODE writer - Hardware Trigger Mode

Aliased Type§

pub struct HwtrigmodeW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> HwtrigmodeW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

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

pub fn _1(self) -> &'a mut W<REG>

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