/Zephyr-latest/doc/services/debugging/ |
D | mipi_stp_decoder.rst | 11 without timestamp), stream recognition (master and channel), synchronization (ASYNC opcode) and
|
/Zephyr-latest/boards/st/stm32c0116_dk/ |
D | stm32c0116_dk.dts | 151 channel@8 {
|
/Zephyr-latest/samples/drivers/led/pwm/boards/ |
D | mec172xevb_assy6906.overlay | 27 /* struct pwm_dt_spec: phandle channel period(ns) flags */
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 112 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/ |
D | gd32f403.dtsi | 159 #io-channel-cells = <1>; 170 #io-channel-cells = <1>; 181 #io-channel-cells = <1>;
|
/Zephyr-latest/drivers/serial/ |
D | uart_mcux_lpuart.c | 637 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/ |
D | Kconfig.l2cap | 76 Enable API for explicit reconfiguration of an L2CAP channel's MTU and
|
/Zephyr-latest/subsys/ipc/rpmsg_service/ |
D | Kconfig | 30 users to establish RPMsg endpoints for given channel.
|
/Zephyr-latest/doc/services/modem/ |
D | index.rst | 51 each representing a DLCI channel.
|
/Zephyr-latest/drivers/adc/ |
D | Kconfig.mcux | 115 int "LPADC channel count"
|
D | adc_esp32.c | 169 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/ |
D | index.rst | 52 This board configuration uses a single serial communication channel with the
|
/Zephyr-latest/dts/arm/st/l4/ |
D | stm32l431.dtsi | 128 #io-channel-cells = <1>;
|
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/ |
D | npcx9m6f_evb.dts | 73 /* Use adc0 channel 0 and 2 for 'adc_api' driver tests */
|
/Zephyr-latest/subsys/task_wdt/ |
D | Kconfig | 21 The timeouts for each channel are stored in an array. Allocate only
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 587 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/ |
D | video_esp32_dvp.c | 102 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/ |
D | wdt_nxp_s32.c | 276 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/ |
D | mcumgr.rst | 158 Discord channel 163 * Discord mcumgr channel: https://discord.com/invite/Ck7jw53nU2
|
/Zephyr-latest/doc/services/ipc/ipc_service/ |
D | ipc_service.rst | 16 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/ |
D | nxp_s32k1xx.dtsi | 337 #io-channel-cells = <1>; 348 #io-channel-cells = <1>;
|
/Zephyr-latest/drivers/display/ |
D | display_rm68200.c | 86 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/ |
D | index.rst | 120 - 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/ |
D | i3c_stm32.c | 2017 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/ |
D | max32672.dtsi | 29 channel-count = <16>;
|