Struct nrf52840::PWM3 [] [src]

pub struct PWM3 { /* fields omitted */ }

Pulse Width Modulation Unit 3

Methods

impl PWM3
[src]

[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.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for PWM3