Type Alias xmc4800::port9::in_::P8R

source ·
pub type P8R = BitReader<P8>;
Expand description

Field P8 reader - Port n Input Bit 8

Aliased Type§

struct P8R { /* private fields */ }

Implementations§

source§

impl P8R

source

pub const fn variant(&self) -> P8

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.