[][src]Struct k66::gpiob::psor::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 ptso0(&mut self) -> _PTSO0W[src]

Bit 0 - Port Set Output

pub fn ptso1(&mut self) -> _PTSO1W[src]

Bit 1 - Port Set Output

pub fn ptso2(&mut self) -> _PTSO2W[src]

Bit 2 - Port Set Output

pub fn ptso3(&mut self) -> _PTSO3W[src]

Bit 3 - Port Set Output

pub fn ptso4(&mut self) -> _PTSO4W[src]

Bit 4 - Port Set Output

pub fn ptso5(&mut self) -> _PTSO5W[src]

Bit 5 - Port Set Output

pub fn ptso6(&mut self) -> _PTSO6W[src]

Bit 6 - Port Set Output

pub fn ptso7(&mut self) -> _PTSO7W[src]

Bit 7 - Port Set Output

pub fn ptso8(&mut self) -> _PTSO8W[src]

Bit 8 - Port Set Output

pub fn ptso9(&mut self) -> _PTSO9W[src]

Bit 9 - Port Set Output

pub fn ptso10(&mut self) -> _PTSO10W[src]

Bit 10 - Port Set Output

pub fn ptso11(&mut self) -> _PTSO11W[src]

Bit 11 - Port Set Output

pub fn ptso12(&mut self) -> _PTSO12W[src]

Bit 12 - Port Set Output

pub fn ptso13(&mut self) -> _PTSO13W[src]

Bit 13 - Port Set Output

pub fn ptso14(&mut self) -> _PTSO14W[src]

Bit 14 - Port Set Output

pub fn ptso15(&mut self) -> _PTSO15W[src]

Bit 15 - Port Set Output

pub fn ptso16(&mut self) -> _PTSO16W[src]

Bit 16 - Port Set Output

pub fn ptso17(&mut self) -> _PTSO17W[src]

Bit 17 - Port Set Output

pub fn ptso18(&mut self) -> _PTSO18W[src]

Bit 18 - Port Set Output

pub fn ptso19(&mut self) -> _PTSO19W[src]

Bit 19 - Port Set Output

pub fn ptso20(&mut self) -> _PTSO20W[src]

Bit 20 - Port Set Output

pub fn ptso21(&mut self) -> _PTSO21W[src]

Bit 21 - Port Set Output

pub fn ptso22(&mut self) -> _PTSO22W[src]

Bit 22 - Port Set Output

pub fn ptso23(&mut self) -> _PTSO23W[src]

Bit 23 - Port Set Output

pub fn ptso24(&mut self) -> _PTSO24W[src]

Bit 24 - Port Set Output

pub fn ptso25(&mut self) -> _PTSO25W[src]

Bit 25 - Port Set Output

pub fn ptso26(&mut self) -> _PTSO26W[src]

Bit 26 - Port Set Output

pub fn ptso27(&mut self) -> _PTSO27W[src]

Bit 27 - Port Set Output

pub fn ptso28(&mut self) -> _PTSO28W[src]

Bit 28 - Port Set Output

pub fn ptso29(&mut self) -> _PTSO29W[src]

Bit 29 - Port Set Output

pub fn ptso30(&mut self) -> _PTSO30W[src]

Bit 30 - Port Set Output

pub fn ptso31(&mut self) -> _PTSO31W[src]

Bit 31 - Port Set Output

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self