pub struct Parts {}Expand description
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: HandleThe handle to the SYSCON peripheral
bod: BODBrown-out detection
flash: FLASHFlash memory
iosc: IOSCIRC/FRO
ioscout: IOSCOUTIRC/FRO output
mtb: MTBMicro Trace Buffer
ram0_1: RAM0_1Random access memory
rom: ROMRead-only memory
sysosc: SYSOSCSystem oscillator
syspll: SYSPLLPLL
iosc_derived_clock: IoscDerivedClock<Enabled>The 750 kHz internal oscillator/IRC/FRO-derived clock
frg0: FRG<FRG0>Fractional Baud Rate Generator 0
frg1: FRG<FRG1>Fractional Baud Rate Generator 1
Auto Trait Implementations§
impl Freeze for Parts
impl !RefUnwindSafe for Parts
impl Send for Parts
impl !Sync for Parts
impl Unpin for Parts
impl !UnwindSafe for Parts
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