[][src]Struct lpc55s6x_pac::sysctl::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub updatelckout: UPDATELCKOUT,
    pub fcctrlsel: [FCCTRLSEL; 8],
    pub sharedctrlset: [SHAREDCTRLSET; 2],
    pub usb_hs_status: USB_HS_STATUS,
    // some fields omitted
}

Register block

Fields

updatelckout: UPDATELCKOUT

0x00 - update lock out control

fcctrlsel: [FCCTRLSEL; 8]

0x40 - Selects the source for SCK going into Flexcomm 0

sharedctrlset: [SHAREDCTRLSET; 2]

0x80 - Selects sources and data combinations for shared signal set 0.

usb_hs_status: USB_HS_STATUS

0x100 - Status register for USB HS

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self