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

type MSR = Reg<u32, _MSR>;

master status register

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

For information about available fields see msr module

Trait Implementations

impl Readable for MSR[src]

read() method returns msr::R reader structure

impl ResetValue for MSR[src]

Register MSR reset()'s with value 0x0c02

type Type = u32

Register size

impl Writable for MSR[src]

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