Struct Syscfg
pub struct Syscfg(pub *mut u8);
Expand description
System configuration controller
Tuple Fields§
§0: *mut u8
Implementations§
§impl Syscfg
impl Syscfg
pub fn vrefbuf_csr(self) -> Reg<VrefbufCsr, RW>
pub fn vrefbuf_csr(self) -> Reg<VrefbufCsr, RW>
VREFBUF control and status register
pub fn vrefbuf_ccr(self) -> Reg<VrefbufCcr, RW>
pub fn vrefbuf_ccr(self) -> Reg<VrefbufCcr, RW>
VREFBUF calibration control register
Trait Implementations§
impl Copy for Syscfg
impl Eq for Syscfg
impl Send for Syscfg
impl StructuralPartialEq for Syscfg
impl Sync for Syscfg
Auto Trait Implementations§
impl Freeze for Syscfg
impl RefUnwindSafe for Syscfg
impl Unpin for Syscfg
impl UnwindSafe for Syscfg
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