2023-03-31 08:25:39 +08:00
|
|
|
#ifndef __DRV_ADC_H__
|
|
|
|
#define __DRV_ADC_H__
|
|
|
|
|
|
|
|
#include <rtthread.h>
|
|
|
|
#include "rtdevice.h"
|
|
|
|
#include <rthw.h>
|
|
|
|
#include "bflb_adc.h"
|
|
|
|
#include "bflb_core.h"
|
2024-02-29 23:22:57 +08:00
|
|
|
#include "bflb_dma.h"
|
2023-03-31 08:25:39 +08:00
|
|
|
|
|
|
|
int rt_hw_adc_init(void);
|
|
|
|
|
|
|
|
#endif /* __DRV_ADC_H__ */
|