[][src]Type Definition k210_pac::fft::ctrl::R

type R = R<u64, CTRL>;

Reader of register ctrl

Methods

impl R[src]

pub fn point(&self) -> POINT_R[src]

Bits 0:2 - FFT calculation data length

pub fn mode(&self) -> MODE_R[src]

Bit 3 - FFT mode

pub fn shift(&self) -> SHIFT_R[src]

Bits 4:12 - Corresponding to the nine layer butterfly shift operation, 0x0: does not shift; 0x1: shift 1st layer. ...

pub fn enable(&self) -> ENABLE_R[src]

Bit 13 - FFT enable

pub fn dma_send(&self) -> DMA_SEND_R[src]

Bit 14 - FFT DMA enable

pub fn input_mode(&self) -> INPUT_MODE_R[src]

Bits 15:16 - Input data arrangement

pub fn data_mode(&self) -> DATA_MODE_R[src]

Bit 17 - Effective width of input data