Trident IoT SDK
 
Loading...
Searching...
No Matches
tr_hal_config.h
Go to the documentation of this file.
1
10#ifndef TR_HAL_CONFIG_H
11#define TR_HAL_CONFIG_H
12#include "cm3_mcu.h"
13#include "tr_hal_gpio.h"
14#include "tr_hal_uart.h"
15
16#define UART_DBG_PORT_ID 0
17#define GPIO_UART_DBG_RX (tr_hal_gpio_pin_t){ 16 }
18#define GPIO_UART_DBG_TX (tr_hal_gpio_pin_t){ 17 }
19
20void tr_hal_init(void);
21
22#endif /* TR_HAL_CONFIG_H */
void tr_hal_init(void)
This is the common include file for the Trident HAL GPIO Driver.
This is the common include file for the Trident HAL UART Driver.