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

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

Implementors