Type Alias DrvselW

Source
pub type DrvselW<'a, REG> = FieldWriter<'a, REG, 2, Drvselselect, Safe>;
Expand description

Field DRVSEL writer - Driver Strength Select Value for Initialization

Aliased Type§

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

Implementations§

Source§

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

Source

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

Driver Type B is Selected

Source

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

Driver Type A is Selected

Source

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

Driver Type C is Selected

Source

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

Driver Type D is Selected