Type Alias ClmW
pub type ClmW<'a, REG> = BitWriter<'a, REG, Clm>;Expand description
Field CLM writer - Continuous Link Mode
Aliased Type§
pub struct ClmW<'a, REG> { /* private fields */ }Implementations§
§impl<'a, REG> ClmW<'a, REG>where
REG: Writable + RegisterSpec,
impl<'a, REG> ClmW<'a, REG>where
REG: Writable + RegisterSpec,
pub fn _0(self) -> &'a mut W<REG>
pub fn _0(self) -> &'a mut W<REG>
A minor loop channel link made to itself goes through channel arbitration before being activated again.
pub fn _1(self) -> &'a mut W<REG>
pub fn _1(self) -> &'a mut W<REG>
A minor loop channel link made to itself does not go through channel arbitration before being activated again. Upon minor loop completion, the channel activates again if that channel has a minor loop channel link enabled and the link channel is itself. This effectively applies the minor loop offsets and restarts the next minor loop.