Trait nrf5x::timer::CompareClient [] [src]

pub trait CompareClient {
    fn compare(&self, bitmask: u8);
}

Required Methods

Passes a bitmask of which of the 4 compares/captures fired (0x0-0xf).

Implementors