MCUXpresso SDK API Reference Manual  Rev 2.15.000
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Log backend debug console

Overview

This chapter describes the log backend debug console. All APIs provided by the component should be called explicitly by up layer. For examples, if the debug console is used as backend of the log component, the function LOG_InitBackendDebugconsole should be called explicitly.

Functions

void LOG_InitBackendDebugconsole (void)
 Initializes the backend debugconsole for log component. More...
 
void LOG_DeinitBackendDebugconsole (void)
 De-initializes the backend debugconsole for log component. More...
 

Function Documentation

void LOG_InitBackendDebugconsole ( void  )

This function initializes the backend debugconsole for log component. The function should be called in application layer. The function should be called after the log component has been initialized (the function LOG_Init has been called).

void LOG_DeinitBackendDebugconsole ( void  )

This function de-initializes the backend debugconsole for log component.