Home
last modified time | relevance | path

Searched refs:trace_lock (Results 1 – 1 of 1) sorted by relevance

/bsp/samd21/sam_d2x_asflib/common/utils/osprintf/
A Dosprintf.c50 xSemaphoreHandle trace_lock; variable
54 trace_lock = xSemaphoreCreateMutex(); in osprintf_init()
62 xSemaphoreTake(trace_lock, portMAX_DELAY); in osprintf()
64 xSemaphoreGive(trace_lock); in osprintf()
70 xSemaphoreTake(trace_lock, portMAX_DELAY); in osprint()
72 xSemaphoreGive(trace_lock); in osprint()
77 xSemaphoreTake(trace_lock, portMAX_DELAY); in osprint_hex_array()
92 xSemaphoreGive(trace_lock); in osprint_hex_array()
97 xSemaphoreTake(trace_lock, portMAX_DELAY); in osprint_sem_take()
102 xSemaphoreGive(trace_lock); in osprint_sem_give()

Completed in 17 milliseconds