Type Alias xmc4800::port8::in_::P0R

source ·
pub type P0R = BitReader<P0>;
Expand description

Field P0 reader - Port n Input Bit 0

Aliased Type§

struct P0R { /* private fields */ }

Implementations§

source§

impl P0R

source

pub const fn variant(&self) -> P0

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The input level of Pn.x is 0.

source

pub fn is_value2(&self) -> bool

The input level of Pn.x is 1.