Hardware Abstraction Layer (HAL)

Last Updated on : 2022-11-24 09:20:08download

The chip peripherals are abstracted and encapsulated in the standard APIs of the hardware abstraction layer. This helps reduce your efforts to integrating with different hardware peripherals and speed up new product introduction. You can simply make API calls and set parameters to use the required peripherals.

APIs in HAL

Name Description
PIN Description of GPIO APIs
PWM Description of PWM APIs
ADC Description of ADC APIs
UART Description of UART APIs
I2C Description of I2C APIs
Flash Description of flash APIs
SPI Description of SPI APIs