Module cc26xx::prcm [] [src]

Power, Clock, and Reset Management (PRCM)

For details see p.411 in the cc2650 technical reference manual.

PRCM manages different power domains on the boards, specifically:

* RF Power domain
* Serial Power domain
* Peripheral Power domain

It also manages the clocks attached to almost every peripheral, which needs to be enabled before usage.

Reexports

use kernel::common::regs::ReadOnly;
use kernel::common::regs::ReadWrite;
use kernel::common::regs::WriteOnly;

Modules

ClockGate
ClockLoad
PowerDomain0
PowerDomainSingle
PowerDomainStatus0
SECDMAClockGate

Structs

Clock
Power
PrcmRegisters

Enums

PowerDomain

Constants

PRCM_BASE

Functions

prcm_commit