Type Alias stm32h7xx_hal::device::i2c1::txdr::TXDATA_R

source ·
pub type TXDATA_R = FieldReaderRaw<u8, u8>;
Expand description

Field TXDATA reader - 8-bit transmit data Data byte to be transmitted to the I2C bus. Note: These bits can be written only when TXE=1.

Aliased Type§

struct TXDATA_R { /* private fields */ }