[−][src]Struct bl602_pac::gpip::gpadc_config::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>>
Trait Implementations
impl Deref for R
[src]
type Target = R<GPADC_CONFIG_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<GPADC_CONFIG_SPEC>> for R
[src]
fn from(reader: R<GPADC_CONFIG_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,