MXC-A36-Demo/MCU/examples/turnkey/lvgl_Dashboard_8080/Src/system_dwt.h

18 lines
237 B
C
Raw Permalink Normal View History

#ifndef __SYSTEM_DWT_H__
#define __SYSTEM_DWT_H__
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include "fr30xx.h"
#define system_get_clock
uint8_t system_dwt_init(void);
uint32_t get_system_dwt_value(void);
#endif