Struct nrf52840::usbd::EVENTS_ENDISOOUT[][src]

pub struct EVENTS_ENDISOOUT { /* fields omitted */ }

The whole ISOOUT buffer has been consumed. The RAM buffer can be accessed safely by software.

Methods

impl EVENTS_ENDISOOUT
[src]

Modifies the contents of the register

Reads the contents of the register

Writes to the register

Writes the reset value to the register

Auto Trait Implementations