![]() |
![]() |
|
CC23x0R5DriverLibrary
|
#include <stdbool.h>#include <stdint.h>#include "../inc/hw_types.h"#include "../inc/hw_memmap.h"#include "../inc/hw_pmctl.h"#include "../cmsis/cc23x0r5.h"#include "../cmsis/core/core_cm0plus.h"
Go to the source code of this file.
Functions | |
| __STATIC_INLINE uint32_t | PMCTLGetResetReason (void) |
| Get the reason for the system reset. More... | |
| __STATIC_INLINE void | PMCTLResetSystem (void) |
| Issue a system reset. More... | |
| __STATIC_INLINE void | PMCTLSetVoltageRegulator (uint32_t regulator) |
| Set the VDDR regulator. More... | |
| __STATIC_INLINE uint32_t | PMCTLGetVoltageRegulator (void) |
| Get the current VDDR regulator. More... | |