EcpW

Type Alias EcpW 

pub type EcpW<'a, REG> = BitWriter<'a, REG, Ecp>;
Expand description

Field ECP writer - Enable Channel Preemption. This field resets to 0.

Aliased Type§

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

Implementations§

§

impl<'a, REG> EcpW<'a, REG>
where REG: Writable + RegisterSpec,

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

Channel n cannot be suspended by a higher priority channel’s service request.

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

Channel n can be temporarily suspended by the service request of a higher priority channel.