Module capsules::virtual_alarm
[−]
[src]
Virtualize the Alarm interface to enable multiple users of an underlying alarm hardware peripheral.
Reexports
use core::cell::Cell; |
use kernel::common::List; |
use kernel::common::ListLink; |
use kernel::common::ListNode; |
use kernel::hil::time; |
use kernel::hil::time::Alarm; |
use kernel::hil::time::Time; |
Structs
MuxAlarm | |
VirtualMuxAlarm |
Functions
past_from_base |