Type Alias stm32_hal2::pac::mdma::ch::tcr::DSIZE_R

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

Field DSIZE reader - Destination data size These bits are set and cleared by software. These bits are protected and can be written only if EN is 0. Note: If a value of 11 is programmed for the TCM access/AHB port, a transfer error will occur (TEIF bit set) If DINCOS < DSIZE and DINC ≠ 00, the result will be unpredictable. Note: DSIZE = 11 (double-word) is forbidden when destination is TCM/AHB bus (DBUS=1).

Aliased Type§

struct DSIZE_R { /* private fields */ }