#[repr(transparent)]pub struct Pmactrl(pub u16);Expand description
PMA CTRL
Tuple Fields§
§0: u16Implementations§
Source§impl Pmactrl
impl Pmactrl
Sourcepub const fn loop_(&self) -> PmactrlLoop
pub const fn loop_(&self) -> PmactrlLoop
Loop
Sourcepub const fn set_loop_(&mut self, val: PmactrlLoop)
pub const fn set_loop_(&mut self, val: PmactrlLoop)
Loop
Trait Implementations§
impl Copy for Pmactrl
impl Eq for Pmactrl
impl StructuralPartialEq for Pmactrl
Auto Trait Implementations§
impl Freeze for Pmactrl
impl RefUnwindSafe for Pmactrl
impl Send for Pmactrl
impl Sync for Pmactrl
impl Unpin for Pmactrl
impl UnwindSafe for Pmactrl
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