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
5
uint16_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
10
void
OS_Reset_Init(
void
)
11
{
12
13
}
14
15
OS_RESET_RESETCAUSEBITS_t
OS_Reset_GetResetCause(
void
);
16
#endif
/* OS_RESETHINGY */
OS_RESET_RESETCAUSEBITS_t
Definition
os_reset.h:8
© Copyright 1998-2022 Microchip Technology Inc. All rights reserved.