[][src]Struct stm32wb_pac::gpioe::bsrr::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 br4(&mut self) -> _BR4W[src]

Bit 20 - Port x reset bit y (y = 0..15)

pub fn br3(&mut self) -> _BR3W[src]

Bit 19 - Port x reset bit y (y = 0..15)

pub fn br2(&mut self) -> _BR2W[src]

Bit 18 - Port x reset bit y (y = 0..15)

pub fn br1(&mut self) -> _BR1W[src]

Bit 17 - Port x reset bit y (y = 0..15)

pub fn br0(&mut self) -> _BR0W[src]

Bit 16 - Port x set bit y (y= 0..15)

pub fn bs4(&mut self) -> _BS4W[src]

Bit 4 - Port x set bit y (y= 0..15)

pub fn bs3(&mut self) -> _BS3W[src]

Bit 3 - Port x set bit y (y= 0..15)

pub fn bs2(&mut self) -> _BS2W[src]

Bit 2 - Port x set bit y (y= 0..15)

pub fn bs1(&mut self) -> _BS1W[src]

Bit 1 - Port x set bit y (y= 0..15)

pub fn bs0(&mut self) -> _BS0W[src]

Bit 0 - Port x set bit y (y= 0..15)

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin 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