Trait nrf52832_hal::pwm::Instance[][src]

pub trait Instance: Sealed + Deref<Target = RegisterBlock> {
    const INTERRUPT: Interrupt;

    fn buffer() -> &'static Cell<[u16; 4]>;
}

Associated Constants

Required methods

fn buffer() -> &'static Cell<[u16; 4]>[src]

Provides access to the associated internal duty buffer for the instance.

Implementors

impl Instance for PWM0[src]

pub const INTERRUPT: Interrupt[src]

pub fn buffer() -> &'static Cell<[u16; 4]>[src]

impl Instance for PWM1[src]

pub const INTERRUPT: Interrupt[src]

pub fn buffer() -> &'static Cell<[u16; 4]>[src]

impl Instance for PWM2[src]

pub const INTERRUPT: Interrupt[src]

pub fn buffer() -> &'static Cell<[u16; 4]>[src]