Struct Sbs
pub struct Sbs(pub *mut u8);
Expand description
SBS register block
Tuple Fields§
§0: *mut u8
Implementations§
§impl Sbs
impl Sbs
pub fn nexthdplcr(self) -> Reg<Nexthdplcr, RW>
pub fn nexthdplcr(self) -> Reg<Nexthdplcr, RW>
SBS next HDPL control register
pub fn epochselcr(self) -> Reg<Epochselcr, RW>
pub 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