|
| AIROC Sleep Configuration |
| Defines functions for using the AIROC Sleep Framework.
|
|
| AIROC Transport |
| Defines the transport utilities for configuring the transport, send data and receive data.
|
|
| AesCalculation |
| Defines a driver for the AES calculation with Hardware acceleration.
|
|
| GPIO |
| Defines a driver to facilitate interfacing with the GPIO pins.
|
|
| I2C |
| Defines an I2C driver to facilitate communication with other devices on an I2C bus (such as a temperature sensor, etc).
|
|
| NVRAM |
| Defines the interface for reading and writing any data to the NVRAM.
|
|
| Peripheral SPI |
| Defines an SPI driver to facilitate communication with other devices on an SPI bus (such as a temperature sensor, etc).
|
|
| Peripheral UART (PUART) |
| Defines a driver to facilitate interfacing with the UART hardware to send and receive bytes or a stream of bytes over the UART hardware.
|
|
| Random Number Generator (RNG) |
| Defines a driver for the Random Number Generator (RNG).
|
|
| Serial Flash Interface |
| Defines a driver for the Serial Flash interface.
|
|
| Timer Management Services |
| Defines the interfaces for Timer Management Services.
|
|
| Watchdog Interface |
| Defines a driver for the watchdog interface.
|
|