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

type CH3CV = Reg<u32, _CH3CV>;

Channel 3 capture/compare value register

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

For information about available fields see ch3cv module

Trait Implementations

impl Readable for CH3CV[src]

read() method returns ch3cv::R reader structure

impl ResetValue for CH3CV[src]

Register CH3CV reset()’s with value 0

type Type = u32

Register size

impl Writable for CH3CV[src]

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