Struct nrf52840::PWM0[][src]

pub struct PWM0 { /* fields omitted */ }

Pulse width modulation unit 0

Methods

impl PWM0
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for PWM0
[src]

impl Deref for PWM0
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for PWM0