20231023_InSituLab_emb/InsituLabProject_QRS/Src/Usr/Bsp/McuBspWatchdog.h
Rjh913828050 4e26d518da 类型:更细
内容:更新十四五程序
人员:任家豪
2024-07-31 08:56:07 +08:00

26 lines
490 B
C

#ifndef _MCU_BSP_WATCHDOG_H_
#define _MCU_BSP_WATCHDOG_H_
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include <cpu.h>
#include <os.h>
#include <bsp_int.h>
#include <bsp_sys.h>
#include <lib_def.h>
#include "driverlib/sysctl.h"
#include "driverlib/watchdog.h"
#include "driverlib/interrupt.h"
#include "inc/hw_memmap.h"
#include "inc/hw_ints.h"
void McuBspWatchdogInit(void);
void McuBspWatchdogFreedWatchdog(void);
void McuBspWatchdogStopFreedWatchdog(void);
#endif