[][src]Struct xmc4800::VADC_G0

pub struct VADC_G0 { /* fields omitted */ }

Analog to Digital Converter

Methods

impl VADC_G0[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn qbur0(&self) -> &QBUR0[src]

0x110 - Queue 0 Backup Register

pub fn qbur0_mut(&self) -> &mut QBUR0[src]

0x110 - Queue 0 Backup Register

pub fn qinr0(&self) -> &QINR0[src]

0x110 - Queue 0 Input Register

pub fn qinr0_mut(&self) -> &mut QINR0[src]

0x110 - Queue 0 Input Register

Trait Implementations

impl Deref for VADC_G0[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for VADC_G0[src]

Auto Trait Implementations

impl Unpin for VADC_G0

impl !Sync for VADC_G0

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<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]

impl<T> Same<T> for T

type Output = T

Should always be Self