Lines Matching refs:start_time
330 uint32_t start_time; in can_stm32_enter_init_mode() local
333 start_time = k_cycle_get_32(); in can_stm32_enter_init_mode()
336 if (k_cycle_get_32() - start_time > CAN_INIT_TIMEOUT) { in can_stm32_enter_init_mode()
347 uint32_t start_time; in can_stm32_leave_init_mode() local
350 start_time = k_cycle_get_32(); in can_stm32_leave_init_mode()
353 if (k_cycle_get_32() - start_time > CAN_INIT_TIMEOUT) { in can_stm32_leave_init_mode()
363 uint32_t start_time; in can_stm32_leave_sleep_mode() local
366 start_time = k_cycle_get_32(); in can_stm32_leave_sleep_mode()
369 if (k_cycle_get_32() - start_time > CAN_INIT_TIMEOUT) { in can_stm32_leave_sleep_mode()
715 int64_t start_time; in can_stm32_recover() local
740 start_time = k_uptime_ticks(); in can_stm32_recover()
744 k_uptime_ticks() - start_time >= timeout.ticks) { in can_stm32_recover()