Module sam4l::ast [] [src]

Implementation of a single hardware timer.

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