Type Alias xmc4300::usb0::dctl::EnContOnBnaR

source ·
pub type EnContOnBnaR = BitReader<EnContOnBna>;
Expand description

Field EnContOnBNA reader - Enable continue on BNA

Aliased Type§

struct EnContOnBnaR { /* private fields */ }

Implementations§

source§

impl EnContOnBnaR

source

pub const fn variant(&self) -> EnContOnBna

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

After receiving BNA interrupt, the core disables the endpoint. When the endpoint is re-enabled by the application, the core starts processing from the DOEPDMA descriptor.

source

pub fn is_value2(&self) -> bool

After receiving BNA interrupt, the core disables the endpoint. When the endpoint is re-enabled by the application, the core starts processing from the descriptor that received the BNA interrupt.