Type Alias rp2040_pac::ppb::AIRCR

source ·
pub type AIRCR = Reg<AIRCR_SPEC>;
Expand description

AIRCR (rw) register accessor: 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.

You can read this register and get aircr::R. You can reset, write, write_with_zero this register using aircr::W. You can also modify this register. See API.

For information about available fields see aircr module

Aliased Type§

struct AIRCR { /* private fields */ }