pub type W = W<Cbsr3Spec>;Expand description
Register CBSR3 writer
Aliased Type§
pub struct W { /* private fields */ }Implementations§
Source§impl W
impl W
Sourcepub fn bs(&mut self) -> BsW<'_, Cbsr3Spec>
pub fn bs(&mut self) -> BsW<'_, Cbsr3Spec>
Bits 0:7 - burst size in non-m2m mode When BS>1, DMA will transfer for BS times for each request if left NDT is larger than BS, or else transfer for left NDT times. When BS=0 or 1, DMA will always do single transfer for each request. In memory-to-memory mode, BS is ignored.