[][src]Type Definition stm32f3::stm32f373::can::tx::TIR

type TIR = Reg<u32, _TIR>;

TX mailbox identifier register

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

For information about available fields see tir module

Trait Implementations

impl Readable for TIR[src]

read() method returns tir::R reader structure

impl ResetValue for TIR[src]

Register TIR reset()'s with value 0

type Type = u32

Register size

impl Writable for TIR[src]

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