NUC472_NUC442_BSP V3.03.005
The Board Support Package for NUC472/NUC442
Functions
sys.c File Reference

NUC472/NUC442 SYS driver source file. More...

#include "NUC472_442.h"
Include dependency graph for sys.c:

Go to the source code of this file.

Functions

void SYS_ClearResetSrc (uint32_t u32RstSrc)
 This function clear the selected system reset source. More...
 
uint32_t SYS_GetBODStatus ()
 This function get Brown-out detector output status. More...
 
uint32_t SYS_GetResetSrc (void)
 This function get the system reset source register value. More...
 
uint32_t SYS_IsRegLocked (void)
 This function check register write-protection bit setting. More...
 
void SYS_LockReg (void)
 This function enable register write-protection function. More...
 
void SYS_UnlockReg (void)
 This function disable register write-protection function. More...
 
uint32_t SYS_ReadPDID (void)
 This function get product ID. More...
 
void SYS_ResetChip (void)
 This function reset chip. More...
 
void SYS_ResetCPU (void)
 This function reset CPU. More...
 
void SYS_ResetModule (uint32_t u32ModuleIndex)
 This function reset selected modules. More...
 
void SYS_EnableBOD (int32_t i32Mode, uint32_t u32BODLevel)
 This function configure BOD function. Configure BOD reset or interrupt mode and set Brown-out voltage level. Enable Brown-out function. More...
 
void SYS_DisableBOD (void)
 This function disable BOD function. More...
 

Detailed Description

NUC472/NUC442 SYS driver source file.

Version
V1.00
Revision
16
Date
15/10/21 1:39p
Note
SPDX-License-Identifier: Apache-2.0 Copyright (C) 2013 Nuvoton Technology Corp. All rights reserved.

Definition in file sys.c.