ISR

Type Alias ISR 

Source
pub type ISR = Reg<u32, _ISR>;
Expand description

interrupt status register

This register you can read. See API.

For information about available fields see isr module

Aliased Type§

pub struct ISR { /* private fields */ }

Trait Implementations§

Source§

impl Readable for ISR

read() method returns isr::R reader structure