Type Alias rp2040_pac::syscfg::proc_config::W

source ·
pub type W = W<PROC_CONFIG_SPEC>;
Expand description

Register PROC_CONFIG writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn proc0_dap_instid(&mut self) -> PROC0_DAP_INSTID_W<'_, PROC_CONFIG_SPEC>

Bits 24:27 - Configure proc0 DAP instance ID.
Recommend that this is NOT changed until you require debug access in multi-chip environment
WARNING: do not set to 15 as this is reserved for RescueDP

source

pub fn proc1_dap_instid(&mut self) -> PROC1_DAP_INSTID_W<'_, PROC_CONFIG_SPEC>

Bits 28:31 - Configure proc1 DAP instance ID.
Recommend that this is NOT changed until you require debug access in multi-chip environment
WARNING: do not set to 15 as this is reserved for RescueDP

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

§Safety

Passing incorrect value can cause undefined behaviour. See reference manual