DseW

Type Alias DseW 

pub type DseW<'a, REG> = BitWriter<'a, REG, Dse>;
Expand description

Field DSE writer - Drive Strength Enable

Aliased Type§

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

Implementations§

§

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

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

Low drive strength is configured on the corresponding pin, if pin is configured as a digital output.

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

High drive strength is configured on the corresponding pin, if pin is configured as a digital output.