Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 47 lines (39 sloc) 1.43 KB
/***************************************************************************//**
* \file cy_qistack_console.h
* \version 2.0
*
* Header file of Qi Debug logger.
*
********************************************************************************
* \copyright
* Copyright 2022-2023, Cypress Semiconductor Corporation. All rights reserved.
* You may use this file only in accordance with the license, terms, conditions,
* disclaimers, and limitations in the end user license agreement accompanying
* the software package with which this file was provided.
*******************************************************************************/
#ifndef QISTACK_DEVELOP_CY_QISTACK_CONSOLE_H_
#define QISTACK_DEVELOP_CY_QISTACK_CONSOLE_H_
#include "cy_usbpd_config_table.h"
#include "cy_qistack_common.h"
#include <stdarg.h>
/**
* \addtogroup group_qistack_console_functions
* \{
*/
/*******************************************************************************
* Function Name: Cy_Console_RingBuf_Init
******************************************************************************
*
* This function initiaizes ring buffer used for UART Console
*
* \param qiCtx
* QiStack Library Context pointer.
*
* \return
* None
*
*******************************************************************************/
void Cy_Console_RingBuf_Init(cy_stc_qi_context_t *qiCtx);
/** \} group_qistack_console_functions */
#endif /* QISTACK_DEVELOP_CY_QISTACK_CONSOLE_H_ */
/* [] END OF FILE */