Type Alias atsame54n::sdhc0::hc2r::DRVSEL_W

source ·
pub type DRVSEL_W<'a, REG, const O: u8> = FieldWriterSafe<'a, REG, 2, O, DRVSELSELECT_A>;
Expand description

Field DRVSEL writer - Driver Strength Select

Aliased Type§

struct DRVSEL_W<'a, REG, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, REG, const O: u8> DRVSEL_W<'a, REG, O>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

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

Driver Type B is Selected (Default)

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