Struct gd32f1::gd32f190::gpiob::bop::W[][src]

pub struct W(_);

Register BOP writer

Implementations

impl W[src]

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

Bit 31 - Port reset bit 15

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

Bit 30 - Port reset bit 14

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

Bit 29 - Port reset bit 13

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

Bit 28 - Port reset bit 12

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

Bit 27 - Port reset bit 11

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

Bit 26 - Port reset bit 10

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

Bit 25 - Port reset bit 9

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

Bit 24 - Port reset bit 8

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

Bit 23 - Port reset bit 7

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

Bit 22 - Port reset bit 6

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

Bit 21 - Port reset bit 5

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

Bit 20 - Port reset bit 4

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

Bit 19 - Port reset bit 3

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

Bit 18 - Port reset bit 2

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

Bit 17 - Port reset bit 1

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

Bit 16 - Port reset bit 0

pub fn bop15(&mut self) -> BOP15_W<'_>[src]

Bit 15 - Port set bit15

pub fn bop14(&mut self) -> BOP14_W<'_>[src]

Bit 14 - Port set bit 14

pub fn bop13(&mut self) -> BOP13_W<'_>[src]

Bit 13 - Port set bit 13

pub fn bop12(&mut self) -> BOP12_W<'_>[src]

Bit 12 - Port set bit 12

pub fn bop11(&mut self) -> BOP11_W<'_>[src]

Bit 11 - Port set bit 11

pub fn bop10(&mut self) -> BOP10_W<'_>[src]

Bit 10 - Port set bit 10

pub fn bop9(&mut self) -> BOP9_W<'_>[src]

Bit 9 - Port set bit 9

pub fn bop8(&mut self) -> BOP8_W<'_>[src]

Bit 8 - Port set bit 8

pub fn bop7(&mut self) -> BOP7_W<'_>[src]

Bit 7 - Port set bit 7

pub fn bop6(&mut self) -> BOP6_W<'_>[src]

Bit 6 - Port set bit 6

pub fn bop5(&mut self) -> BOP5_W<'_>[src]

Bit 5 - Port set bit 5

pub fn bop4(&mut self) -> BOP4_W<'_>[src]

Bit 4 - Port set bit 4

pub fn bop3(&mut self) -> BOP3_W<'_>[src]

Bit 3 - Port set bit 3

pub fn bop2(&mut self) -> BOP2_W<'_>[src]

Bit 2 - Port set bit 2

pub fn bop1(&mut self) -> BOP1_W<'_>[src]

Bit 1 - Port set bit 1

pub fn bop0(&mut self) -> BOP0_W<'_>[src]

Bit 0 - Port set bit 0

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

Writes raw bits to the register.

Methods from Deref<Target = W<BOP_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<BOP_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<BOP_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.