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

type MTIMECMP_HI = Reg<u32, _MTIMECMP_HI>;

Timer comparison value (upper half)

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

For information about available fields see mtimecmp_hi module

Trait Implementations

impl Readable for MTIMECMP_HI[src]

read() method returns mtimecmp_hi::R reader structure

impl ResetValue for MTIMECMP_HI[src]

Register mtimecmp_hi reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for MTIMECMP_HI[src]

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