[][src]Struct tm4c129x::sysctl::dcgcgpio::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 - GPIO Port A Deep-Sleep Mode Clock Gating Control

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

Bit 1 - GPIO Port B Deep-Sleep Mode Clock Gating Control

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

Bit 2 - GPIO Port C Deep-Sleep Mode Clock Gating Control

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

Bit 3 - GPIO Port D Deep-Sleep Mode Clock Gating Control

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

Bit 4 - GPIO Port E Deep-Sleep Mode Clock Gating Control

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

Bit 5 - GPIO Port F Deep-Sleep Mode Clock Gating Control

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

Bit 6 - GPIO Port G Deep-Sleep Mode Clock Gating Control

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

Bit 7 - GPIO Port H Deep-Sleep Mode Clock Gating Control

pub fn d8(&self) -> D8R[src]

Bit 8 - GPIO Port J Deep-Sleep Mode Clock Gating Control

pub fn d9(&self) -> D9R[src]

Bit 9 - GPIO Port K Deep-Sleep Mode Clock Gating Control

pub fn d10(&self) -> D10R[src]

Bit 10 - GPIO Port L Deep-Sleep Mode Clock Gating Control

pub fn d11(&self) -> D11R[src]

Bit 11 - GPIO Port M Deep-Sleep Mode Clock Gating Control

pub fn d12(&self) -> D12R[src]

Bit 12 - GPIO Port N Deep-Sleep Mode Clock Gating Control

pub fn d13(&self) -> D13R[src]

Bit 13 - GPIO Port P Deep-Sleep Mode Clock Gating Control

pub fn d14(&self) -> D14R[src]

Bit 14 - GPIO Port Q 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]