Type Definition atsame53j18a_pac::system_control::ICSR[][src]

type ICSR = Reg<u32, _ICSR>;

Interrupt Control and State Register

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

For information about available fields see icsr module

Trait Implementations

impl Readable for ICSR[src]

read() method returns icsr::R reader structure

impl ResetValue for ICSR[src]

Register ICSR reset()’s with value 0

type Type = u32

Raw register type (u8, u16, u32, …).

impl Writable for ICSR[src]

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