Module sam4l::ast
[−]
[src]
Implementation of a single hardware timer.
- Author: Amit Levy levya@cs.stanford.edu
- Author: Philip Levis pal@cs.stanford.edu
- Date: July 16, 2015
Reexports
use core::cell::Cell; |
use kernel::common::VolatileCell; |
use kernel::hil::Controller; |
use kernel::hil::time; |
use kernel::hil::time::Alarm; |
use kernel::hil::time::Freq16KHz; |
use kernel::hil::time::Time; |
use pm; |
use pm::PBDClock; |
Structs
Ast | |
AstRegisters |
Enums
Clock |
Constants
ALARM0_SYNC_TICS |
Minimum number of clock tics to make sure ALARM0 register is synchronized |
AST_BASE |
Statics
AST |