Type Definition gd32f1::gd32f170::timer0::CH1CV[][src]

type CH1CV = Reg<u16, _CH1CV>;

Channel 1 capture/compare value register

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

For information about available fields see ch1cv module

Trait Implementations

impl Readable for CH1CV[src]

read() method returns ch1cv::R reader structure

impl ResetValue for CH1CV[src]

Register CH1CV reset()’s with value 0

type Type = u16

Register size

impl Writable for CH1CV[src]

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