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 xSemaphoreGive, and xSemaphoreTake.
Referenced by http_request(), sta_task(), and wifi_cb().
void osprint_hex_array | ( | uint8_t * | p, |
int | sz | ||
) |
References xSemaphoreGive, and xSemaphoreTake.
void osprint_sem_give | ( | void | ) |
References xSemaphoreGive.
void osprint_sem_take | ( | void | ) |
References xSemaphoreTake.
void osprintf | ( | const char * | fmt, |
... | |||
) |
References xSemaphoreGive, and xSemaphoreTake.
Referenced by ap_task(), 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_client_task(), iperf_tcp_recv(), iperf_tcp_send(), iperf_tcp_server(), iperf_tcp_task(), iperf_udp_recv(), iperf_udp_send(), iperf_udp_server(), iperf_udp_task(), os_hif_task(), os_hook_isr(), parse_cmd(), start_download(), store_file_packet(), tcp_client(), tcp_server(), udp_client(), udp_server(), wifi_cb(), and wilc_netif_rx_callback().
void osprintf_init | ( | void * | usart, |
const void * | opt | ||
) |
References stdio_serial_init(), and xSemaphoreCreateMutex.
Referenced by configure_console(), and serial_console_init().
xSemaphoreHandle trace_lock |