#[repr(C)]
pub struct DPLL { pub dpllctrla: Reg<DPLLCTRLA_SPEC>, pub dpllratio: Reg<DPLLRATIO_SPEC>, pub dpllctrlb: Reg<DPLLCTRLB_SPEC>, pub dpllsyncbusy: Reg<DPLLSYNCBUSY_SPEC>, pub dpllstatus: Reg<DPLLSTATUS_SPEC>, /* private fields */ }
Expand description

Register block

Fields

dpllctrla: Reg<DPLLCTRLA_SPEC>

0x00 - DPLL Control A

dpllratio: Reg<DPLLRATIO_SPEC>

0x04 - DPLL Ratio Control

dpllctrlb: Reg<DPLLCTRLB_SPEC>

0x08 - DPLL Control B

dpllsyncbusy: Reg<DPLLSYNCBUSY_SPEC>

0x0c - DPLL Synchronization Busy

dpllstatus: Reg<DPLLSTATUS_SPEC>

0x10 - DPLL Status

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.