Struct nrf52840::usbd::EVENTS_USBEVENT[][src]

pub struct EVENTS_USBEVENT { /* fields omitted */ }

An event or an error not covered by specific events has occurred. Check EVENTCAUSE register to find the cause.

Methods

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