[][src]Type Definition rp2040::ppb::SYST_CVR

type SYST_CVR = Reg<u32, _SYST_CVR>;

Use the SysTick Current Value Register to find the current value in the register. The reset value of this register is UNKNOWN.

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

For information about available fields see syst_cvr module

Trait Implementations

impl Readable for SYST_CVR[src]

read() method returns syst_cvr::R reader structure

impl ResetValue for SYST_CVR[src]

Register SYST_CVR reset()'s with value 0

type Type = u32

Register size

impl Writable for SYST_CVR[src]

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