You are viewing documentation for version:
5.8
|
5.9
(latest) |
Version History
-
Module
INT
-
These functions are deprecated and marked for removal in a later release. Use the
CORE
module instead. See
Porting from em_int
for information on how to convert existing code bases to use
CORE
.
-
globalScope> Global
INT_Disable
(void)
-
Deprecated and marked for removal in a later release. Use new CORE module instead.
-
globalScope> Global
INT_Enable
(void)
-
Deprecated and marked for removal in a later release. Use the new CORE module instead.
-
Module
NVM
-
This driver is deprecated and marked for removal in a later release. New code should use
NVM3
.
-
globalScope> Global
setupSWOForPrint
-
Use
RETARGET_SwoInit
instead
-
globalScope> Global
SLEEP_Init
(SLEEP_CbFuncPtr_t pSleepCb, SLEEP_CbFuncPtr_t pWakeUpCb)
-
New code should use the
SLEEP_InitEx
function for initializing the sleep module.
-
globalScope> Global
UARTDRV_Init
(UARTDRV_Handle_t handle,
UARTDRV_InitUart_t
*initData)
-
Deprecated; Use
UARTDRV_InitUart()
instead.