#[repr(transparent)]pub struct Gpr17(pub u32);Expand description
GPR17 General Purpose Register
Tuple Fields§
§0: u32Implementations§
Source§impl Gpr17
impl Gpr17
Sourcepub const fn flexram_bank_cfg(&self) -> u8
pub const fn flexram_bank_cfg(&self) -> u8
FlexRAM bank config value
Sourcepub const fn set_flexram_bank_cfg(&mut self, val: u8)
pub const fn set_flexram_bank_cfg(&mut self, val: u8)
FlexRAM bank config value
Trait Implementations§
impl Copy for Gpr17
impl Eq for Gpr17
impl StructuralPartialEq for Gpr17
Auto Trait Implementations§
impl Freeze for Gpr17
impl RefUnwindSafe for Gpr17
impl Send for Gpr17
impl Sync for Gpr17
impl Unpin for Gpr17
impl UnwindSafe for Gpr17
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