pub struct Sysctl1 { /* private fields */ }Expand description
system ccontroller 1
Implementations§
Source§impl Sysctl1
impl Sysctl1
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn mclkpindir(self) -> Reg<Mclkpindir, RW>
pub const fn mclkpindir(self) -> Reg<Mclkpindir, RW>
mclk direction control
Sourcepub const fn dspnmisrcsel(self) -> Reg<Dspnmisrcsel, RW>
pub const fn dspnmisrcsel(self) -> Reg<Dspnmisrcsel, RW>
DSP NMI source selection
shared control set N
Sourcepub const fn rxevpulsegen(self) -> Reg<Rxevpulsegen, RW>
pub const fn rxevpulsegen(self) -> Reg<Rxevpulsegen, RW>
RX Event Pulse Generator
Trait Implementations§
impl Copy for Sysctl1
impl Eq for Sysctl1
impl Send for Sysctl1
impl StructuralPartialEq for Sysctl1
impl Sync for Sysctl1
Auto Trait Implementations§
impl Freeze for Sysctl1
impl RefUnwindSafe for Sysctl1
impl Unpin for Sysctl1
impl UnwindSafe for Sysctl1
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