#[repr(transparent)]pub struct Opacr2(pub u32);Expand description
Off-Platform Peripheral Access Control Registers
Tuple Fields§
§0: u32Implementations§
Source§impl Opacr2
impl Opacr2
Sourcepub const fn set_opac23(&mut self, val: Opac23)
pub const fn set_opac23(&mut self, val: Opac23)
Off-platform Peripheral Access Control 23
Sourcepub const fn set_opac22(&mut self, val: Opac22)
pub const fn set_opac22(&mut self, val: Opac22)
Off-platform Peripheral Access Control 22
Sourcepub const fn set_opac21(&mut self, val: Opac21)
pub const fn set_opac21(&mut self, val: Opac21)
Off-platform Peripheral Access Control 21
Sourcepub const fn set_opac20(&mut self, val: Opac20)
pub const fn set_opac20(&mut self, val: Opac20)
Off-platform Peripheral Access Control 20
Sourcepub const fn set_opac19(&mut self, val: Opac19)
pub const fn set_opac19(&mut self, val: Opac19)
Off-platform Peripheral Access Control 19
Sourcepub const fn set_opac18(&mut self, val: Opac18)
pub const fn set_opac18(&mut self, val: Opac18)
Off-platform Peripheral Access Control 18
Sourcepub const fn set_opac17(&mut self, val: Opac17)
pub const fn set_opac17(&mut self, val: Opac17)
Off-platform Peripheral Access Control 17
Sourcepub const fn set_opac16(&mut self, val: Opac16)
pub const fn set_opac16(&mut self, val: Opac16)
Off-platform Peripheral Access Control 16
Trait Implementations§
impl Copy for Opacr2
impl Eq for Opacr2
impl StructuralPartialEq for Opacr2
Auto Trait Implementations§
impl Freeze for Opacr2
impl RefUnwindSafe for Opacr2
impl Send for Opacr2
impl Sync for Opacr2
impl Unpin for Opacr2
impl UnwindSafe for Opacr2
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