Trident IoT SDK
Loading...
Searching...
No Matches
tr_hal.h
Go to the documentation of this file.
1
10
11#ifndef TR_HAL_H_
12#define TR_HAL_H_
13
14
15// Trident HAL
16#include "tr_hal_gpio.h"
17#include "tr_hal_uart.h"
18#include "tr_hal_timers.h"
19#include "tr_hal_spi.h"
20#include "tr_hal_rtc.h"
21#include "tr_hal_pwm.h"
22#include "tr_hal_wdog.h"
23#include "tr_hal_i2c.h"
24#include "tr_hal_trng.h"
25#include "tr_hal_adc.h"
26
27
28#endif //TR_HAL_H_
29
This is the common include file for the Trident HAL ADC driver.
This is the common include file for the Trident HAL GPIO Driver.
This is the common include file for the Trident HAL I2C Driver.
This is the common include file for the Trident HAL PWM Driver.
This is the common include file for the Trident HAL Power Mgmt.
This is the common include file for the Trident HAL SPI Driver.
This is the common include file for the Trident HAL Timer Driver.
This is the common include file for the Trident HAL True Random Number Generator (TRNG).
This is the common include file for the Trident HAL UART Driver.
This is the common include file for the Trident HAL Watchdog Driver.