BusfaultpendedR

Type Alias BusfaultpendedR 

pub type BusfaultpendedR = BitReader<Busfaultpended>;
Expand description

Field BUSFAULTPENDED reader - BusFault exception pending bit, reads as 1 if exception is pending

Aliased Type§

pub struct BusfaultpendedR { /* private fields */ }

Implementations§

§

impl BusfaultpendedR

pub const fn variant(&self) -> Busfaultpended

Get enumerated values variant

pub fn is_0(&self) -> bool

exception is not pending

pub fn is_1(&self) -> bool

exception is pending