[][src]Struct tm4c123x::sysctl::rcc2::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 oscsrc2(&self) -> OSCSRC2R[src]

Bits 4:6 - Oscillator Source 2

pub fn bypass2(&self) -> BYPASS2R[src]

Bit 11 - PLL Bypass 2

pub fn pwrdn2(&self) -> PWRDN2R[src]

Bit 13 - Power-Down PLL 2

pub fn usbpwrdn(&self) -> USBPWRDNR[src]

Bit 14 - Power-Down USB PLL

pub fn sysdiv2lsb(&self) -> SYSDIV2LSBR[src]

Bit 22 - Additional LSB for SYSDIV2

pub fn sysdiv2(&self) -> SYSDIV2R[src]

Bits 23:28 - System Clock Divisor 2

pub fn div400(&self) -> DIV400R[src]

Bit 30 - Divide PLL as 400 MHz vs. 200 MHz

pub fn usercc2(&self) -> USERCC2R[src]

Bit 31 - Use RCC2

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]