Module sam4l::scif [] [src]

Implementation of the system control interface for the SAM4L.

This file includes support for the SCIF (Chapter 13 of SAML manual), which configures system clocks. Does not currently support all features/functionality: only main oscillator and generic clocks.

Reexports

use bscif;
use kernel::common::VolatileCell;

Structs

Registers

Enums

Clock
ClockSource
GenericClock
Register

Constants

SCIF_BASE

Statics

SCIF

Functions

generic_clock_disable
generic_clock_enable
generic_clock_enable_divided
oscillator_disable
oscillator_enable
setup_dfll_rc32k_48mhz
setup_osc_16mhz_fast_startup
setup_osc_16mhz_slow_startup
setup_pll_osc_48mhz
unlock