Type Alias stm32h7xx_hal::pac::mdma::ch::bndtr::BRC_R

source ·
pub type BRC_R = FieldReaderRaw<u16, u16>;
Expand description

Field BRC reader - Block Repeat Count This field contains the number of repetitions of the current block (0 to 4095). When the channel is enabled, this register is read-only, indicating the remaining number of blocks, excluding the current one. This register decrements after each complete block transfer. Once the last block transfer has completed, this register can either stay at zero or be reloaded automatically from memory (in Linked List mode - i.e. Link Address valid). These bits are protected and can be written only if EN is 0.

Aliased Type§

struct BRC_R { /* private fields */ }