Type Definition rp2040_pac::ppb::AIRCR[][src]

type AIRCR = Reg<u32, _AIRCR>;
Expand description

Use the Application Interrupt and Reset Control Register to: determine data endianness, clear all active state information from debug halt mode, request a system reset.

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

For information about available fields see aircr module

Trait Implementations

Register AIRCR reset()’s with value 0

Register size

Reset value of the register

read() method returns aircr::R reader structure

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