AdtrgW

Type Alias AdtrgW 

pub type AdtrgW<'a, REG> = BitWriter<'a, REG, Adtrg>;
Expand description

Field ADTRG writer - Conversion Trigger Select

Aliased Type§

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

Implementations§

§

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

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

Software trigger selected.

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

Hardware trigger selected.