R

Type Alias R 

Source
pub type R = R<Cbsr3Spec>;
Expand description

Register CBSR3 reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn bs(&self) -> BsR

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.

Source

pub fn rsvd(&self) -> RsvdR

Bits 8:31