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

type MTIMECMP_LO = Reg<u32, _MTIMECMP_LO>;

Timer comparison value (lower half)

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

For information about available fields see mtimecmp_lo module

Trait Implementations

impl Readable for MTIMECMP_LO[src]

read() method returns mtimecmp_lo::R reader structure

impl ResetValue for MTIMECMP_LO[src]

Register mtimecmp_lo reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for MTIMECMP_LO[src]

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