#[repr(transparent)]pub struct Rrcr2(pub u32);Expand description
Round Robin Control Register 2
Tuple Fields§
§0: u32Implementations§
Source§impl Rrcr2
impl Rrcr2
Sourcepub const fn rr_timer_reload(&self) -> u32
pub const fn rr_timer_reload(&self) -> u32
Number of Sample Clocks
Sourcepub const fn set_rr_timer_reload(&mut self, val: u32)
pub const fn set_rr_timer_reload(&mut self, val: u32)
Number of Sample Clocks
Sourcepub const fn rr_timer_en(&self) -> bool
pub const fn rr_timer_en(&self) -> bool
Round-Robin Internal Timer Enable
Sourcepub const fn set_rr_timer_en(&mut self, val: bool)
pub const fn set_rr_timer_en(&mut self, val: bool)
Round-Robin Internal Timer Enable
Trait Implementations§
impl Copy for Rrcr2
impl Eq for Rrcr2
impl StructuralPartialEq for Rrcr2
Auto Trait Implementations§
impl Freeze for Rrcr2
impl RefUnwindSafe for Rrcr2
impl Send for Rrcr2
impl Sync for Rrcr2
impl Unpin for Rrcr2
impl UnwindSafe for Rrcr2
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