EcpR

Type Alias EcpR 

pub type EcpR = BitReader<Ecp>;
Expand description

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

Aliased Type§

pub struct EcpR { /* private fields */ }

Implementations§

§

impl EcpR

pub const fn variant(&self) -> Ecp

Get enumerated values variant

pub fn is_0(&self) -> bool

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

pub fn is_1(&self) -> bool

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