You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
incubator_embeded/HARDWARE/iwdg.h

10 lines
130 B

#ifndef _iwdg_H
#define _iwdg_H
#include "system.h"
void iwdg_my_Init(u8 pre,u16 rlr);
void IWDG_FeedDog(void); //ι¹·
#endif