Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

CPU Layer

Steve Maillet edited this page Feb 28, 2016 · 11 revisions
CPU Support

The CPU support layer provides a thin abstraction over base functionality for a CPU/SoC. Especially timers, watchdogs, GPIOs and the interrupt controller, all of which are tightly dependent on the particular CPU core and SoC used.

APIs
  1. [CPU Power and Reset](CPU Power and Reset APIs)
  2. [CPU Clocks and Timers](CPU Clocks and Timers)
  3. [CPU GPIO](CPU GPIO APIs)
  4. [CPU SPI APIs](CPU SPI APIs)
  5. [CPU Usart APIs](CPU Usart APIs)
Clone this wiki locally