This section describes functions and macros of the driver's API.
#define RCM_GetResetSrc |
( |
| ) |
|
This macro returns status flags indicating the source of the most recent reset.
- Returns
- RCM Reset Sources.
- Note
- Implemented as an inline macro.
#define RCM_GetStickyResetSrc |
( |
| ) |
|
This macro returns status flags indicating all reset sources since the last POR, LVD or VLLS wakeup that have not been cleared by software.
- Returns
- RCM Reset Sources.
- Note
- Implemented as an inline macro.
This function initializes reset pin filter.
- Parameters
-
- Note
- Implemented as an inline macro.
static void RCM_ClrStickyResetFlags |
( |
register uint16 |
mask | ) |
|
|
inlinestatic |
This inline function clears status flags indicating the source type caused after last POR, LVD, or VLLS
- Parameters
-
- Note
- Implemented as an inline function.