[][src]Struct k64::portc::gpchr::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 gpwd(&mut self) -> _GPWDW[src]

Bits 0:15 - Global Pin Write Data

pub fn gpwe0(&mut self) -> _GPWE0W[src]

Bit 16 - Global Pin Write Enable

pub fn gpwe1(&mut self) -> _GPWE1W[src]

Bit 17 - Global Pin Write Enable

pub fn gpwe2(&mut self) -> _GPWE2W[src]

Bit 18 - Global Pin Write Enable

pub fn gpwe3(&mut self) -> _GPWE3W[src]

Bit 19 - Global Pin Write Enable

pub fn gpwe4(&mut self) -> _GPWE4W[src]

Bit 20 - Global Pin Write Enable

pub fn gpwe5(&mut self) -> _GPWE5W[src]

Bit 21 - Global Pin Write Enable

pub fn gpwe6(&mut self) -> _GPWE6W[src]

Bit 22 - Global Pin Write Enable

pub fn gpwe7(&mut self) -> _GPWE7W[src]

Bit 23 - Global Pin Write Enable

pub fn gpwe8(&mut self) -> _GPWE8W[src]

Bit 24 - Global Pin Write Enable

pub fn gpwe9(&mut self) -> _GPWE9W[src]

Bit 25 - Global Pin Write Enable

pub fn gpwe10(&mut self) -> _GPWE10W[src]

Bit 26 - Global Pin Write Enable

pub fn gpwe11(&mut self) -> _GPWE11W[src]

Bit 27 - Global Pin Write Enable

pub fn gpwe12(&mut self) -> _GPWE12W[src]

Bit 28 - Global Pin Write Enable

pub fn gpwe13(&mut self) -> _GPWE13W[src]

Bit 29 - Global Pin Write Enable

pub fn gpwe14(&mut self) -> _GPWE14W[src]

Bit 30 - Global Pin Write Enable

pub fn gpwe15(&mut self) -> _GPWE15W[src]

Bit 31 - Global Pin Write Enable

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 = Infallible

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

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]