Type Alias stm32_hal2::pac::cec::txdr::TXD_W

source ·
pub type TXD_W<'a, const O: u8> = FieldWriterRaw<'a, u32, TXDR_SPEC, u8, u8, Safe, 8, O>;
Expand description

Field TXD writer - Tx Data register. TXD is a write-only register containing the data byte to be transmitted. Note: TXD must be written when TXSTART=1

Aliased Type§

struct TXD_W<'a, const O: u8> { /* private fields */ }