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

pub struct R(_);

Register gpadc_config reader

Implementations

impl R[src]

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

Bits 24:31

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

Bits 22:23

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

Bits 16:21

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

Bit 14

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

Bit 13

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

Bit 12

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

Bit 10

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

Bit 9

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

Bit 8

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

Bit 6

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

Bit 5

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

Bit 4

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

Bit 3

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

Bit 2

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

Bit 1

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

Bit 0

Methods from Deref<Target = R<GPADC_CONFIG_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<GPADC_CONFIG_SPEC>

The resulting type after dereferencing.

impl From<R<GPADC_CONFIG_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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.