forked from gary/BCU
2
0
Fork 0
BCU/library/core/drv_dwt.h

18 lines
195 B
C
Raw Normal View History

2024-11-26 15:52:49 +08:00
#ifndef DRV_DWT_H_
#define DRV_DWT_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "kit_macro.h"
void drv_dwt_start(void);
uint32_t drv_dwt_end(void);
#ifdef __cplusplus
}
#endif
#endif