Type Definition gd32f1::gd32f130::timer1::CH2CV[][src]

type CH2CV = Reg<u32, _CH2CV>;

Channel 2 capture/compare value registerV

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

For information about available fields see ch2cv module

Trait Implementations

impl Readable for CH2CV[src]

read() method returns ch2cv::R reader structure

impl ResetValue for CH2CV[src]

Register CH2CV reset()’s with value 0

type Type = u32

Register size

impl Writable for CH2CV[src]

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