Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/debug/
Dmipi_stp_decoder.c338 static void notsup_cb(uint64_t data, uint64_t ts) in notsup_cb() function
401 STP_ITEM(STP_NULL_TS, (0xf0, 0x01), 3, 0, true, notsup_cb),
402 STP_ITEM(STP_USER, (0xf0, 0x02), 3, 0, false, notsup_cb),
403 STP_ITEM(STP_USER_TS, (0xf0, 0x03), 3, 0, true, notsup_cb),
404 STP_ITEM(STP_TIME, (0xf0, 0x04), 3, 0, false, notsup_cb),
405 STP_ITEM(STP_TIME_TS, (0xf0, 0x05), 3, 0, true, notsup_cb),
406 STP_ITEM(STP_TRIG, (0xf0, 0x06), 3, 0, false, notsup_cb),
407 STP_ITEM(STP_TRIG_TS, (0xf0, 0x07), 3, 0, true, notsup_cb),
410 STP_ITEM(STP_XSYNC, (0xf0, 0x0a), 3, 0, false, notsup_cb),
411 STP_ITEM(STP_XSYNC_TS, (0xf0, 0x0b), 3, 0, true, notsup_cb),
[all …]