[][src]Struct gd32vf103_pac::gpioa::bc::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 cr15(&mut self) -> _CR15W[src]

Bit 15 - Port 15 Clear bit

pub fn cr14(&mut self) -> _CR14W[src]

Bit 14 - Port 14 Clear bit

pub fn cr13(&mut self) -> _CR13W[src]

Bit 13 - Port 13 Clear bit

pub fn cr12(&mut self) -> _CR12W[src]

Bit 12 - Port 12 Clear bit

pub fn cr11(&mut self) -> _CR11W[src]

Bit 11 - Port 11 Clear bit

pub fn cr10(&mut self) -> _CR10W[src]

Bit 10 - Port 10 Clear bit

pub fn cr9(&mut self) -> _CR9W[src]

Bit 9 - Port 9 Clear bit

pub fn cr8(&mut self) -> _CR8W[src]

Bit 8 - Port 8 Clear bit

pub fn cr7(&mut self) -> _CR7W[src]

Bit 7 - Port 7 Clear bit

pub fn cr6(&mut self) -> _CR6W[src]

Bit 6 - Port 6 Clear bit

pub fn cr5(&mut self) -> _CR5W[src]

Bit 5 - Port 5 Clear bit

pub fn cr4(&mut self) -> _CR4W[src]

Bit 4 - Port 4 Clear bit

pub fn cr3(&mut self) -> _CR3W[src]

Bit 3 - Port 3 Clear bit

pub fn cr2(&mut self) -> _CR2W[src]

Bit 2 - Port 2 Clear bit

pub fn cr1(&mut self) -> _CR1W[src]

Bit 1 - Port 1 Clear bit

pub fn cr0(&mut self) -> _CR0W[src]

Bit 0 - Port 0 Clear bit

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send 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]