Type Definition atsame54p19a_pac::system_control::AIRCR[][src]

type AIRCR = Reg<u32, _AIRCR>;

Application Interrupt and Reset Control Register

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

For information about available fields see aircr module

Trait Implementations

impl Readable for AIRCR[src]

read() method returns aircr::R reader structure

impl ResetValue for AIRCR[src]

Register AIRCR reset()’s with value 0xfa05_0000

type Type = u32

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

impl Writable for AIRCR[src]

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