Type Definition microbit::hal::pac::usbd::EVENTS_EPDATA[]

type EVENTS_EPDATA = Reg<u32, _EVENTS_EPDATA>;
Expand description

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

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see events_epdata module