[][src]Type Definition stm32f3::stm32f373::stk::VAL

type VAL = Reg<u32, _VAL>;

SysTick current value register

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

For information about available fields see val module

Trait Implementations

impl Readable for VAL[src]

read() method returns val::R reader structure

impl ResetValue for VAL[src]

Register VAL reset()'s with value 0

type Type = u32

Register size

impl Writable for VAL[src]

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