10#include <component/pmc.h>
52 for (uint8_t index = 0; index < 16; index++)
54 iprintf(
"%02x", val[index]);
82 static volatile uint32_t depth;
153void DrivePCK(uint8_t prescaler = 1, uint8_t clkSource = PMC_PCK_CSS_MCK);
uint32_t SetPLL(uint8_t multiplier)
Sets PLL to adjust system clock speed, primarily used for power reduction.
uint32_t SetMCKDivider(uint8_t divider)
Sets Master Clock prescaler (PRES) in the MCKR register to adjust system clock speed....
void DrivePCK(uint8_t prescaler=1, uint8_t clkSource=PMC_PCK_CSS_MCK)
Enables external CPU clock signal on J1[31].
void DisablePCK()
Disables external CPU clock signal on J1[31].
void EnableExtBusBuff(bool enable)
Enable External Bus Interface Buffers.
GPIO Pin Class.
Definition coldfire/cpu/MCF5441X/include/cpu_pins.h:15
Get the 128-bit Unique Identifier.
Definition MODM7AE70/include/bsp.h:22
const uint8_t * GetUniqueIdentifier()
Will attempt to read the Unique Identifier from flash memory.
void Print()
Print the 128-bit UniqueID in hex to serial.
Definition MODM7AE70/include/bsp.h:49
UniqueIdentifier()
Create a UniqueIdentifier object and read the Unique Identifier from flash memory.
Definition MODM7AE70/include/bsp.h:37
const uint8_t * GetBuffer()
Get a pointer to the buffer containing the uniqueID.
Definition MODM7AE70/include/bsp.h:44
NetBurner PinIO for ARM MIMXRT10xx (SOMRT1061)