Home
last modified time | relevance | path

Searched refs:channel (Results 1026 – 1050 of 1368) sorted by relevance

1...<<41424344454647484950>>...55

/Zephyr-latest/doc/services/debugging/
Dmipi_stp_decoder.rst11 without timestamp), stream recognition (master and channel), synchronization (ASYNC opcode) and
/Zephyr-latest/boards/st/stm32c0116_dk/
Dstm32c0116_dk.dts151 channel@8 {
/Zephyr-latest/samples/drivers/led/pwm/boards/
Dmec172xevb_assy6906.overlay27 /* struct pwm_dt_spec: phandle channel period(ns) flags */
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst112 out-of-band channel during the pairing. If the devices have a sufficient
113 user interface this "channel" is the user itself. The capabilities of
218 of the PDU length and the channel ID. The second rectangle represents
233 and its made of the PDU length and the channel ID. The second rectangle
244 octets and its made of the PDU length and the channel ID. The second
/Zephyr-latest/dts/arm/gd/gd32f403/
Dgd32f403.dtsi159 #io-channel-cells = <1>;
170 #io-channel-cells = <1>;
181 #io-channel-cells = <1>;
/Zephyr-latest/drivers/serial/
Duart_mcux_lpuart.c637 static void dma_callback(const struct device *dma_dev, void *callback_arg, uint32_t channel, in dma_callback() argument
645 LOG_DBG("DMA call back on channel %d", channel); in dma_callback()
647 const int get_status_result = dma_get_status(dma_dev, channel, &status); in dma_callback()
661 if (channel == config->tx_dma_config.dma_channel) { in dma_callback()
665 } else if (channel == config->rx_dma_config.dma_channel) { in dma_callback()
694 LOG_ERR("Got unexpected DMA Channel: %d", channel); in dma_callback()
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.l2cap76 Enable API for explicit reconfiguration of an L2CAP channel's MTU and
/Zephyr-latest/subsys/ipc/rpmsg_service/
DKconfig30 users to establish RPMsg endpoints for given channel.
/Zephyr-latest/doc/services/modem/
Dindex.rst51 each representing a DLCI channel.
/Zephyr-latest/drivers/adc/
DKconfig.mcux115 int "LPADC channel count"
Dadc_esp32.c169 uint32_t channel, int status) in adc_esp32_dma_conv_done() argument
269 adc_digi_pattern_config->channel = channel_id; in adc_esp32_fill_digi_pattern()
726 (DT_INST_DMAS_CELL_BY_IDX(n, 0, channel)), \
/Zephyr-latest/boards/qemu/arc/doc/
Dindex.rst52 This board configuration uses a single serial communication channel with the
/Zephyr-latest/dts/arm/st/l4/
Dstm32l431.dtsi128 #io-channel-cells = <1>;
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/
Dnpcx9m6f_evb.dts73 /* Use adc0 channel 0 and 2 for 'adc_api' driver tests */
/Zephyr-latest/subsys/task_wdt/
DKconfig21 The timeouts for each channel are stored in an array. Allocate only
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst587 existing drivers couldn't properly express their channel page and channel
592 This method could not properly express the channel range of existing drivers
593 (notably SUN FSK drivers that implement channel pages > 0 and may not have
594 zero-based channel ranges or UWB drivers that could not be represented at
624 * Added virtual channel support.
772 * Fixed esp32 data sending and channel selection in AP mode.
957 setting active and passive channel dwell times and frequency bands.
1063 * new property: ``io-channel-names``
1639 * new property: ``channel-gap``
1808 * new property: ``four-channel-capture-support``
[all …]
/Zephyr-latest/drivers/video/
Dvideo_esp32_dvp.c102 void video_esp32_dma_rx_done(const struct device *dev, void *user_data, uint32_t channel, in video_esp32_dma_rx_done() argument
423 .rx_dma_channel = DT_INST_DMAS_CELL_BY_NAME(0, rx, channel),
/Zephyr-latest/drivers/watchdog/
Dwdt_nxp_s32.c276 static int swt_nxp_s32_feed(const struct device *dev, int channel) in swt_nxp_s32_feed() argument
282 ARG_UNUSED(channel); in swt_nxp_s32_feed()
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr.rst158 Discord channel
163 * Discord mcumgr channel: https://discord.com/invite/Ck7jw53nU2
/Zephyr-latest/doc/services/ipc/ipc_service/
Dipc_service.rst16 An IPC service communication channel consists of one instance and one or
19 An instance is the external representation of a physical communication channel
/Zephyr-latest/dts/arm/nxp/
Dnxp_s32k1xx.dtsi337 #io-channel-cells = <1>;
348 #io-channel-cells = <1>;
/Zephyr-latest/drivers/display/
Ddisplay_rm68200.c86 uint8_t channel; member
94 return mipi_dsi_dcs_write(config->mipi_dsi, config->channel, cmd, buf, len); in rm68200_dcs_write()
183 ret = mipi_dsi_attach(config->mipi_dsi, config->channel, &mdev); in rm68200_init()
1044 .channel = DT_INST_REG_ADDR(id), \
/Zephyr-latest/boards/st/nucleo_h563zi/doc/
Dindex.rst120 - 2x 16 channel DMA controllers
216 - ADC1 channel 3 input: PA6
217 - ADC1 channel 15 input: PA3
218 - DAC1 channel 2 output: PA5
/Zephyr-latest/drivers/i3c/
Di3c_stm32.c2017 uint32_t channel, int status) in i3c_stm32_tx_rx_msg_config() argument
2034 static void i3c_stm32_dma_tx_cb(const struct device *dma_dev, void *user_data, uint32_t channel, in i3c_stm32_dma_tx_cb() argument
2037 i3c_stm32_tx_rx_msg_config(dma_dev, user_data, channel, status); in i3c_stm32_dma_tx_cb()
2040 static void i3c_stm32_dma_rx_cb(const struct device *dma_dev, void *user_data, uint32_t channel, in i3c_stm32_dma_rx_cb() argument
2043 i3c_stm32_tx_rx_msg_config(dma_dev, user_data, channel, status); in i3c_stm32_dma_rx_cb()
2046 static void i3c_stm32_dma_tc_cb(const struct device *dma_dev, void *user_data, uint32_t channel, in i3c_stm32_dma_tc_cb() argument
2051 static void i3c_stm32_dma_rs_cb(const struct device *dma_dev, void *user_data, uint32_t channel, in i3c_stm32_dma_rs_cb() argument
2082 .dma_channel = DT_INST_DMAS_CELL_BY_NAME(index, dir, channel), \
/Zephyr-latest/dts/arm/adi/max32/
Dmax32672.dtsi29 channel-count = <16>;

1...<<41424344454647484950>>...55