Expand description
Peripheral implementations for the SAM4L MCU.
Modules§
- acifc
- Implementation of the SAM4L ACIFC controller.
- adc
- Implementation of the SAM4L ADCIFE.
- aes
- Implementation of the AESA peripheral on the SAM4L.
- ast
- Implementation of a single hardware timer.
- bpm
- Implementation of the BPM peripheral.
- bscif
- Implementation of the Backup System Control Interface (BSCIF) peripheral.
- chip
- Interrupt mapping and DMA channel setup.
- crccu
- Implementation of the SAM4L CRCCU.
- dac
- Implementation of the SAM4L DACC.
- dma
- Implementation of the PDCA DMA peripheral.
- eic
- Implementation of the SAM4L External Interrupt Controller (EIC).
- flashcalw
- Implementation of the SAM4L flash controller.
- gloc
- Implementation of the SAM4L glue logic controller (GLOC).
- gpio
- Implementation of the GPIO controller for the SAM4L.
- i2c
- Implementation of the SAM4L TWIMS peripheral.
- nvic
- Named constants for NVIC ids
- pm
- Implementation of the power manager (PM) peripheral.
- scif
- Implementation of the system control interface for the SAM4L.
- serial_
num - Provides a struct that enables access to the unique 120 bit serial number stored in read-only flash on the sam4l.
- spi
- Implementation of DMA-based SPI master and slave communication for the SAM4L.
- trng
- Implementation of the SAM4L TRNG. It provides an implementation of the Entropy32 trait.
- usart
- Implementation of the SAM4L USART peripheral.
- usbc
- SAM4L USB controller
- wdt
- Implementation of the SAM4L hardware watchdog timer.
Statics§
Functions§
- init⚠