[][src]Struct xmc4800::scu_pll::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub pllstat: PLLSTAT,
    pub pllcon0: PLLCON0,
    pub pllcon1: PLLCON1,
    pub pllcon2: PLLCON2,
    pub usbpllstat: USBPLLSTAT,
    pub usbpllcon: USBPLLCON,
    pub clkmxstat: CLKMXSTAT,
    // some fields omitted
}

Register block

Fields

pllstat: PLLSTAT

0x00 - PLL Status Register

pllcon0: PLLCON0

0x04 - PLL Configuration 0 Register

pllcon1: PLLCON1

0x08 - PLL Configuration 1 Register

pllcon2: PLLCON2

0x0c - PLL Configuration 2 Register

usbpllstat: USBPLLSTAT

0x10 - USB PLL Status Register

usbpllcon: USBPLLCON

0x14 - USB PLL Configuration Register

clkmxstat: CLKMXSTAT

0x28 - Clock Multiplexing Status Register

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