Struct nrf52840::PWM3[][src]

pub struct PWM3 { /* fields omitted */ }

Pulse width modulation unit 3

Methods

impl PWM3
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for PWM3
[src]

impl Deref for PWM3
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for PWM3