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