[][src]Type Definition stm32f3::stm32f3x8::can::MCR

type MCR = Reg<u32, _MCR>;

master control 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 0x0001_0002

type Type = u32

Register size

impl Writable for MCR[src]

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