Type Definition stm32f4::stm32f413::can1::tx::TDLR[][src]

type TDLR = Reg<u32, _TDLR>;

mailbox data low register

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

For information about available fields see tdlr module

Trait Implementations

impl Readable for TDLR[src]

read() method returns tdlr::R reader structure

impl ResetValue for TDLR[src]

Register TDLR reset()'s with value 0

type Type = u32

Register size

impl Writable for TDLR[src]

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