Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/arch/posix/core/
Dposix_core.c359 int t_slot; in posix_new_thread() local
361 t_slot = ttable_get_empty_slot(); in posix_new_thread()
362 threads_table[t_slot].state = USED; in posix_new_thread()
363 threads_table[t_slot].running = false; in posix_new_thread()
364 threads_table[t_slot].thead_cnt = thread_create_count++; in posix_new_thread()
365 threads_table[t_slot].t_status = ptr; in posix_new_thread()
371 PC_SAFE_CALL(pthread_create(&threads_table[t_slot].thread, in posix_new_thread()
374 (void *)(intptr_t)t_slot)); in posix_new_thread()
378 threads_table[t_slot].thead_cnt, in posix_new_thread()
379 t_slot, in posix_new_thread()
[all …]
/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/
Dnct.c462 int t_slot; in nct_new_thread() local
464 t_slot = ttable_get_empty_slot(this); in nct_new_thread()
465 tt_el = ttable_get_element(this, t_slot); in nct_new_thread()
472 tt_el->thread_idx = t_slot; in nct_new_thread()
482 t_slot, in nct_new_thread()
485 return t_slot; in nct_new_thread()
/Zephyr-Core-3.6.0/drivers/w1/
Dw1_ds2477_85_common.c128 uint16_t delay_us = cfg->mode_timing[data->master_reg.od_active].t_slot; in ds2477_85_read_bit()
144 uint16_t delay_us = cfg->mode_timing[data->master_reg.od_active].t_slot; in ds2477_85_write_bit()
161 uint16_t delay_us = cfg->mode_timing[data->master_reg.od_active].t_slot * 8; in ds2477_85_read_byte()
177 uint16_t delay_us = cfg->mode_timing[data->master_reg.od_active].t_slot * 8; in ds2477_85_write_byte()
193 int w1_timing = cfg->mode_timing[data->master_reg.od_active].t_slot * 8 * tx_len; in ds2477_85_write_block()
230 int w1_timing = cfg->mode_timing[data->master_reg.od_active].t_slot * 8 * rx_len; in ds2477_85_read_block()
Dw1_ds2477_85_common.h176 uint16_t t_slot; member
244 .t_slot = DS2477_85_STD_SPD_T_SLOT_us, \
248 .t_slot = DS2477_85_OVD_SPD_T_SLOT_us, \