#[repr(transparent)]pub struct Rrcr1(pub u32);Expand description
Round Robin Control Register 1
Tuple Fields§
§0: u32Implementations§
Source§impl Rrcr1
impl Rrcr1
Sourcepub const fn set_rr_ch0en(&mut self, val: bool)
pub const fn set_rr_ch0en(&mut self, val: bool)
Channel 0 Input Enable in Trigger Mode
Sourcepub const fn set_rr_ch1en(&mut self, val: bool)
pub const fn set_rr_ch1en(&mut self, val: bool)
Channel 1 Input Enable in Trigger Mode
Sourcepub const fn set_rr_ch2en(&mut self, val: bool)
pub const fn set_rr_ch2en(&mut self, val: bool)
Channel 2 Input Enable in Trigger Mode
Sourcepub const fn set_rr_ch3en(&mut self, val: bool)
pub const fn set_rr_ch3en(&mut self, val: bool)
Channel 3 Input Enable in Trigger Mode
Sourcepub const fn set_rr_ch4en(&mut self, val: bool)
pub const fn set_rr_ch4en(&mut self, val: bool)
Channel 4 Input Enable in Trigger Mode
Sourcepub const fn set_rr_ch5en(&mut self, val: bool)
pub const fn set_rr_ch5en(&mut self, val: bool)
Channel 5 Input Enable in Trigger Mode
Sourcepub const fn set_rr_ch6en(&mut self, val: bool)
pub const fn set_rr_ch6en(&mut self, val: bool)
Channel 6 Input Enable in Trigger Mode
Sourcepub const fn set_rr_ch7en(&mut self, val: bool)
pub const fn set_rr_ch7en(&mut self, val: bool)
Channel 7 Input Enable in Trigger Mode
Trait Implementations§
impl Copy for Rrcr1
impl Eq for Rrcr1
impl StructuralPartialEq for Rrcr1
Auto Trait Implementations§
impl Freeze for Rrcr1
impl RefUnwindSafe for Rrcr1
impl Send for Rrcr1
impl Sync for Rrcr1
impl Unpin for Rrcr1
impl UnwindSafe for Rrcr1
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