Type Alias xmc4400::usb0::dctl::EN_CONT_ON_BNA_R

source ·
pub type EN_CONT_ON_BNA_R = BitReader<EN_CONT_ON_BNA_A>;
Expand description

Field EnContOnBNA reader - Enable continue on BNA

Aliased Type§

struct EN_CONT_ON_BNA_R { /* private fields */ }

Implementations§

source§

impl EN_CONT_ON_BNA_R

source

pub const fn variant(&self) -> EN_CONT_ON_BNA_A

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.