Struct nrf51822::SWI [] [src]

pub struct SWI { /* fields omitted */ }

SW Interrupts.

Methods

impl SWI
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Send for SWI
[src]

impl Deref for SWI
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for SWI