Type Definition stm32f1::stm32f100::cec::TXD[][src]

type TXD = Reg<u32, _TXD>;

CEC Tx data register

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

For information about available fields see txd module

Trait Implementations

impl Readable for TXD[src]

read() method returns txd::R reader structure

impl ResetValue for TXD[src]

Register TXD reset()'s with value 0

type Type = u32

Register size

impl Writable for TXD[src]

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