Home
last modified time | relevance | path

Searched refs:channel (Results 501 – 525 of 1368) sorted by relevance

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

/Zephyr-latest/include/zephyr/drivers/mfd/
Dad559x.h107 int mfd_ad559x_read_adc_chan(const struct device *dev, uint8_t channel, uint16_t *result);
119 int mfd_ad559x_write_dac_chan(const struct device *dev, uint8_t channel, uint16_t value);
/Zephyr-latest/tests/drivers/adc/adc_api/boards/
Dcy8cproto_062_4343w.overlay21 channel@0 {
30 channel@1 {
Dcy8cproto_063_ble.overlay21 channel@0 {
30 channel@1 {
/Zephyr-latest/drivers/sensor/
Ddefault_rtio_sensor.c314 static int get_frame_count(const uint8_t *buffer, struct sensor_chan_spec channel, in get_frame_count() argument
319 switch (channel.chan_type) { in get_frame_count()
321 channel.chan_type = SENSOR_CHAN_ACCEL_X; in get_frame_count()
324 channel.chan_type = SENSOR_CHAN_GYRO_X; in get_frame_count()
327 channel.chan_type = SENSOR_CHAN_MAGN_X; in get_frame_count()
330 channel.chan_type = SENSOR_CHAN_POS_DX; in get_frame_count()
336 if (sensor_chan_spec_eq(header->channels[i], channel)) { in get_frame_count()
345 int sensor_natively_supported_channel_size_info(struct sensor_chan_spec channel, size_t *base_size, in sensor_natively_supported_channel_size_info() argument
351 if (channel.chan_type >= SENSOR_CHAN_ALL) { in sensor_natively_supported_channel_size_info()
355 switch (channel.chan_type) { in sensor_natively_supported_channel_size_info()
/Zephyr-latest/dts/arm/renesas/ra/ra4/
Dr7fa4m2ax.dtsi51 channel = <1>;
65 channel = <2>;
79 channel = <3>;
93 channel = <4>;
99 channel-count = <13>;
100 channel-available-mask = <0x139ff>;
106 channel = <RA_PWM_CHANNEL_2>;
116 channel = <RA_PWM_CHANNEL_3>;
126 channel = <RA_PWM_CHANNEL_6>;
136 channel = <RA_PWM_CHANNEL_7>;
/Zephyr-latest/drivers/sensor/tsic_xx6/
Dtsic_xx6.c82 static void tsic_xx6_pwm_callback(const struct device *dev, uint32_t channel, in tsic_xx6_pwm_callback() argument
92 if (dev != config->pwm.dev || channel != config->pwm.channel) { in tsic_xx6_pwm_callback()
225 rc = pwm_get_cycles_per_sec(config->pwm.dev, config->pwm.channel, &tmp); in tsic_xx6_get_frame_cycles()
254 rc = pwm_configure_capture(config->pwm.dev, config->pwm.channel, in tsic_xx6_init()
264 rc = pwm_enable_capture(config->pwm.dev, config->pwm.channel); in tsic_xx6_init()
/Zephyr-latest/subsys/net/lib/config/
Dieee802154_settings.c22 uint16_t channel = CONFIG_NET_CONFIG_IEEE802154_CHANNEL; in z_net_config_ieee802154_setup() local
57 iface, &channel, sizeof(uint16_t)) || in z_net_config_ieee802154_setup()
/Zephyr-latest/drivers/pwm/
Dpwm_xlnx_axi_timer.c65 static int xlnx_axi_timer_set_cycles(const struct device *dev, uint32_t channel, in xlnx_axi_timer_set_cycles() argument
75 if (channel != 0) { in xlnx_axi_timer_set_cycles()
164 uint32_t channel, uint64_t *cycles) in xlnx_axi_timer_get_cycles_per_sec() argument
168 ARG_UNUSED(channel); in xlnx_axi_timer_get_cycles_per_sec()
DKconfig.nrf_sw16 GPIOTE channel and two PPI/DPPI channels and per pin.
19 channel and two or three (when the fork feature is not available)
/Zephyr-latest/drivers/misc/renesas_ra_external_interrupt/
Drenesas_ra_external_interrupt.c32 unsigned int channel; member
143 .channel = DT_INST_PROP(index, channel), \
155 UTIL_CAT(ELC_EVENT_ICU_IRQ, DT_INST_PROP(index, channel)); \
/Zephyr-latest/drivers/dac/
Ddac_mcux_dac32.c67 static int mcux_dac32_write_value(const struct device *dev, uint8_t channel, in mcux_dac32_write_value() argument
78 if (channel != 0) { in mcux_dac32_write_value()
79 LOG_ERR("unsupported channel %d", channel); in mcux_dac32_write_value()
/Zephyr-latest/drivers/i2s/
DKconfig.esp3220 Max number of blocks waiting to be read from the I2S RX channel.
26 Max number of blocks waiting to be transmitted by the I2S TX channel.
/Zephyr-latest/tests/drivers/pwm/pwm_loopback/boards/
Dnucleo_h743zi.overlay36 * the four-channel-capture-support in this test.
38 four-channel-capture-support;
/Zephyr-latest/include/zephyr/bluetooth/classic/
Drfcomm.h113 uint8_t channel; member
155 uint8_t channel);
/Zephyr-latest/drivers/audio/
Dmpxxdtyy.c61 cfg->channel.req_num_chan); in sw_filter_lib_init()
73 for (i = 0; i < cfg->channel.req_num_chan; i++) { in sw_filter_lib_init()
78 pdm_filter[i].Out_MicChannels = cfg->channel.req_num_chan; in sw_filter_lib_init()
79 pdm_filter[i].In_MicChannels = cfg->channel.req_num_chan; in sw_filter_lib_init()
/Zephyr-latest/tests/drivers/build_all/sensor/
Dadc.dtsi23 io-channel-names = "VOLTAGE";
33 io-channel-names = "CURRENT_AMP";
54 #io-channel-cells = <1>;
125 dac-channel-id = <2>;
/Zephyr-latest/dts/arm/st/g4/
Dstm32g473.dtsi36 #io-channel-cells = <1>;
52 #io-channel-cells = <1>;
77 #io-channel-cells = <1>;
85 #io-channel-cells = <1>;
/Zephyr-latest/doc/hardware/peripherals/
Ddma.rst27 From an API point of view, a DMA channel is a single-owner object, meaning the drivers should not
28 attempt to wrap a channel with kernel synchronization primitives such as mutexes or semaphores. If
33 it may be very useful to start/stop/suspend/resume/reload a channel transfer.
40 ISR-allowable calls. Many drivers choose to create a simple static descriptor array per channel with
47 the form of API calls. Every driver is expected to maintain its own channel state tracking. The busy
48 state of the channel should be inspectable at any time with :c:func:`dma_get_status()`.
/Zephyr-latest/drivers/mipi_dsi/
Ddsi_mcux_2l.c68 void *user_data, uint32_t channel, int status) in dsi_mcux_dma_cb() argument
87 static int dsi_mcux_tx_color(const struct device *dev, uint8_t channel, in dsi_mcux_tx_color() argument
104 if (channel != 0) { in dsi_mcux_tx_color()
156 static int dsi_mcux_tx_color(const struct device *dev, uint8_t channel, in dsi_mcux_tx_color() argument
163 .virtualChannel = channel, in dsi_mcux_tx_color()
218 uint8_t channel, in dsi_mcux_attach() argument
361 static int dsi_mcux_detach(const struct device *dev, uint8_t channel, in dsi_mcux_detach() argument
379 static ssize_t dsi_mcux_transfer(const struct device *dev, uint8_t channel, in dsi_mcux_transfer() argument
387 dsi_xfer.virtualChannel = channel; in dsi_mcux_transfer()
419 ret = dsi_mcux_tx_color(dev, channel, msg); in dsi_mcux_transfer()
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/
Dnrf5340_audio_dk_nrf5340_cpuapp_common.dtsi30 #io-channel-cells = <1>;
31 io-channel-map = <0 &adc 1>, /* A0 = P0.4 = AIN1 */
97 channel@0 {
248 mic-channel-l;
249 mic-channel-r;
252 hp-channel-l;
253 hp-channel-r;
/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx.dtsi254 pwm-channel = <0>;
263 pwm-channel = <1>;
272 pwm-channel = <2>;
281 pwm-channel = <3>;
290 pwm-channel = <4>;
299 pwm-channel = <5>;
308 pwm-channel = <6>;
317 pwm-channel = <7>;
325 #io-channel-cells = <1>;
474 compatible = "nuvoton,npcx-ps2-channel";
[all …]
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_mgmt.c169 for (uint16_t channel = supported_channels->ranges[channel_range].from_channel; in ieee802154_scan() local
170 channel <= supported_channels->ranges[channel_range].to_channel; channel++) { in ieee802154_scan()
171 if (IEEE802154_IS_CHAN_UNSCANNED(scan->channel_set, channel)) { in ieee802154_scan()
175 scan->channel = channel; in ieee802154_scan()
176 NET_DBG("Scanning channel %u", channel); in ieee802154_scan()
177 ieee802154_radio_set_channel(iface, channel); in ieee802154_scan()
214 ieee802154_radio_set_channel(iface, ctx->channel); in ieee802154_scan()
534 if (ieee802154_radio_set_channel(iface, req->channel)) { in ieee802154_associate()
536 NET_ERR("Could not associate: cannot set channel %d", req->channel); in ieee802154_associate()
613 ctx->channel = req->channel; in ieee802154_associate()
[all …]
/Zephyr-latest/drivers/spi/
Dspi_gd32.c45 uint32_t channel; member
248 uint32_t channel, int status);
309 ret = dma_config(dma->dev, dma->channel, dma_cfg); in spi_gd32_dma_setup()
315 ret = dma_start(dma->dev, dma->channel); in spi_gd32_dma_setup()
333 dma_get_status(cfg->dma[i].dev, cfg->dma[i].channel, &stat); in spi_gd32_start_dma_transceive()
347 dma_stop(cfg->dma[i].dev, cfg->dma[i].channel); in spi_gd32_start_dma_transceive()
464 dma_stop(cfg->dma[i].dev, cfg->dma[i].channel); in spi_gd32_complete()
506 uint32_t channel, int status) in spi_gd32_dma_callback() argument
515 LOG_ERR("dma:%p ch:%d callback gets error: %d", dma_dev, channel, in spi_gd32_dma_callback()
523 channel == cfg->dma[i].channel) { in spi_gd32_dma_callback()
[all …]
/Zephyr-latest/drivers/adc/
DKconfig.nrfx21 Number of ADC channels to be supported by the driver. Each channel
23 to be used when sampling this channel.
/Zephyr-latest/boards/snps/em_starterkit/support/
Dopenocd.cfg5 # channel 1 does not have any functionality
6 ftdi channel 0

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