Home
last modified time | relevance | path

Searched refs:chan_idx (Results 26 – 42 of 42) sorted by relevance

12

/Zephyr-latest/drivers/sensor/adi/adxl362/
Dadxl362_decoder.c77 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in adxl362_decode_stream()
225 if (chan_spec.chan_idx != 0) { in adxl362_decoder_get_frame_count()
/Zephyr-latest/include/zephyr/drivers/
Dsensor.h442 uint16_t chan_idx; /**< A sensor channel index */ member
463 chan_spec0.chan_idx == chan_spec1.chan_idx; in sensor_chan_spec_eq()
576 .channel = {.chan_type = (channel_type_), .chan_idx = (channel_index_)}, \
/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3_decoder.c15 if (chan_spec.chan_idx != 0) { in mmc56x3_decoder_get_frame_count()
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_decoder.c358 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in icm42688_fifo_decode()
468 if (max_count == 0 || chan_spec.chan_idx != 0) { in icm42688_one_shot_decode()
590 if (chan_spec.chan_idx != 0) { in icm42688_decoder_get_frame_count()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c2152 int ret, chan_idx = 0; in cmd_wifi_reg_domain() local
2216 for (chan_idx = 0; chan_idx < regd.num_channels; chan_idx++) { in cmd_wifi_reg_domain()
2218 wifi_freq_to_channel(chan_info[chan_idx].center_frequency), in cmd_wifi_reg_domain()
2219 chan_info[chan_idx].center_frequency, in cmd_wifi_reg_domain()
2220 chan_info[chan_idx].supported ? "y" : "n", in cmd_wifi_reg_domain()
2221 chan_info[chan_idx].max_power, in cmd_wifi_reg_domain()
2222 chan_info[chan_idx].passive_only ? "y" : "n", in cmd_wifi_reg_domain()
2223 chan_info[chan_idx].dfs ? "y" : "n"); in cmd_wifi_reg_domain()
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/
Dlsm6dsv16x_decoder.c145 if (chan_spec.chan_idx != 0) { in lsm6dsv16x_decoder_get_frame_count()
555 if (max_count == 0 || chan_spec.chan_idx != 0) { in lsm6dsv16x_decode_sample()
/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367_decoder.c512 if ((uintptr_t)buffer_end <= *fit || chan_spec.chan_idx != 0) { in adxl367_decode_stream()
611 if (chan_spec.chan_idx != 0) { in adxl367_decoder_get_frame_count()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll.h406 uint8_t chan_idx; member
Dpdu.h475 uint8_t chan_idx:6; member
481 uint8_t chan_idx:6;
Dull_adv_aux.c2486 aux_ptr->chan_idx = 0U; in ull_adv_aux_ptr_fill()
3179 aux_ptr->chan_idx = lll_chan_sel_2(chan_counter, in ull_adv_aux_lll_auxptr_fill()
3316 aux_ptr->chan_idx = lll_chan_sel_2(chan_counter, in mfy_aux_offset_get()
Dull_scan_aux.c760 lll_aux->chan = aux_ptr->chan_idx; in ull_scan_aux_setup()
2073 lll_aux->chan = aux_ptr->chan_idx; in ull_scan_aux_setup()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_vs.h279 uint8_t chan_idx; member
Dhci_types.h3264 uint8_t chan_idx; member
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_test.c161 iq_report->chan_idx = test_chan; in create_iq_report()
Dlll_scan_aux.c306 lll_chan_set(aux_ptr->chan_idx); in lll_scan_aux_isr_aux_setup()
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c2174 uint8_t index, index_max, chan_idx, ch_offset = 0; local
2201 chan_idx = params->channel;
2203 if ((chan_idx >= (center_freq[index] - ch_offset)) &&
2204 (chan_idx <= (center_freq[index] + ch_offset))) {
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c3045 sep->chan_idx = iq_report->chan_idx; in le_df_connectionless_iq_report()
3176 sep->data_chan_idx = iq_report->chan_idx; in le_df_connection_iq_report()
5385 sep->chan_idx = iq_report->chan_idx;
5471 sep->data_chan_idx = iq_report->chan_idx;
7283 aux_ptr->chan_idx, aux_ptr->ca,
7799 aux_ptr->chan_idx, aux_ptr->ca,

12