Struct nrf52840::USBD[][src]

pub struct USBD { /* fields omitted */ }

Universal serial bus device

Methods

impl USBD
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for USBD
[src]

impl Deref for USBD
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for USBD