[][src]Type Definition nuc1xx::cmp::CMP1CR

type CMP1CR = Reg<u32, _CMP1CR>;

Comparator1 Control Register

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

For information about available fields see cmp1cr module

Trait Implementations

impl Readable for CMP1CR[src]

read() method returns cmp1cr::R reader structure

impl ResetValue for CMP1CR[src]

Register CMP1CR reset()'s with value 0

type Type = u32

Register size

impl Writable for CMP1CR[src]

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