[][src]Trait nrf52_radio_802154::timer::Timer

pub trait Timer {
    fn init(&mut self);
fn fire_at(&mut self, id: usize, at: u32);
fn stop(&mut self, id: usize);
fn now(&self) -> u32;
fn ack_compare_event(&mut self, id: usize); }

Required methods

fn init(&mut self)

fn fire_at(&mut self, id: usize, at: u32)

fn stop(&mut self, id: usize)

fn now(&self) -> u32

fn ack_compare_event(&mut self, id: usize)

Loading content...

Implementations on Foreign Types

impl Timer for TIMER0[src]

impl Timer for TIMER1[src]

Loading content...

Implementors

Loading content...