Is there a system wide define for the peripheral clock similar to __SYSTEM_CLOCK in the nRF5X SDK 11?
Is there a system wide define for the peripheral clock similar to __SYSTEM_CLOCK in the nRF5X SDK 11?
SystemCoreClock
is a loose standard and the SDKs all seem to have that, __SYSTEM_CLOCK
is just the default value for it (__SYSTEM_CLOCK_64M
in the nRF52)