Type Definition stm32f4::stm32f469::can1::tx::TDHR[][src]

type TDHR = Reg<u32, _TDHR>;

mailbox data high register

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

For information about available fields see tdhr module

Trait Implementations

impl Readable for TDHR[src]

read() method returns tdhr::R reader structure

impl ResetValue for TDHR[src]

Register TDHR reset()'s with value 0

type Type = u32

Register size

impl Writable for TDHR[src]

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