pub struct R(_);Expand description
Register U0_STATUS reader
Implementations
sourceimpl R
impl R
sourcepub fn core_status_u0(&self) -> CORE_STATUS_U0_R
pub fn core_status_u0(&self) -> CORE_STATUS_U0_R
Bits 0:31
sourcepub fn status_cnt_mode(&self) -> STATUS_CNT_MODE_R
pub fn status_cnt_mode(&self) -> STATUS_CNT_MODE_R
Bits 0:1
sourcepub fn status_thres1(&self) -> STATUS_THRES1_R
pub fn status_thres1(&self) -> STATUS_THRES1_R
Bit 2
sourcepub fn status_thres0(&self) -> STATUS_THRES0_R
pub fn status_thres0(&self) -> STATUS_THRES0_R
Bit 3
sourcepub fn status_l_lim(&self) -> STATUS_L_LIM_R
pub fn status_l_lim(&self) -> STATUS_L_LIM_R
Bit 4
sourcepub fn status_h_lim(&self) -> STATUS_H_LIM_R
pub fn status_h_lim(&self) -> STATUS_H_LIM_R
Bit 5
sourcepub fn status_zero(&self) -> STATUS_ZERO_R
pub fn status_zero(&self) -> STATUS_ZERO_R
Bit 6
Methods from Deref<Target = R<U0_STATUS_SPEC>>
Trait Implementations
sourceimpl From<R<U0_STATUS_SPEC>> for R
impl From<R<U0_STATUS_SPEC>> for R
sourcefn from(reader: R<U0_STATUS_SPEC>) -> Self
fn from(reader: R<U0_STATUS_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more