[][src]Type Definition imxrt1062_adc1::CV

type CV = Reg<u32, _CV>;

Compare value register

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

For information about available fields see cv module

Trait Implementations

impl Readable for CV[src]

read() method returns cv::R reader structure

impl ResetValue for CV[src]

Register CV reset()'s with value 0

type Type = u32

Register size

impl Writable for CV[src]

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