Copyright (c) 2015-2018 Microchip Technology Inc.
and its subsidiaries.
#include "compiler.h"
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) |
void osprint | ( | const char * | s | ) |
References trace_lock, xSemaphoreGive, and xSemaphoreTake.
Referenced by http_request(), sta_task(), and wifi_cb().
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 ap_task(), hard_fault(), os_hif_task(), os_hook_isr(), wifi_cb(), and wilc_netif_rx_callback().
References stdio_serial_init(), trace_lock, and xSemaphoreCreateMutex.
Referenced by configure_console().