[][src]Struct stm32l0xx_hal::stm32::gpiob::moder::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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

Writes raw bits to the register

pub fn mode15(&mut self) -> _MODE15W[src]

Bits 30:31 - Port x configuration bits (y = 0..15)

pub fn mode14(&mut self) -> _MODE14W[src]

Bits 28:29 - Port x configuration bits (y = 0..15)

pub fn mode13(&mut self) -> _MODE13W[src]

Bits 26:27 - Port x configuration bits (y = 0..15)

pub fn mode12(&mut self) -> _MODE12W[src]

Bits 24:25 - Port x configuration bits (y = 0..15)

pub fn mode11(&mut self) -> _MODE11W[src]

Bits 22:23 - Port x configuration bits (y = 0..15)

pub fn mode10(&mut self) -> _MODE10W[src]

Bits 20:21 - Port x configuration bits (y = 0..15)

pub fn mode9(&mut self) -> _MODE9W[src]

Bits 18:19 - Port x configuration bits (y = 0..15)

pub fn mode8(&mut self) -> _MODE8W[src]

Bits 16:17 - Port x configuration bits (y = 0..15)

pub fn mode7(&mut self) -> _MODE7W[src]

Bits 14:15 - Port x configuration bits (y = 0..15)

pub fn mode6(&mut self) -> _MODE6W[src]

Bits 12:13 - Port x configuration bits (y = 0..15)

pub fn mode5(&mut self) -> _MODE5W[src]

Bits 10:11 - Port x configuration bits (y = 0..15)

pub fn mode4(&mut self) -> _MODE4W[src]

Bits 8:9 - Port x configuration bits (y = 0..15)

pub fn mode3(&mut self) -> _MODE3W[src]

Bits 6:7 - Port x configuration bits (y = 0..15)

pub fn mode2(&mut self) -> _MODE2W[src]

Bits 4:5 - Port x configuration bits (y = 0..15)

pub fn mode1(&mut self) -> _MODE1W[src]

Bits 2:3 - Port x configuration bits (y = 0..15)

pub fn mode0(&mut self) -> _MODE0W[src]

Bits 0:1 - Port x configuration bits (y = 0..15)

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

Blanket Implementations

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

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, 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