[−][src]Struct metro_m0::atsamd21g18a::dmac::prictrl0::W
Value to write to the register
Methods
impl W
[src]
pub fn reset_value() -> W
[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut W
[src]
Writes raw bits to the register
pub fn lvlpri0(&mut self) -> _LVLPRI0W
[src]
Bits 0:3 - Level 0 Channel Priority Number
pub fn rrlvlen0(&mut self) -> _RRLVLEN0W
[src]
Bit 7 - Level 0 Round-Robin Scheduling Enable
pub fn lvlpri1(&mut self) -> _LVLPRI1W
[src]
Bits 8:11 - Level 1 Channel Priority Number
pub fn rrlvlen1(&mut self) -> _RRLVLEN1W
[src]
Bit 15 - Level 1 Round-Robin Scheduling Enable
pub fn lvlpri2(&mut self) -> _LVLPRI2W
[src]
Bits 16:19 - Level 2 Channel Priority Number
pub fn rrlvlen2(&mut self) -> _RRLVLEN2W
[src]
Bit 23 - Level 2 Round-Robin Scheduling Enable
pub fn lvlpri3(&mut self) -> _LVLPRI3W
[src]
Bits 24:27 - Level 3 Channel Priority Number
pub fn rrlvlen3(&mut self) -> _RRLVLEN3W
[src]
Bit 31 - Level 3 Round-Robin Scheduling Enable
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,