Home
last modified time | relevance | path

Searched refs:channel (Results 651 – 675 of 1368) sorted by relevance

1...<<21222324252627282930>>...55

/Zephyr-latest/samples/subsys/usb_c/sink/boards/
Dnumaker_m2l31ki.overlay60 io-channel-names = "chn-vbus";
78 channel@15 {
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Diso.rst41 3. [Central] Connect ISO channel:
58 5. Disconnect ISO channel:
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dattributes.rst10 Common configuration parameters like channel scale, sampling frequency, adjusting
11 channel offsets, signal filtering, power modes, on chip buffers, and event
/Zephyr-latest/drivers/dac/
Ddac_mcux_gau.c73 uint8_t channel, uint32_t value) in nxp_gau_dac_write_value() argument
78 (uint32_t)convert_channel_id(channel), in nxp_gau_dac_write_value()
Ddac_ad569x.c113 static int ad569x_write_value(const struct device *dev, uint8_t channel, uint32_t value) in ad569x_write_value() argument
117 if (channel > 0) { in ad569x_write_value()
118 LOG_ERR("invalid channel %d", channel); in ad569x_write_value()
Ddac_dacx0508.c176 static int dacx0508_write_value(const struct device *dev, uint8_t channel, in dacx0508_write_value() argument
184 if (channel > DACX0508_MAX_CHANNEL - 1) { in dacx0508_write_value()
185 LOG_ERR("unsupported channel %d", channel); in dacx0508_write_value()
189 if (!(data->configured & BIT(channel))) { in dacx0508_write_value()
203 ret = dacx0508_reg_write(dev, DACX0508_REG_DAC0 + channel, regval); in dacx0508_write_value()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c33 int channel; member
355 NET_DBG("ch %u sec %u", params->channel, params->security); in wifi_connect()
371 ((params->channel != WIFI_CHANNEL_ANY) && in wifi_connect()
372 (params->channel > WIFI_CHANNEL_MAX)) || in wifi_connect()
520 params.band_chan[i].channel = roaming_params.neighbor_rep.neighbor_ap[i].channel; in wifi_neighbor_rep_complete()
521 if (params.band_chan[i].channel > 14) { in wifi_neighbor_rep_complete()
543 int op_class, channel, phy_type; in wifi_mgmt_raise_neighbor_rep_recv_event() local
555 event, bssid, bssid_info, &op_class, &channel, &phy_type) == 6) { in wifi_mgmt_raise_neighbor_rep_recv_event()
567 if (roaming_params.neighbor_rep.neighbor_ap[i].channel == channel) { in wifi_mgmt_raise_neighbor_rep_recv_event()
586 roaming_params.neighbor_rep.neighbor_ap[idx].channel = channel; in wifi_mgmt_raise_neighbor_rep_recv_event()
[all …]
Dwifi_shell.c202 context.scan_result, ssid_print, entry->ssid_length, entry->channel, in handle_wifi_scan_result()
215 int channel; in wifi_freq_to_channel() local
218 channel = 14; in wifi_freq_to_channel()
220 channel = ((frequency - 2412) / 5) + 1; in wifi_freq_to_channel()
222 channel = ((frequency - 5180) / 5) + 36; in wifi_freq_to_channel()
224 channel = ((frequency - 5500) / 5) + 100; in wifi_freq_to_channel()
226 channel = ((frequency - 5745) / 5) + 149; in wifi_freq_to_channel()
228 channel = frequency; in wifi_freq_to_channel()
231 return channel; in wifi_freq_to_channel()
254 int channel; in handle_wifi_raw_scan_result() local
[all …]
/Zephyr-latest/boards/shields/mikroe_adc_click/
Dmikroe_adc_click.overlay16 #io-channel-cells = <1>;
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/
Desp32s3_touch_lcd_1_28.overlay17 channel@0 {
Dnucleo_h563zi.overlay18 channel@3 {
Drpi_pico.overlay17 channel@0 {
Dslstk3402a.overlay17 channel@3 {
Dnrf51dk_nrf51822.overlay18 channel@0 {
/Zephyr-latest/tests/drivers/w1/w1_api/
Dds2482-800.overlay16 compatible = "maxim,ds2482-800-channel";
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/boards/
Dfrdm_kl25z.overlay20 channel@12 {
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_npcx.c25 int channel; member
31 .channel = DT_PROP(node_id, pwm_channel), \
91 if (periph->group == pwm_pinctrl_cfg[i].channel) { in npcx_periph_pwm_drive_mode_configure()
/Zephyr-latest/samples/boards/nordic/battery/src/
Dbattery.c39 uint8_t channel; member
127 + iocp->channel; in divider_setup()
138 LOG_INF("Setup AIN%u got %d", iocp->channel, rc); in divider_setup()
/Zephyr-latest/samples/drivers/adc/adc_sequence/
DREADME.rst23 Make sure that the ADC is enabled (``status = "okay";``) and has each channel as a
53 - ADC_0, channel 0, 5 sequence samples:
59 - ADC_0, channel 1, 5 sequence samples:
/Zephyr-latest/dts/riscv/openisa/
Drv32m1_ri5cy.dtsi43 * The system timer (assumed at LPTMR0) is placed on channel 0, and peripherals
44 * are in channel 1. This can be overridden with overlays, e.g. to manage IRQ
48 * Each enabled channel requires 256 bytes in _sw_isr_table, so the savings for
/Zephyr-latest/tests/drivers/adc/adc_api/boards/
Dsam_e70_xplained_same70q21.overlay17 channel@0 {
Dsam_e70_xplained_same70q21b.overlay17 channel@0 {
Dsam_v71_xult_samv71q21.overlay17 channel@0 {
Dsam_v71_xult_samv71q21b.overlay17 channel@0 {
/Zephyr-latest/dts/arm/gd/gd32f3x0/
Dgd32f350.dtsi19 #io-channel-cells = <1>;

1...<<21222324252627282930>>...55