Type Alias xmc4800::port15::in_::P5R

source ·
pub type P5R = BitReader<P5>;
Expand description

Field P5 reader - Port n Input Bit 5

Aliased Type§

struct P5R { /* private fields */ }

Implementations§

source§

impl P5R

source

pub const fn variant(&self) -> P5

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.