![]() |
M480 BSP
V3.05.001
The Board Support Package for M480 Series
|
M480 Series SYS Driver 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) |
| 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 Header File.
Definition in file sys.h.
1.8.15