#[repr(transparent)]pub struct Rrcsr(pub u32);Expand description
Round Robin Control and Status
Tuple Fields§
§0: u32Implementations§
Source§impl Rrcsr
impl Rrcsr
Sourcepub const fn set_rr_ch0out(&mut self, val: bool)
pub const fn set_rr_ch0out(&mut self, val: bool)
Comparison Result for Channel 0
Sourcepub const fn set_rr_ch1out(&mut self, val: bool)
pub const fn set_rr_ch1out(&mut self, val: bool)
Comparison Result for Channel 1
Sourcepub const fn set_rr_ch2out(&mut self, val: bool)
pub const fn set_rr_ch2out(&mut self, val: bool)
Comparison Result for Channel 2
Sourcepub const fn set_rr_ch3out(&mut self, val: bool)
pub const fn set_rr_ch3out(&mut self, val: bool)
Comparison Result for Channel 3
Sourcepub const fn set_rr_ch4out(&mut self, val: bool)
pub const fn set_rr_ch4out(&mut self, val: bool)
Comparison Result for Channel 4
Sourcepub const fn set_rr_ch5out(&mut self, val: bool)
pub const fn set_rr_ch5out(&mut self, val: bool)
Comparison Result for Channel 5
Sourcepub const fn set_rr_ch6out(&mut self, val: bool)
pub const fn set_rr_ch6out(&mut self, val: bool)
Comparison Result for Channel 6
Sourcepub const fn set_rr_ch7out(&mut self, val: bool)
pub const fn set_rr_ch7out(&mut self, val: bool)
Comparison Result for Channel 7
Trait Implementations§
impl Copy for Rrcsr
impl Eq for Rrcsr
impl StructuralPartialEq for Rrcsr
Auto Trait Implementations§
impl Freeze for Rrcsr
impl RefUnwindSafe for Rrcsr
impl Send for Rrcsr
impl Sync for Rrcsr
impl Unpin for Rrcsr
impl UnwindSafe for Rrcsr
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