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 xSemaphoreGive, and xSemaphoreTake.
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.
void osprintf_init | ( | void * | usart, |
const void * | opt | ||
) |
References stdio_serial_init(), and xSemaphoreCreateMutex.