[][src]Struct bl602_pac::gpip::gpadc_config::W

pub struct W(_);

Register gpadc_config writer

Implementations

impl W[src]

pub fn rsvd_31_24(&mut self) -> RSVD_31_24_W[src]

Bits 24:31

pub fn gpadc_fifo_thl(&mut self) -> GPADC_FIFO_THL_W[src]

Bits 22:23

pub fn gpadc_fifo_data_count(&mut self) -> GPADC_FIFO_DATA_COUNT_W[src]

Bits 16:21

pub fn gpadc_fifo_underrun_mask(&mut self) -> GPADC_FIFO_UNDERRUN_MASK_W[src]

Bit 14

pub fn gpadc_fifo_overrun_mask(&mut self) -> GPADC_FIFO_OVERRUN_MASK_W[src]

Bit 13

pub fn gpadc_rdy_mask(&mut self) -> GPADC_RDY_MASK_W[src]

Bit 12

pub fn gpadc_fifo_underrun_clr(&mut self) -> GPADC_FIFO_UNDERRUN_CLR_W[src]

Bit 10

pub fn gpadc_fifo_overrun_clr(&mut self) -> GPADC_FIFO_OVERRUN_CLR_W[src]

Bit 9

pub fn gpadc_rdy_clr(&mut self) -> GPADC_RDY_CLR_W[src]

Bit 8

pub fn gpadc_fifo_underrun(&mut self) -> GPADC_FIFO_UNDERRUN_W[src]

Bit 6

pub fn gpadc_fifo_overrun(&mut self) -> GPADC_FIFO_OVERRUN_W[src]

Bit 5

pub fn gpadc_rdy(&mut self) -> GPADC_RDY_W[src]

Bit 4

pub fn gpadc_fifo_full(&mut self) -> GPADC_FIFO_FULL_W[src]

Bit 3

pub fn gpadc_fifo_ne(&mut self) -> GPADC_FIFO_NE_W[src]

Bit 2

pub fn gpadc_fifo_clr(&mut self) -> GPADC_FIFO_CLR_W[src]

Bit 1

pub fn gpadc_dma_en(&mut self) -> GPADC_DMA_EN_W[src]

Bit 0

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

Writes raw bits to the register.

Methods from Deref<Target = W<GPADC_CONFIG_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<GPADC_CONFIG_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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