[][src]Struct tm4c123x::sysctl::dcgcuart::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 d0(&self) -> D0R[src]

Bit 0 - UART Module 0 Deep-Sleep Mode Clock Gating Control

pub fn d1(&self) -> D1R[src]

Bit 1 - UART Module 1 Deep-Sleep Mode Clock Gating Control

pub fn d2(&self) -> D2R[src]

Bit 2 - UART Module 2 Deep-Sleep Mode Clock Gating Control

pub fn d3(&self) -> D3R[src]

Bit 3 - UART Module 3 Deep-Sleep Mode Clock Gating Control

pub fn d4(&self) -> D4R[src]

Bit 4 - UART Module 4 Deep-Sleep Mode Clock Gating Control

pub fn d5(&self) -> D5R[src]

Bit 5 - UART Module 5 Deep-Sleep Mode Clock Gating Control

pub fn d6(&self) -> D6R[src]

Bit 6 - UART Module 6 Deep-Sleep Mode Clock Gating Control

pub fn d7(&self) -> D7R[src]

Bit 7 - UART Module 7 Deep-Sleep Mode Clock Gating Control

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]