[][src]Struct rpi_pico_sdk::interp_hw_t

#[repr(C)]pub struct interp_hw_t {
    pub accum: [io_rw_32; 2],
    pub base: [io_rw_32; 3],
    pub pop: [io_ro_32; 3],
    pub peek: [io_ro_32; 3],
    pub ctrl: [io_rw_32; 2],
    pub add_raw: [io_rw_32; 2],
    pub base01: io_wo_32,
}

Fields

accum: [io_rw_32; 2]base: [io_rw_32; 3]pop: [io_ro_32; 3]peek: [io_ro_32; 3]ctrl: [io_rw_32; 2]add_raw: [io_rw_32; 2]base01: io_wo_32

Trait Implementations

impl Clone for interp_hw_t[src]

impl Copy for interp_hw_t[src]

impl Debug for interp_hw_t[src]

Auto Trait Implementations

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.