![]() |
M480 BSP V3.05.005
The Board Support Package for M480 Series
|
M480 series SYS driver source file. More...
#include "NuMicro.h"
Go to the source code of this file.
Functions | |
void | SYS_ClearResetSrc (uint32_t u32Src) |
Clear reset source. More... | |
uint32_t | SYS_GetBODStatus (void) |
Get Brown-out detector output status. More... | |
uint32_t | SYS_GetResetSrc (void) |
Get reset status register value. More... | |
uint32_t | SYS_IsRegLocked (void) |
Check if register is locked nor not. More... | |
uint32_t | SYS_ReadPDID (void) |
Get product ID. More... | |
void | SYS_ResetChip (void) |
Reset chip with chip reset. More... | |
void | SYS_ResetCPU (void) |
Reset chip with CPU reset. More... | |
void | SYS_ResetModule (uint32_t u32ModuleIndex) |
Reset selected module. More... | |
void | SYS_EnableBOD (int32_t i32Mode, uint32_t u32BODLevel) |
Enable and configure Brown-out detector function. More... | |
void | SYS_DisableBOD (void) |
Disable Brown-out detector function. More... | |
void | SYS_SetPowerLevel (uint32_t u32PowerLevel) |
Set Power Level. More... | |
void | SYS_SetVRef (uint32_t u32VRefCTL) |
Set Reference Voltage. More... | |
M480 series SYS driver source file.
SPDX-License-Identifier: Apache-2.0
Definition in file sys.c.