[][src]Struct lpc8xx_hal::syscon::Parts

pub struct Parts {
    pub handle: Handle,
    pub bod: BOD,
    pub flash: FLASH,
    pub iosc: IOSC,
    pub ioscout: IOSCOUT,
    pub mtb: MTB,
    pub ram0_1: RAM0_1,
    pub rom: ROM,
    pub sysosc: SYSOSC,
    pub syspll: SYSPLL,
    pub iosc_derived_clock: IoscDerivedClock<Enabled>,
}

The main API for the SYSCON peripheral

Provides access to all types that make up the SYSCON API. Please refer to the module documentation for more information.

Fields

handle: Handle

The handle to the SYSCON peripheral

bod: BOD

Brown-out detection

flash: FLASH

Flash memory

iosc: IOSC

IRC/FRO

ioscout: IOSCOUT

IRC/FRO output

mtb: MTB

Micro Trace Buffer

ram0_1: RAM0_1

Random access memory

rom: ROM

Read-only memory

sysosc: SYSOSC

System oscillator

syspll: SYSPLL

PLL

iosc_derived_clock: IoscDerivedClock<Enabled>

The 750 kHz internal oscillator/IRC/FRO-derived clock

Auto Trait Implementations

impl Unpin for Parts

impl !Send for Parts

impl !Sync for Parts

Blanket Implementations

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

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, 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