[][src]Type Definition rsl10_pac::debug::debug_dhcsr::W

type W = W<u32, DEBUG_DHCSR>;

Writer for register DEBUG_DHCSR

Methods

impl W[src]

pub fn dbgkey(&mut self) -> DBGKEY_W[src]

Bits 16:31 - Debug key must be written to this field in order to write the rest of the register

pub fn c_snapstall(&mut self) -> C_SNAPSTALL_W[src]

Bit 5 - Set to break a stalled memory access

pub fn c_maskints(&mut self) -> C_MASKINTS_W[src]

Bit 3 - Mask interrupts while stepping

pub fn c_step(&mut self) -> C_STEP_W[src]

Bit 2 - Single step the processor

pub fn c_halt(&mut self) -> C_HALT_W[src]

Bit 1 - Halt the processor

pub fn c_debugen(&mut self) -> C_DEBUGEN_W[src]

Bit 0 - Enable halt mode debugging