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

type PAUSE = Reg<u32, _PAUSE>;

Set high to pause the timer

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

For information about available fields see pause module

Trait Implementations

impl Readable for PAUSE[src]

read() method returns pause::R reader structure

impl ResetValue for PAUSE[src]

Register PAUSE reset()'s with value 0

type Type = u32

Register size

impl Writable for PAUSE[src]

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