[][src]Type Definition k22f::pdb0::IDLY

type IDLY = Reg<u32, _IDLY>;

Interrupt Delay register

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

For information about available fields see idly module

Trait Implementations

impl Readable for IDLY[src]

read() method returns idly::R reader structure

impl ResetValue for IDLY[src]

Register IDLY reset()'s with value 0xffff

type Type = u32

Register size

impl Writable for IDLY[src]

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