lib/logger/uart_adapts/uart_inits.h¶
Functions¶
| Name | |
|---|---|
| void | CFBD_InitLoggerWithUART(CFBD_Logger * logger, CFBD_UARTHandle * uart_handle, cfbd_log_level_t filter_level, CFBD_Bool async_ok) |
Functions Documentation¶
function CFBD_InitLoggerWithUART¶
void CFBD_InitLoggerWithUART(
CFBD_Logger * logger,
CFBD_UARTHandle * uart_handle,
cfbd_log_level_t filter_level,
CFBD_Bool async_ok
)
Source code¶
#pragma once
#include "cfbd_log.h"
#include "uart.h"
void CFBD_InitLoggerWithUART(CFBD_Logger* logger,
CFBD_UARTHandle* uart_handle,
cfbd_log_level_t filter_level,
CFBD_Bool async_ok);
Updated on 2026-02-03 at 13:21:55 +0000