Searched refs:chan_idx (Results 26 – 42 of 42) sorted by relevance
12
/Zephyr-latest/drivers/sensor/adi/adxl362/ |
D | adxl362_decoder.c | 77 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/ |
D | sensor.h | 442 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/ |
D | mmc56x3_decoder.c | 15 if (chan_spec.chan_idx != 0) { in mmc56x3_decoder_get_frame_count()
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | icm42688_decoder.c | 358 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/ |
D | wifi_shell.c | 2152 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/ |
D | lsm6dsv16x_decoder.c | 145 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/ |
D | adxl367_decoder.c | 512 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/ |
D | lll.h | 406 uint8_t chan_idx; member
|
D | pdu.h | 475 uint8_t chan_idx:6; member 481 uint8_t chan_idx:6;
|
D | ull_adv_aux.c | 2486 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()
|
D | ull_scan_aux.c | 760 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/ |
D | hci_vs.h | 279 uint8_t chan_idx; member
|
D | hci_types.h | 3264 uint8_t chan_idx; member
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_test.c | 161 iq_report->chan_idx = test_chan; in create_iq_report()
|
D | lll_scan_aux.c | 306 lll_chan_set(aux_ptr->chan_idx); in lll_scan_aux_isr_aux_setup()
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_api.c | 2174 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/ |
D | hci.c | 3045 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