BbW

Type Alias BbW 

pub type BbW<'a, REG> = FieldWriter<'a, REG, 8, Bb>;
Expand description

Field BB writer - PDB Channel Pre-Trigger Back-to-Back Operation Enable

Aliased Type§

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

Implementations§

§

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

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

PDB channel’s corresponding pre-trigger back-to-back operation disabled.

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

PDB channel’s corresponding pre-trigger back-to-back operation enabled.