#[repr(transparent)]pub struct Rrsr(pub u32);Expand description
Round Robin Status
Tuple Fields§
§0: u32Implementations§
Source§impl Rrsr
impl Rrsr
Sourcepub const fn set_rr_ch0f(&mut self, val: bool)
pub const fn set_rr_ch0f(&mut self, val: bool)
Channel 0 Input Changed Flag
Sourcepub const fn set_rr_ch1f(&mut self, val: bool)
pub const fn set_rr_ch1f(&mut self, val: bool)
Channel 1 Input Changed Flag
Sourcepub const fn set_rr_ch2f(&mut self, val: bool)
pub const fn set_rr_ch2f(&mut self, val: bool)
Channel 2 Input Changed Flag
Sourcepub const fn set_rr_ch3f(&mut self, val: bool)
pub const fn set_rr_ch3f(&mut self, val: bool)
Channel 3 Input Changed Flag
Sourcepub const fn set_rr_ch4f(&mut self, val: bool)
pub const fn set_rr_ch4f(&mut self, val: bool)
Channel 4 Input Changed Flag
Sourcepub const fn set_rr_ch5f(&mut self, val: bool)
pub const fn set_rr_ch5f(&mut self, val: bool)
Channel 5 Input Changed Flag
Sourcepub const fn set_rr_ch6f(&mut self, val: bool)
pub const fn set_rr_ch6f(&mut self, val: bool)
Channel 6 Input Changed Flag
Sourcepub const fn set_rr_ch7f(&mut self, val: bool)
pub const fn set_rr_ch7f(&mut self, val: bool)
Channel 7 Input Changed Flag
Trait Implementations§
impl Copy for Rrsr
impl Eq for Rrsr
impl StructuralPartialEq for Rrsr
Auto Trait Implementations§
impl Freeze for Rrsr
impl RefUnwindSafe for Rrsr
impl Send for Rrsr
impl Sync for Rrsr
impl Unpin for Rrsr
impl UnwindSafe for Rrsr
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