AHI-Compatible Functions
Explanation of the TWENET library and the AHI compatibility layer
This library is intended to provide compatibility with the AHI library.
Below are notes regarding various definitions of the compatibility layer.
Link | Description |
---|---|
Common & Others | Miscellaneous functions |
ADC | ADC-related APIs |
GPIO | GPIO-related APIs |
PWM | PWM-related APIs |
I2C (SMBus) | I2C-related APIs |
SPI | SPI bus |
Random | Random number generation |
UART | UART-related APIs |
WDT | Watchdog Timer |
WTIMER | Wake Timer, FRWT |
OnChipTemp | On-chip temperature sensor (ADC) |
Explanation of the TWENET library and the AHI compatibility layer
TWENET Library, AHI Functions and Explanations Related to ADCs
Explanations of the TWENET library and AHI functions related to DIO (GPIO)
Explanations of the TWENET library and AHI functions related to Timer (PWM)
Explanations of the TWENET library: SMBUS (I2C)-related procedures defined in SMBus.c,h
Explanations of the TWENET library and AHI functions related to SPI
Explanations of the TWENET library and AHI functions related to random numbers
Explanations of the TWENET library and AHI functions related to UART
Explanations of the TWENET library and AHI functions related to WatchDog (WDT)
Explanations of the TWENET library and AHI functions related to WakeTimer
Explanations of the TWENET library and AHI functions related to the Onchip temp sensor