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

source ·
pub type SINC_W<'a, const O: u8> = FieldWriterRaw<'a, u32, TCR_SPEC, u8, u8, Unsafe, 2, O>;
Expand description

Field SINC writer - Source increment mode These bits are set and cleared by software. These bits are protected and can be written only if EN is 0 Note: When source is AHB (SBUS=1), SINC = 00 is forbidden. In Linked List Mode, at the end of a block (single or last block in repeated block transfer mode), this register will be loaded from memory (from address given by current LAR[31:0]

  • 0x00).

Aliased Type§

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