Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_ll_stm32_v2.c594 bool is_timeout = false; in stm32_i2c_msg_write() local
612 is_timeout = true; in stm32_i2c_msg_write()
616 data->current.is_arlo || is_timeout) { in stm32_i2c_msg_write()
639 if (is_timeout) { in stm32_i2c_msg_write()
652 bool is_timeout = false; in stm32_i2c_msg_read() local
671 is_timeout = true; in stm32_i2c_msg_read()
675 data->current.is_arlo || is_timeout) { in stm32_i2c_msg_read()
698 if (is_timeout) { in stm32_i2c_msg_read()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhandlers.py1066 def _update_instance_info(self, harness, is_timeout): argument
1070 if is_timeout:
1101 is_timeout = False
1120 is_timeout = True
1146 self._update_instance_info(harness, is_timeout)
1247 def _update_instance_info(self, harness, is_timeout): argument
1251 if is_timeout:
1394 is_timeout = False
1431 self._update_instance_info(harness, is_timeout)
/Zephyr-latest/kernel/include/
Dksched.h240 void z_sched_wake_thread(struct k_thread *thread, bool is_timeout);
/Zephyr-latest/kernel/
Dsched.c611 void z_sched_wake_thread(struct k_thread *thread, bool is_timeout) in z_sched_wake_thread() argument
618 bool do_nothing = thread->no_wake_on_timeout && is_timeout; in z_sched_wake_thread()
/Zephyr-latest/scripts/tests/twister/
Dtest_handlers.py1714 is_timeout, argument
1727 handler._update_instance_info(mocked_harness, is_timeout)