[][src]Type Definition stm32f3::stm32f373::cec::TXDR

type TXDR = Reg<u32, _TXDR>;

Tx data register

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

For information about available fields see txdr module

Trait Implementations

impl ResetValue for TXDR[src]

Register TXDR reset()'s with value 0

type Type = u32

Register size

impl Writable for TXDR[src]

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