Struct gd32f1::gd32f130::gpiod::bc::W[][src]

pub struct W(_);

Register BC writer

Implementations

impl W[src]

pub fn cr0(&mut self) -> CR0_W<'_>[src]

Bit 0 - Port cleat bit 0

pub fn cr1(&mut self) -> CR1_W<'_>[src]

Bit 1 - Port cleat bit 1

pub fn cr2(&mut self) -> CR2_W<'_>[src]

Bit 2 - Port cleat bit 2

pub fn cr3(&mut self) -> CR3_W<'_>[src]

Bit 3 - Port cleat bit 3

pub fn cr4(&mut self) -> CR4_W<'_>[src]

Bit 4 - Port cleat bit 4

pub fn cr5(&mut self) -> CR5_W<'_>[src]

Bit 5 - Port cleat bit 5

pub fn cr6(&mut self) -> CR6_W<'_>[src]

Bit 6 - Port cleat bit 6

pub fn cr7(&mut self) -> CR7_W<'_>[src]

Bit 7 - Port cleat bit 7

pub fn cr8(&mut self) -> CR8_W<'_>[src]

Bit 8 - Port cleat bit 8

pub fn cr9(&mut self) -> CR9_W<'_>[src]

Bit 9 - Port cleat bit 9

pub fn cr10(&mut self) -> CR10_W<'_>[src]

Bit 10 - Port cleat bit 10

pub fn cr11(&mut self) -> CR11_W<'_>[src]

Bit 11 - Port cleat bit 11

pub fn cr12(&mut self) -> CR12_W<'_>[src]

Bit 12 - Port cleat bit 12

pub fn cr13(&mut self) -> CR13_W<'_>[src]

Bit 13 - Port cleat bit 13

pub fn cr14(&mut self) -> CR14_W<'_>[src]

Bit 14 - Port cleat bit 14

pub fn cr15(&mut self) -> CR15_W<'_>[src]

Bit 15 - Port cleat bit 15

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

Writes raw bits to the register.

Methods from Deref<Target = W<BC_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<BC_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<BC_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.