[][src]Struct gd32vf103_pac::adc1::rsq1::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 rsq11(&mut self) -> _RSQ11W[src]

Bits 25:29 - 12th conversion in regular sequence

pub fn rsq10(&mut self) -> _RSQ10W[src]

Bits 20:24 - 11th conversion in regular sequence

pub fn rsq9(&mut self) -> _RSQ9W[src]

Bits 15:19 - 10th conversion in regular sequence

pub fn rsq8(&mut self) -> _RSQ8W[src]

Bits 10:14 - 9th conversion in regular sequence

pub fn rsq7(&mut self) -> _RSQ7W[src]

Bits 5:9 - 8th conversion in regular sequence

pub fn rsq6(&mut self) -> _RSQ6W[src]

Bits 0:4 - 7th conversion in regular sequence

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]