Type Alias xmc4800::port4::out::P8W

source ·
pub type P8W<'a, REG> = BitWriter<'a, REG, P8>;
Expand description

Field P8 writer - Port n Output Bit 8

Aliased Type§

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

Implementations§

source§

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

source

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

The output level of Pn.x is 0.

source

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

The output level of Pn.x is 1.