Struct nrf52840::PWM1[][src]

pub struct PWM1 { /* fields omitted */ }

Pulse width modulation unit 1

Methods

impl PWM1
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for PWM1
[src]

impl Deref for PWM1
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for PWM1