Struct nrf52840::SWI3[][src]

pub struct SWI3 { /* fields omitted */ }

Software interrupt 3

Methods

impl SWI3
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for SWI3
[src]

impl Deref for SWI3
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for SWI3