SYSCFG

Type Alias SYSCFG 

Source
pub type SYSCFG = Reg<SYSCFG_SPEC>;
Expand description

SYSCFG (rw) register accessor: Control whether debugger, DMA, core 0 and core 1 can access SYSCFG, and at what security/privilege levels they can do so. Defaults to Secure, Privileged processor or debug access only. This register is writable only from a Secure, Privileged processor or debugger, with the exception of the NSU bit, which becomes Non-secure-Privileged-writable when the NSP bit is set.

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

For information about available fields see syscfg module

Aliased Typeยง

pub struct SYSCFG { /* private fields */ }