Type Alias xmc4400::usb0::dctl::EN_CONT_ON_BNA_W

source ·
pub type EN_CONT_ON_BNA_W<'a, REG> = BitWriter<'a, REG, EN_CONT_ON_BNA_A>;
Expand description

Field EnContOnBNA writer - Enable continue on BNA

Aliased Type§

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

Implementations§

source§

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

source

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

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 value2(self) -> &'a mut W<REG>

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.