Files
luban-lite-t3e-pro/bsp/artinchip/include/drv/drv_hrtimer.h
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

21 lines
330 B
C

/*
* Copyright (c) 2022-2023, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
* Authors: matteo <duanmt@artinchip.com>
*/
#ifndef __AIC_DRV_HRTIMER_H__
#define __AIC_DRV_HRTIMER_H__
#include "aic_common.h"
struct hrtimer_info {
char name[12];
u32 id;
rt_hwtimer_t hrtimer;
};
#endif