打開hal\_idt.h文件,接口列表如下:
* 驅動程序初始化:
```
void hal_idt_init(void);
```
* 驅動程序反初始化:
```
void hal_idt_deinit(void);
```
* 注冊中斷回調函數:
```
void hal_idt_register(hal_idt_t item, void (*callback)(hal_idt_status_t status));
```
* 注銷中斷回調函數:
```
void hal_idt_unregister(hal_idt_t item);
```
* 設置一個用于監聽外部中斷事件的回調函數(用于低功耗):
```
void hal_idt_set_exti_monitor(void (*monitor)(hal_idt_status_t status));
```
<br/>
- 框架介紹
- Main 函數
- HAL 函數接口說明
- hal_system.h
- hal_systick.h
- hal_idt.h
- hal_ioctl.h
- hal_flash.h
- hal_lpm.h
- hal_rtc.h
- hal_iwdg.h
- hal_uart.h
- hal_i2c.h
- hal_led.h
- hal_button.h
- hal_vht2x.h
- hal_lcd.h
- Services 函數接口說明
- svc_system.h
- svc_database.h
- svc_hid.h
- svc_msg.h
- svc_humiture.h
- svc_log.h
- Tasks 說明
- task_system.c
- task_example.c
- Libs 函數接口說明
- mathlib.h
- json.h
- atcmd.h
- atcmd_proxy.h
- libwifi.h
- libs1.h