[−][src]Type Definition lpc55_pac::syscon::DEBUG_FEATURES
type DEBUG_FEATURES = Reg<u32, _DEBUG_FEATURES>;
Cortex M33 (CPU0) and micro Cortex M33 (CPU1) debug features control.
This register you can read, reset, write, write_with_zero, modify. See API.
For information about available fields see debug_features module
Trait Implementations
impl Readable for DEBUG_FEATURES[src]
read() method returns debug_features::R reader structure
impl ResetValue for DEBUG_FEATURES[src][+]
type Type = u32
fn reset_value() -> Self::Type[src][−]
impl Writable for DEBUG_FEATURES[src]
write(|w| ..) method takes debug_features::W writer structure