Type Alias xmc4800::port3::pdr1::PD11_W

source ·
pub type PD11_W<'a, REG> = FieldWriter<'a, REG, 3, PD11_A, Safe>;
Expand description

Field PD11 writer - Pad Driver Mode for Pn.11

Aliased Type§

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

Implementations§

source§

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

source

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

A1+ strong driver, soft edge

source

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

A1+ strong driver, slow edge

source

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

A1+ medium driver

source

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

A1+ weak driver

source

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

A1+ strong driver, soft edge (alternate value)

source

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

A1+ strong driver, slow edge (alternate value)

source

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

A1+ medium driver (alternate value)

source

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

A1+ weak driver (alternate value)