Type Alias xmc4800::port3::pps::Pps15W

source ·
pub type Pps15W<'a, REG> = BitWriter<'a, REG, Pps15>;
Expand description

Field PPS15 writer - Port n Pin Power Save Bit 15

Aliased Type§

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

Implementations§

source§

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

source

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

Pin Power Save of Pn.x is disabled.

source

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

Pin Power Save of Pn.x is enabled.