OCH_W

Type Alias OCH_W 

Source
pub type OCH_W<'a, const O: u8> = BitWriter<'a, u16, SRCODCTRL_SPEC, OCH_A, O>;
Expand description

Field OCH writer - Output Data Channel Exchange

Aliased Type§

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

Implementations§

Source§

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

Source

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

Does not exchange the channels (the same order as data input)

Source

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

Exchanges the channels (the opposite order from data input)