Struct nrf52840::usbd::EVENTS_EPDATA[][src]

pub struct EVENTS_EPDATA { /* fields omitted */ }

A data transfer has occurred on a data endpoint, indicated by the EPDATASTATUS register

Methods

impl EVENTS_EPDATA
[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