Purpose
This directory provides a library of highly re-usable code to access peripheral controllers with microcontrollers.
Contents
- ACC: the Analog Comparator Controller.
- AES: the Advanced Encryption Standard module.
- AFEC: the Analog Front-End Controller.
- AFEC DMA: the Analog Front-End Controller with DMA support.
- DAC: the Digital-to-Analog Converter Controller.
- MediaLB: the MediaLB peripheral.
- PIO Parallel Capture: the PIO Parallel Capture mode.
- PWMC: the Pulse Width Modulation controller (PWMC).
- PMC: the Power Management Controller (PMC).
- RTC: the Real-time Clock (RTC) controller.
- SPI: the Serial Peripheral Interface (SPI).
- RTT: the Real-time Timer.
- TRNG: the True Random Number Generator.
- TWI: the Two-wire Interface (TWI).
- WDT: the Interface for the Watchdog Timer (WDT).
For more accurate information, please look at the related peripheral section of the Datasheet.
Working with Peripherals shows detailed information of the library.
- Note:
- Depending on the chip, not all the peripherals will be available.