Type Alias BoundaryR

Source
pub type BoundaryR = FieldReader<Boundaryselect>;
Expand description

Field BOUNDARY reader - SDMA Buffer Boundary

Aliased Type§

struct BoundaryR { /* private fields */ }

Implementations§

Source§

impl BoundaryR

Source

pub const fn variant(&self) -> Boundaryselect

Get enumerated values variant

Source

pub fn is_4k(&self) -> bool

4k bytes

Source

pub fn is_8k(&self) -> bool

8k bytes

Source

pub fn is_16k(&self) -> bool

16k bytes

Source

pub fn is_32k(&self) -> bool

32k bytes

Source

pub fn is_64k(&self) -> bool

64k bytes

Source

pub fn is_128k(&self) -> bool

128k bytes

Source

pub fn is_256k(&self) -> bool

256k bytes

Source

pub fn is_512k(&self) -> bool

512k bytes