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::regs::ReadOnly; |
use kernel::common::regs::ReadWrite; |
use kernel::common::regs::WriteOnly; |
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; |
Modules
| Calendar | |
| ClockControl | |
| Control | |
| DigitalTuner | |
| Event | |
| Interrupt | |
| PeriodicInterval | |
| Status | |
| Value |
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 |