![]() |
NANO102/112 BSP V3.03.003
The Board Support Package for Nano102/112 Series
|
Nano102/112 Series system control header file. More...
Go to the source code of this file.
Functions | |
__STATIC_INLINE void | SYS_UnlockReg (void) |
Disable register write-protection function. More... | |
__STATIC_INLINE void | SYS_LockReg (void) |
Enable register write-protection function. More... | |
void | SYS_ClearResetSrc (uint32_t u32Src) |
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... | |
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... | |
void | SYS_EnableIRCTrim (uint32_t u32TrimSel, uint32_t u32TrimEnInt) |
This function enable HIRC trim function. More... | |
void | SYS_DisableIRCTrim (void) |
This function disable HIRC trim function. More... | |
Nano102/112 Series system control header file.
Definition in file sys.h.