Struct nrf52840::PWM2[][src]

pub struct PWM2 { /* fields omitted */ }

Pulse width modulation unit 2

Methods

impl PWM2
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for PWM2
[src]

impl Deref for PWM2
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for PWM2