#[repr(transparent)]pub struct Opacr3(pub u32);Expand description
Off-Platform Peripheral Access Control Registers
Tuple Fields§
§0: u32Implementations§
Source§impl Opacr3
impl Opacr3
Sourcepub const fn set_opac31(&mut self, val: Opac31)
pub const fn set_opac31(&mut self, val: Opac31)
Off-platform Peripheral Access Control 31
Sourcepub const fn set_opac30(&mut self, val: Opac30)
pub const fn set_opac30(&mut self, val: Opac30)
Off-platform Peripheral Access Control 30
Sourcepub const fn set_opac29(&mut self, val: Opac29)
pub const fn set_opac29(&mut self, val: Opac29)
Off-platform Peripheral Access Control 29
Sourcepub const fn set_opac28(&mut self, val: Opac28)
pub const fn set_opac28(&mut self, val: Opac28)
Off-platform Peripheral Access Control 28
Sourcepub const fn set_opac27(&mut self, val: Opac27)
pub const fn set_opac27(&mut self, val: Opac27)
Off-platform Peripheral Access Control 27
Sourcepub const fn set_opac26(&mut self, val: Opac26)
pub const fn set_opac26(&mut self, val: Opac26)
Off-platform Peripheral Access Control 26
Sourcepub const fn set_opac25(&mut self, val: Opac25)
pub const fn set_opac25(&mut self, val: Opac25)
Off-platform Peripheral Access Control 25
Sourcepub const fn set_opac24(&mut self, val: Opac24)
pub const fn set_opac24(&mut self, val: Opac24)
Off-platform Peripheral Access Control 24
Trait Implementations§
impl Copy for Opacr3
impl Eq for Opacr3
impl StructuralPartialEq for Opacr3
Auto Trait Implementations§
impl Freeze for Opacr3
impl RefUnwindSafe for Opacr3
impl Send for Opacr3
impl Sync for Opacr3
impl Unpin for Opacr3
impl UnwindSafe for Opacr3
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