[][src]Struct tm4c129x::sysctl::dcgcgpio::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn d0(&mut self) -> _D0W[src]

Bit 0 - GPIO Port A Deep-Sleep Mode Clock Gating Control

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Bit 14 - GPIO Port Q Deep-Sleep Mode Clock Gating Control

Auto Trait Implementations

impl Send for W

impl Sync for W

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]