/Zephyr-latest/samples/subsys/usb_c/sink/boards/ |
D | numaker_m2l31ki.overlay | 60 io-channel-names = "chn-vbus"; 78 channel@15 {
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | iso.rst | 41 3. [Central] Connect ISO channel: 58 5. Disconnect ISO channel:
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | attributes.rst | 10 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/ |
D | dac_mcux_gau.c | 73 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()
|
D | dac_ad569x.c | 113 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()
|
D | dac_dacx0508.c | 176 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/ |
D | wifi_mgmt.c | 33 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 …]
|
D | wifi_shell.c | 202 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/ |
D | mikroe_adc_click.overlay | 16 #io-channel-cells = <1>;
|
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/ |
D | esp32s3_touch_lcd_1_28.overlay | 17 channel@0 {
|
D | nucleo_h563zi.overlay | 18 channel@3 {
|
D | rpi_pico.overlay | 17 channel@0 {
|
D | slstk3402a.overlay | 17 channel@3 {
|
D | nrf51dk_nrf51822.overlay | 18 channel@0 {
|
/Zephyr-latest/tests/drivers/w1/w1_api/ |
D | ds2482-800.overlay | 16 compatible = "maxim,ds2482-800-channel";
|
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/boards/ |
D | frdm_kl25z.overlay | 20 channel@12 {
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_npcx.c | 25 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/ |
D | battery.c | 39 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/ |
D | README.rst | 23 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/ |
D | rv32m1_ri5cy.dtsi | 43 * 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/ |
D | sam_e70_xplained_same70q21.overlay | 17 channel@0 {
|
D | sam_e70_xplained_same70q21b.overlay | 17 channel@0 {
|
D | sam_v71_xult_samv71q21.overlay | 17 channel@0 {
|
D | sam_v71_xult_samv71q21b.overlay | 17 channel@0 {
|
/Zephyr-latest/dts/arm/gd/gd32f3x0/ |
D | gd32f350.dtsi | 19 #io-channel-cells = <1>;
|