[−][src]Struct bl602_pac::gpip::gpadc_config::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>>
Trait Implementations
impl Deref for W
[src]
type Target = W<GPADC_CONFIG_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl DerefMut for W
[src]
impl From<W<GPADC_CONFIG_SPEC>> for W
[src]
fn from(writer: W<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>,