[][src]Struct xmc1100::scu_clk::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub clkcr: CLKCR,
    pub pwrsvcr: PWRSVCR,
    pub cgatstat0: CGATSTAT0,
    pub cgatset0: CGATSET0,
    pub cgatclr0: CGATCLR0,
    pub osccsr: OSCCSR,
}

Register block

Fields

clkcr: CLKCR

0x00 - Clock Control Register

pwrsvcr: PWRSVCR

0x04 - Power Save Control Register

cgatstat0: CGATSTAT0

0x08 - Peripheral 0 Clock Gating Status

cgatset0: CGATSET0

0x0c - Peripheral 0 Clock Gating Set

cgatclr0: CGATCLR0

0x10 - Peripheral 0 Clock Gating Clear

osccsr: OSCCSR

0x14 - Oscillator Control and Status Register

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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