[][src]Type Definition imxrt1062_can3::MCR

type MCR = Reg<u32, _MCR>;

Module Configuration Register

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

For information about available fields see mcr module

Trait Implementations

impl Readable for MCR[src]

read() method returns mcr::R reader structure

impl ResetValue for MCR[src]

Register MCR reset()'s with value 0x5980_000f

type Type = u32

Register size

impl Writable for MCR[src]

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