pub struct Sysctl { /* private fields */ }Expand description
system controller.
Implementations§
Source§impl Sysctl
impl Sysctl
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn updatelckout(self) -> Reg<Updatelckout, RW>
pub const fn updatelckout(self) -> Reg<Updatelckout, RW>
update lock out control.
Sourcepub const fn fcctrlsel(self, n: usize) -> Reg<Fcctrlsel, RW>
pub const fn fcctrlsel(self, n: usize) -> Reg<Fcctrlsel, RW>
Selects the source for SCK going into Flexcomm index.
Selects sources and data combinations for shared signal set index.
Sourcepub const fn usb_hs_status(self) -> Reg<UsbHsStatus, R>
pub const fn usb_hs_status(self) -> Reg<UsbHsStatus, R>
Status register for USB HS.
Sourcepub const fn code_gray_lsb(self) -> Reg<CodeGrayLsb, RW>
pub const fn code_gray_lsb(self) -> Reg<CodeGrayLsb, RW>
CODE_GRAY LSB input Register.
Sourcepub const fn code_gray_msb(self) -> Reg<CodeGrayMsb, RW>
pub const fn code_gray_msb(self) -> Reg<CodeGrayMsb, RW>
CODE_GRAY MSB input Register.
Sourcepub const fn code_bin_lsb(self) -> Reg<CodeBinLsb, R>
pub const fn code_bin_lsb(self) -> Reg<CodeBinLsb, R>
CODE_BIN LSB output Register.
Sourcepub const fn code_bin_msb(self) -> Reg<CodeBinMsb, R>
pub const fn code_bin_msb(self) -> Reg<CodeBinMsb, R>
CODE_BIN MSB output Register.
Trait Implementations§
impl Copy for Sysctl
impl Eq for Sysctl
impl Send for Sysctl
impl StructuralPartialEq for Sysctl
impl Sync for Sysctl
Auto Trait Implementations§
impl Freeze for Sysctl
impl RefUnwindSafe for Sysctl
impl Unpin for Sysctl
impl UnwindSafe for Sysctl
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