pub type DOUBLE_BUFFER_ISO_OFFSET_W<'a, REG> = FieldWriterSafe<'a, REG, 2, DOUBLE_BUFFER_ISO_OFFSET_A>;
Expand description

Field DOUBLE_BUFFER_ISO_OFFSET writer - The number of bytes buffer 1 is offset from buffer 0 in Isochronous mode. Only valid in double buffered mode for an Isochronous endpoint.
For a non Isochronous endpoint the offset is always 64 bytes.

Aliased Type§

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

Implementations§

source§

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

source

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

0

source

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

1

source

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

10

source

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

11