Type Definition atsame53j20a_pac::sys_tick::CVR[][src]

type CVR = Reg<u32, _CVR>;

SysTick Current Value Register

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

For information about available fields see cvr module

Trait Implementations

impl Readable for CVR[src]

read() method returns cvr::R reader structure

impl ResetValue for CVR[src]

Register CVR reset()’s with value 0

type Type = u32

Raw register type (u8, u16, u32, …).

impl Writable for CVR[src]

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