pub struct R(/* private fields */);Expand description
Register CTRL reader
Implementations§
Source§impl R
 
impl R
Sourcepub fn syncprsseten(&self) -> SYNCPRSSETEN_R
 
pub fn syncprsseten(&self) -> SYNCPRSSETEN_R
Bits 0:7 - Synchronization PRS Set Enable
Sourcepub fn syncprsclren(&self) -> SYNCPRSCLREN_R
 
pub fn syncprsclren(&self) -> SYNCPRSCLREN_R
Bits 8:15 - Synchronization PRS Clear Enable
Sourcepub fn numfixed(&self) -> NUMFIXED_R
 
pub fn numfixed(&self) -> NUMFIXED_R
Bits 24:26 - Number of Fixed Priority Channels
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