[][src]Type Definition rp2040::timer::DBGPAUSE

type DBGPAUSE = Reg<u32, _DBGPAUSE>;

Set bits high to enable pause when the corresponding debug ports are active

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see dbgpause module

Trait Implementations

impl Readable for DBGPAUSE[src]

read() method returns dbgpause::R reader structure

impl ResetValue for DBGPAUSE[src]

Register DBGPAUSE reset()'s with value 0x07

type Type = u32

Register size

impl Writable for DBGPAUSE[src]

write(|w| ..) method takes dbgpause::W writer structure