Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/common/src/
Dnct.c464 int t_slot; in nct_new_thread() local
466 t_slot = ttable_get_empty_slot(this); in nct_new_thread()
467 tt_el = ttable_get_element(this, t_slot); in nct_new_thread()
474 tt_el->thread_idx = t_slot; in nct_new_thread()
484 t_slot, in nct_new_thread()
487 return t_slot; in nct_new_thread()
/Zephyr-latest/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, \