pub type Interrupt = Reg<InterruptSpec>;
Expand description
INTERRUPT (rw) register accessor: Текущее состояние прерываний. Номер бита соответсвует номеру канала.
You can read
this register and get interrupt::R
. You can reset
, write
, write_with_zero
this register using interrupt::W
. You can also modify
this register. See API.
For information about available fields see interrupt
module
Aliased Type§
pub struct Interrupt { /* private fields */ }