PinR

Type Alias PinR 

pub type PinR = BitReader<Pin>;
Expand description

Field PIN reader - External Reset Pin Interrupt

Aliased Type§

pub struct PinR { /* private fields */ }

Implementations§

§

impl PinR

pub const fn variant(&self) -> Pin

Get enumerated values variant

pub fn is_0(&self) -> bool

Reset not caused by external reset pin

pub fn is_1(&self) -> bool

Reset caused by external reset pin