pub struct R(/* private fields */);
Expand description
Register prs_en
reader
Implementations§
source§impl R
impl R
sourcepub fn prs_mode(&self) -> PRS_MODE_R
pub fn prs_mode(&self) -> PRS_MODE_R
Bit 1
sourcepub fn prs_ch_mode(&self) -> PRS_CH_MODE_R
pub fn prs_ch_mode(&self) -> PRS_CH_MODE_R
Bit 2
sourcepub fn ncsic_en(&self) -> NCSIC_EN_R
pub fn ncsic_en(&self) -> NCSIC_EN_R
Bit 16
Methods from Deref<Target = R<PRS_EN_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 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