|
YAHAL
Yet Another Hardware Abstraction Library
|
CMSIS Cortex-M4F Device Peripheral Access Layer Header File for MSP432P401R. More...
#include <stdint.h>Go to the source code of this file.
Functions | |
| void | SystemInit (void) |
| Setup the microcontroller system. | |
| void | SystemCoreClockUpdate (void) |
| Updates the SystemCoreClock with current core Clock retrieved from cpu registers. | |
Variables | |
| uint32_t | SystemCoreClock |
CMSIS Cortex-M4F Device Peripheral Access Layer Header File for MSP432P401R.
Definition in file system_msp432p401r.h.
|
extern |
Updates the SystemCoreClock with current core Clock retrieved from cpu registers.
Update SystemCoreClock variable
| none |
Definition at line 352 of file system_msp432p401r.cpp.
|
extern |
Setup the microcontroller system.
Initialize the system
| none |
Performs the following initialization steps:
Definition at line 197 of file system_msp432p401r.cpp.
|
extern |
System Clock Frequency (Core Clock)
Definition at line 171 of file system_msp432p401r.cpp.