pub type DRIVE_W<'a, REG> = FieldWriterSafe<'a, REG, 2, DRIVE_A>;
Expand description

Field DRIVE writer - Drive strength.

Aliased Type§

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

Implementations§

source§

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

source

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

0

source

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

1

source

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

10

source

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

11