Type Alias ISR

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

interrupt and status register

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

For information about available fields see isr module

Aliased Type§

pub struct ISR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for ISR

Register ISR reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for ISR

read() method returns isr::R reader structure

Source§

impl Writable for ISR

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