[][src]Struct lpc176x_5x::syscon::pclksel1::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn pclk_qei(&self) -> PCLK_QEIR[src]

Bits 0:1 - Peripheral clock selection for the Quadrature Encoder Interface.

pub fn pclk_gpioint(&self) -> PCLK_GPIOINTR[src]

Bits 2:3 - Peripheral clock selection for GPIO interrupts.

pub fn pclk_pcb(&self) -> PCLK_PCBR[src]

Bits 4:5 - Peripheral clock selection for the Pin Connect block.

pub fn pclk_i2c1(&self) -> PCLK_I2C1R[src]

Bits 6:7 - Peripheral clock selection for I2C1.

pub fn pclk_ssp0(&self) -> PCLK_SSP0R[src]

Bits 10:11 - Peripheral clock selection for SSP0.

pub fn pclk_timer2(&self) -> PCLK_TIMER2R[src]

Bits 12:13 - Peripheral clock selection for TIMER2.

pub fn pclk_timer3(&self) -> PCLK_TIMER3R[src]

Bits 14:15 - Peripheral clock selection for TIMER3.

pub fn pclk_uart2(&self) -> PCLK_UART2R[src]

Bits 16:17 - Peripheral clock selection for UART2.

pub fn pclk_uart3(&self) -> PCLK_UART3R[src]

Bits 18:19 - Peripheral clock selection for UART3.

pub fn pclk_i2c2(&self) -> PCLK_I2C2R[src]

Bits 20:21 - Peripheral clock selection for I2C2.

pub fn pclk_i2s(&self) -> PCLK_I2SR[src]

Bits 22:23 - Peripheral clock selection for I2S.

pub fn pclk_rit(&self) -> PCLK_RITR[src]

Bits 26:27 - Peripheral clock selection for Repetitive Interrupt Timer.

pub fn pclk_syscon(&self) -> PCLK_SYSCONR[src]

Bits 28:29 - Peripheral clock selection for the System Control block.

pub fn pclk_mc(&self) -> PCLK_MCR[src]

Bits 30:31 - Peripheral clock selection for the Motor Control PWM.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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