Copyright (c) 2015-2018 Microchip Technology Inc.
and its subsidiaries.
Functions | |
void | osprint (const char *s) |
void | osprint_hex_array (uint8_t *p, int sz) |
void | osprint_sem_give (void) |
void | osprint_sem_take (void) |
void | osprintf (const char *fmt,...) |
void | osprintf_init (void *usart, const void *opt) |
Variables | |
xSemaphoreHandle | trace_lock |
void osprint | ( | const char * | s | ) |
References trace_lock, xSemaphoreGive, and xSemaphoreTake.
void osprint_hex_array | ( | uint8_t * | p, |
int | sz | ||
) |
References trace_lock, xSemaphoreGive, and xSemaphoreTake.
References trace_lock, and xSemaphoreGive.
References trace_lock, and xSemaphoreTake.
void osprintf | ( | const char * | fmt, |
... | |||
) |
References trace_lock, xSemaphoreGive, and xSemaphoreTake.
Referenced by atCmd_AntDiversity_Handler(), atCmd_ChipInfo_Handler(), atCmd_FileDownload_Handler(), atCmd_HTTPCon_Handler(), atCmd_IPCon_Handler(), atCmd_Iperf_Handler(), atCmd_P2pEnable_Handler(), atCmd_P2pPIN_Handler(), atCmd_TxPwr_Handler(), configure_http_client(), dismantle_http_client(), hard_fault(), http_client_callback(), http_client_send_request(), http_client_timer_callback(), http_connection(), iperf_tcp_recv(), iperf_tcp_send(), iperf_tcp_server(), iperf_udp_recv(), iperf_udp_send(), iperf_udp_server(), os_hif_task(), os_hook_isr(), parse_cmd(), ping_function(), start_download(), store_file_packet(), tcp_client(), tcp_server(), udp_client(), udp_server(), wifi_cb(), and wilc_netif_rx_callback().
References stdio_serial_init(), trace_lock, and xSemaphoreCreateMutex.
Referenced by configure_console().
xSemaphoreHandle trace_lock |
Referenced by osprint(), osprint_hex_array(), osprint_sem_give(), osprint_sem_take(), osprintf(), and osprintf_init().