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

type CMPSR = Reg<u32, _CMPSR>;

Comparator Channel Selection Enable Register

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

For information about available fields see cmpsr module

Trait Implementations

impl Readable for CMPSR[src]

read() method returns cmpsr::R reader structure

impl ResetValue for CMPSR[src]

Register CMPSR reset()'s with value 0

type Type = u32

Register size

impl Writable for CMPSR[src]

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