Type Alias BoundaryW

Source
pub type BoundaryW<'a, REG> = FieldWriter<'a, REG, 3, Boundaryselect, Safe>;
Expand description

Field BOUNDARY writer - SDMA Buffer Boundary

Aliased Type§

struct BoundaryW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> BoundaryW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn _4k(self) -> &'a mut W<REG>

4k bytes

Source

pub fn _8k(self) -> &'a mut W<REG>

8k bytes

Source

pub fn _16k(self) -> &'a mut W<REG>

16k bytes

Source

pub fn _32k(self) -> &'a mut W<REG>

32k bytes

Source

pub fn _64k(self) -> &'a mut W<REG>

64k bytes

Source

pub fn _128k(self) -> &'a mut W<REG>

128k bytes

Source

pub fn _256k(self) -> &'a mut W<REG>

256k bytes

Source

pub fn _512k(self) -> &'a mut W<REG>

512k bytes