[][src]Struct k210_pac::fft::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub input_fifo: INPUT_FIFO,
    pub ctrl: CTRL,
    pub fifo_ctrl: FIFO_CTRL,
    pub interruptmask: INTERRUPTMASK,
    pub intr_clear: INTR_CLEAR,
    pub status: STATUS,
    pub status_raw: STATUS_RAW,
    pub output_fifo: OUTPUT_FIFO,
}

Register block

Fields

input_fifo: INPUT_FIFO

0x00 - FFT input data fifo

ctrl: CTRL

0x08 - FFT control register

fifo_ctrl: FIFO_CTRL

0x10 - FIFO control

interruptmask: INTERRUPTMASK

0x18 - intr_mask

intr_clear: INTR_CLEAR

0x20 - Interrupt clear

status: STATUS

0x28 - FFT status register

status_raw: STATUS_RAW

0x30 - FFT status raw

output_fifo: OUTPUT_FIFO

0x38 - FFT output FIFO

Auto Trait Implementations

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]