nrf52840_pac::usbd::isosplit

Type Alias SPLIT_W

Source
pub type SPLIT_W<'a, const O: u8> = FieldWriter<'a, u32, ISOSPLIT_SPEC, u16, SPLIT_A, 16, O>;
Expand description

Field SPLIT writer - Controls the split of ISO buffers

Aliased Type§

struct SPLIT_W<'a, const O: u8> { /* private fields */ }

Implementations§

Source§

impl<'a, const O: u8> SPLIT_W<'a, O>

Source

pub fn one_dir(self) -> &'a mut W

Full buffer dedicated to either iso IN or OUT

Source

pub fn half_in(self) -> &'a mut W

Lower half for IN, upper half for OUT