add sw-iic hw-iic fwdgt

This commit is contained in:
2024-12-30 23:20:41 +08:00
parent 88fc97d037
commit 8590bf5658
10 changed files with 884 additions and 7 deletions

17
inc/fwdgt.h Normal file
View File

@@ -0,0 +1,17 @@
//
// Created by yelv1 on 24-12-29.
//
#ifndef FWDGT_H
#define FWDGT_H
#include "gd32e23x.h"
#include "board_config.h"
void watchdog_init(void);
void fwdgt_reset_mcu(void);
void watchdog_reload(void);
#endif //FWDGT_H