[][src]Type Definition gd32vf103_pac::ctimer::MTIME_LO

type MTIME_LO = Reg<u32, _MTIME_LO>;

Timer value (lower half)

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

For information about available fields see mtime_lo module

Trait Implementations

impl Readable for MTIME_LO[src]

read() method returns mtime_lo::R reader structure

impl ResetValue for MTIME_LO[src]

Register mtime_lo reset()'s with value 0

type Type = u32

Register size

impl Writable for MTIME_LO[src]

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