Struct Sbs
pub struct Sbs { /* private fields */ }
Expand description
SBS register block
Implementations§
§impl Sbs
impl Sbs
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn nexthdplcr(self) -> Reg<Nexthdplcr, RW>
pub const fn nexthdplcr(self) -> Reg<Nexthdplcr, RW>
SBS next HDPL control register
pub const fn epochselcr(self) -> Reg<Epochselcr, RW>
pub const fn epochselcr(self) -> Reg<Epochselcr, RW>
SBS EPOCH selection control register
Trait Implementations§
impl Copy for Sbs
impl Eq for Sbs
impl Send for Sbs
impl StructuralPartialEq for Sbs
impl Sync for Sbs
Auto Trait Implementations§
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