#[repr(transparent)]pub struct Opacr1(pub u32);Expand description
Off-Platform Peripheral Access Control Registers
Tuple Fields§
§0: u32Implementations§
Source§impl Opacr1
impl Opacr1
Sourcepub const fn set_opac15(&mut self, val: Opac15)
pub const fn set_opac15(&mut self, val: Opac15)
Off-platform Peripheral Access Control 15
Sourcepub const fn set_opac14(&mut self, val: Opac14)
pub const fn set_opac14(&mut self, val: Opac14)
Off-platform Peripheral Access Control 14
Sourcepub const fn set_opac13(&mut self, val: Opac13)
pub const fn set_opac13(&mut self, val: Opac13)
Off-platform Peripheral Access Control 13
Sourcepub const fn set_opac12(&mut self, val: Opac12)
pub const fn set_opac12(&mut self, val: Opac12)
Off-platform Peripheral Access Control 12
Sourcepub const fn set_opac11(&mut self, val: Opac11)
pub const fn set_opac11(&mut self, val: Opac11)
Off-platform Peripheral Access Control 11
Sourcepub const fn set_opac10(&mut self, val: Opac10)
pub const fn set_opac10(&mut self, val: Opac10)
Off-platform Peripheral Access Control 10
Trait Implementations§
impl Copy for Opacr1
impl Eq for Opacr1
impl StructuralPartialEq for Opacr1
Auto Trait Implementations§
impl Freeze for Opacr1
impl RefUnwindSafe for Opacr1
impl Send for Opacr1
impl Sync for Opacr1
impl Unpin for Opacr1
impl UnwindSafe for Opacr1
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