[][src]Type Definition imxrt1062_cmp1::CR0

type CR0 = Reg<u8, _CR0>;

CMP Control Register 0

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

For information about available fields see cr0 module

Trait Implementations

impl Readable for CR0[src]

read() method returns cr0::R reader structure

impl ResetValue for CR0[src]

Register CR0 reset()'s with value 0

type Type = u8

Register size

impl Writable for CR0[src]

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