EnW

Type Alias EnW 

pub type EnW<'a, REG> = FieldWriter<'a, REG, 8, En>;
Expand description

Field EN writer - PDB Channel Pre-Trigger Enable

Aliased Type§

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

Implementations§

§

impl<'a, REG> EnW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

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

PDB channel’s corresponding pre-trigger disabled.

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

PDB channel’s corresponding pre-trigger enabled.