[][src]Type Definition rsl10_pac::sys_tick::SYSTICK_VAL

type SYSTICK_VAL = Reg<u32, _SYSTICK_VAL>;

SYSTICK Current Value Register

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

For information about available fields see sys_tick_val module

Trait Implementations

impl Readable for SYSTICK_VAL[src]

read() method returns sys_tick_val::R reader structure

impl ResetValue for SYSTICK_VAL[src]

Register SysTick_VAL reset()'s with value 0

type Type = u32

Register size

impl Writable for SYSTICK_VAL[src]

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