Idly

Type Alias Idly 

pub type Idly = Reg<IdlySpec>;
Expand description

IDLY (rw) register accessor: Interrupt Delay register

You can read this register and get idly::R. You can reset, write, write_with_zero this register using idly::W. You can also modify this register. See API.

For information about available fields see idly module

Aliased Type§

#[repr(transparent)]
pub struct Idly { register: VolatileCell<u32>, _marker: PhantomData<IdlySpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<IdlySpec>