[][src]Type Definition stm32f3::stm32f303::i2c1::TXDR

type TXDR = Reg<u32, _TXDR>;

Transmit data register

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

For information about available fields see txdr module

Trait Implementations

impl Readable for TXDR[src]

read() method returns txdr::R reader structure

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