Type Alias xmc4800::port7::out::P1R

source ·
pub type P1R = BitReader<P1>;
Expand description

Field P1 reader - Port n Output Bit 1

Aliased Type§

struct P1R { /* private fields */ }

Implementations§

source§

impl P1R

source

pub const fn variant(&self) -> P1

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The output level of Pn.x is 0.

source

pub fn is_value2(&self) -> bool

The output level of Pn.x is 1.