[][src]Struct rsl10_pac::clk::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub clk_sys_cfg: CLK_SYS_CFG,
    pub clk_div_cfg0: CLK_DIV_CFG0,
    pub clk_div_cfg1: CLK_DIV_CFG1,
    pub clk_div_cfg2: CLK_DIV_CFG2,
    pub clk_det_cfg: CLK_DET_CFG,
    pub clk_det_status: CLK_DET_STATUS,
}

Register block

Fields

clk_sys_cfg: CLK_SYS_CFG

0x00 - System Clock Configuration Register

clk_div_cfg0: CLK_DIV_CFG0

0x04 - Prescale register for SLOWCLK, BBCLK and USRCLK clocks

clk_div_cfg1: CLK_DIV_CFG1

0x08 - Prescale register for PWM clock, UART and DMIC clocks

clk_div_cfg2: CLK_DIV_CFG2

0x0c - Prescale register for DC-DC converter and charge pump clocks

clk_det_cfg: CLK_DET_CFG

0x10 - External clock detector configuration register (including interrupt)

clk_det_status: CLK_DET_STATUS

0x14 - External clock detector 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.