Type Alias xmc4800::usb0::dctl::EnContOnBnaW

source ·
pub type EnContOnBnaW<'a, REG> = BitWriter<'a, REG, EnContOnBna>;
Expand description

Field EnContOnBNA writer - Enable continue on BNA

Aliased Type§

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

Implementations§

source§

impl<'a, REG> EnContOnBnaW<'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.