pub struct R(/* private fields */);Expand description
Register LIMIT3 reader
Implementations§
Source§impl R
impl R
Sourcepub fn ch_lo_limit(&self) -> CH_LO_LIMIT_R
pub fn ch_lo_limit(&self) -> CH_LO_LIMIT_R
Bits 0:9 - Low Limit Threshold
Sourcepub fn ch_hi_limit(&self) -> CH_HI_LIMIT_R
pub fn ch_hi_limit(&self) -> CH_HI_LIMIT_R
Bits 12:21 - High Limit Threshold
Sourcepub fn ch_lo_limit_en(&self) -> CH_LO_LIMIT_EN_R
pub fn ch_lo_limit_en(&self) -> CH_LO_LIMIT_EN_R
Bit 28 - Low Limit Monitoring Enable
Sourcepub fn ch_hi_limit_en(&self) -> CH_HI_LIMIT_EN_R
pub fn ch_hi_limit_en(&self) -> CH_HI_LIMIT_EN_R
Bit 29 - High Limit Monitoring Enable
Methods from Deref<Target = R<LIMIT3_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnsafeUnpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more