Bar Logo 4kW dsPIC33C PSFB DC-DC DA (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
os_reset.c
1
2#include "os_reset.h"
3#include "stdint.h"
4
5uint16_t os_resetCause = 0;
6
7/* OS_RESETTHINGY is not defined and hence a violation is reported */
8/* LDRA_EXCLUDE 337 S */
9#if OS_RESETTHINGY == 1
10void OS_Reset_Init(void)
11{
12
13}
14
15OS_RESET_RESETCAUSEBITS_t OS_Reset_GetResetCause(void);
16#endif /* OS_RESETHINGY */