[][src]Type Definition betrusted_pac::i2c::TXR

type TXR = Reg<u32, _TXR>;

Next byte to transmit to slave devices. LSB indicates R/W during address phases, 1 for reading from slaves, 0 for writing to slaves

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

For information about available fields see txr module

Trait Implementations

impl Readable for TXR[src]

read() method returns txr::R reader structure

impl ResetValue for TXR[src]

Register TXR reset()'s with value 0

type Type = u32

Register size

impl Writable for TXR[src]

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