Searched refs:ttcko (Results 1 – 1 of 1) sorted by relevance
396 int32_t ttcko; in dwt_irq_handle_rx() local431 ttcko = sys_get_le32(rx_inf_reg.rx_ttcko) & DWT_RX_TTCKO_RXTOFS_MASK; in dwt_irq_handle_rx()433 if (ttcko & BIT(18)) { in dwt_irq_handle_rx()434 ttcko |= ~DWT_RX_TTCKO_RXTOFS_MASK; in dwt_irq_handle_rx()441 LOG_DBG("ttcko %d ttcki: 0x%08x", ttcko, ttcki); in dwt_irq_handle_rx()
Completed in 7 milliseconds