Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/debug/
Dmipi_stp_decoder.h37 STP_DECODER_ASYNC, enumerator
60 _type == STP_DECODER_ASYNC ? "ASYNC" : (\
/Zephyr-latest/tests/subsys/debug/mipi_stp_decoder/src/
Dmain.c260 ADD_ITEM(cnt, STP_DECODER_ASYNC, UINT64_MAX, false, (uint8_t)0); in ZTEST()
278 ADD_ITEM(cnt, STP_DECODER_ASYNC, UINT64_MAX, false, (uint8_t)0); in ZTEST()
308 ADD_ITEM(cnt, STP_DECODER_ASYNC, UINT64_MAX, false, (uint8_t)0); in ZTEST()
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c348 case STP_DECODER_ASYNC: in decoder_cb_debug()
373 case STP_DECODER_ASYNC: in decoder_cb()
/Zephyr-latest/subsys/debug/
Dmipi_stp_decoder.c381 cfg.cb(STP_DECODER_ASYNC, dummy, NULL, false); in async_cb()