Searched refs:ts_buf (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/samples/boards/nordic/clock_skew/src/ |
D | main.c | 69 static char ts_buf[32]; in us_to_text() local 71 return us_to_text_r(rem, ts_buf, sizeof(ts_buf)); in us_to_text()
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_dw1000.c | 454 uint8_t ts_buf[sizeof(uint64_t)] = {0}; in dwt_irq_handle_rx() local 457 memcpy(ts_buf, rx_inf_reg.rx_time, DWT_RX_TIME_RX_STAMP_LEN); in dwt_irq_handle_rx() 458 ts_nsec = (sys_get_le64(ts_buf) * DWT_TS_TIME_UNITS_FS) / 1000000U; in dwt_irq_handle_rx() 863 uint8_t ts_buf[sizeof(uint64_t)] = {0}; in dwt_tx() local 869 ts_buf); in dwt_tx() 870 LOG_DBG("ts hi32 %x", (uint32_t)(sys_get_le64(ts_buf) >> 8)); in dwt_tx() 875 tmp_fs = sys_get_le64(ts_buf) * DWT_TS_TIME_UNITS_FS; in dwt_tx()
|
/Zephyr-latest/subsys/debug/ |
D | mipi_stp_decoder.c | 670 static uint8_t ts_buf[8] __aligned(sizeof(uint64_t)); in mipi_stp_decoder_decode() local 672 uint64_t *ts64 = (uint64_t *)ts_buf; in mipi_stp_decoder_decode() 762 get_nibbles(data, noff, ts_buf, ncnt, ncpy); in mipi_stp_decoder_decode() 766 swap_n(ts_buf, ntotal); in mipi_stp_decoder_decode()
|