[][src]Type Definition k210_pac::fft::STATUS

type STATUS = Reg<u64, _STATUS>;

FFT status register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about avaliable fields see status module

Trait Implementations

impl Readable for STATUS[src]

read() method returns status::R reader structure

impl Writable for STATUS[src]

write(|w| ..) method takes status::W writer structure

impl ResetValue for STATUS[src]

Register status reset()'s with value 0

type Type = u64

Register size