[][src]Trait nrf52811_hal::pwm::Instance

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

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

Associated Constants

Loading content...

Required methods

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

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

Loading content...

Implementors

impl Instance for PWM0[src]

Loading content...