Home
last modified time | relevance | path

Searched refs:channel (Results 476 – 500 of 1368) sorted by relevance

1...<<11121314151617181920>>...55

/Zephyr-latest/drivers/sdhc/
Dsdhc_renesas_ra.c56 uint8_t channel; member
594 #define _ELC_EVENT_SDMMC_ACCS(channel) ELC_EVENT_SDHIMMC##channel##_ACCS argument
595 #define _ELC_EVENT_SDMMC_CARD(channel) ELC_EVENT_SDHIMMC##channel##_CARD argument
596 #define _ELC_EVENT_SDMMC_DMA_REQ(channel) ELC_EVENT_SDHIMMC##channel##_DMA_REQ argument
598 #define ELC_EVENT_SDMMC_ACCS(channel) _ELC_EVENT_SDMMC_ACCS(channel) argument
599 #define ELC_EVENT_SDMMC_CARD(channel) _ELC_EVENT_SDMMC_CARD(channel) argument
600 #define ELC_EVENT_SDMMC_DMA_REQ(channel) _ELC_EVENT_SDMMC_DMA_REQ(channel) argument
607 ELC_EVENT_SDMMC_ACCS(DT_INST_PROP(index, channel)); \
609 ELC_EVENT_SDMMC_CARD(DT_INST_PROP(index, channel)); \
611 ELC_EVENT_SDMMC_DMA_REQ(DT_INST_PROP(index, channel)); \
[all …]
/Zephyr-latest/drivers/pwm/
Dpwm_renesas_ra.c184 LOG_DBG("channel %u, pin %u, pulse %u, period %u, prescaler: %u.", data->fsp_cfg.channel, in pwm_renesas_ra_set_cycles()
488 #define _ELC_EVENT_GPT_CAPTURE_COMPARE_A(channel) ELC_EVENT_GPT##channel##_CAPTURE_COMPARE_A argument
489 #define _ELC_EVENT_GPT_COUNTER_OVERFLOW(channel) ELC_EVENT_GPT##channel##_COUNTER_OVERFLOW argument
491 #define ELC_EVENT_GPT_CAPTURE_COMPARE_A(channel) _ELC_EVENT_GPT_CAPTURE_COMPARE_A(channel) argument
492 #define ELC_EVENT_GPT_COUNTER_OVERFLOW(channel) _ELC_EVENT_GPT_COUNTER_OVERFLOW(channel) argument
544 .channel = DT_INST_PROP(index, channel), \
549 .capture_a_event = ELC_EVENT_GPT_CAPTURE_COMPARE_A(DT_INST_PROP(index, channel)), \
550 .overflow_event = ELC_EVENT_GPT_COUNTER_OVERFLOW(DT_INST_PROP(index, channel)), \
Dpwm_fake.c40 static int fake_pwm_get_cycles_per_sec(const struct device *dev, uint32_t channel, uint64_t *cycles) in fake_pwm_get_cycles_per_sec() argument
42 ARG_UNUSED(channel); in fake_pwm_get_cycles_per_sec()
/Zephyr-latest/drivers/display/
Ddisplay_rm67162.c188 uint8_t channel; member
226 ret = mipi_dsi_attach(config->mipi_dsi, config->channel, &mdev); in rm67162_init()
271 ret = mipi_dsi_dcs_write(config->mipi_dsi, config->channel, in rm67162_init()
290 ret = mipi_dsi_dcs_write(config->mipi_dsi, config->channel, in rm67162_init()
298 ret = mipi_dsi_dcs_write(config->mipi_dsi, config->channel, in rm67162_init()
348 return mipi_dsi_dcs_write(config->mipi_dsi, config->channel, in rm67162_init()
373 wlen = mipi_dsi_transfer(config->mipi_dsi, config->channel, &msg); in rm67162_write_fb()
414 ret = mipi_dsi_dcs_write(config->mipi_dsi, config->channel, in rm67162_write()
428 ret = mipi_dsi_dcs_write(config->mipi_dsi, config->channel, in rm67162_write()
541 return mipi_dsi_dcs_write(config->mipi_dsi, config->channel, in rm67162_set_pixel_format()
[all …]
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt10xx.dtsi175 channel = <0>;
180 channel = <1>;
185 channel = <2>;
190 channel = <3>;
202 channel = <0>;
207 channel = <1>;
212 channel = <2>;
217 channel = <3>;
229 channel = <0>;
234 channel = <1>;
[all …]
Dnxp_rt5xx_common.dtsi440 pdmc0: dmic-channel@0 {
441 compatible = "nxp,dmic-channel";
447 pdmc1: dmic-channel@1 {
448 compatible = "nxp,dmic-channel";
454 pdmc2: dmic-channel@2 {
455 compatible = "nxp,dmic-channel";
461 pdmc3: dmic-channel@3 {
462 compatible = "nxp,dmic-channel";
468 pdmc4: dmic-channel@4 {
469 compatible = "nxp,dmic-channel";
[all …]
/Zephyr-latest/drivers/ieee802154/
Dieee802154_rf2xx.c139 static void rf2xx_set_rssi_base(const struct device *dev, uint16_t channel) in rf2xx_set_rssi_base() argument
145 base = channel == 0 in rf2xx_set_rssi_base()
149 base = channel == 0 in rf2xx_set_rssi_base()
378 static int rf2xx_configure_sub_channel(const struct device *dev, uint16_t channel) in rf2xx_configure_sub_channel() argument
385 cc_mask = channel == 0 in rf2xx_configure_sub_channel()
389 cc_mask = channel == 0 in rf2xx_configure_sub_channel()
431 static int rf2xx_set_channel(const struct device *dev, uint16_t channel) in rf2xx_set_channel() argument
436 LOG_DBG("Set Channel %d", channel); in rf2xx_set_channel()
441 && channel > 10) { in rf2xx_set_channel()
442 LOG_ERR("Unsupported channel %u", channel); in rf2xx_set_channel()
[all …]
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_spi_stm32.c150 uint32_t channel; member
184 static void dma_callback(const struct device *dev, void *arg, uint32_t channel, int status);
189 .channel = DT_DMAS_CELL_BY_NAME(id, dir, channel), \
306 static void dma_callback(const struct device *dev, void *arg, uint32_t channel, int status) in dma_callback() argument
311 if (channel == hc_spi->dma_tx->channel) { in dma_callback()
424 ret = dma_reload(hc_spi->dma_tx->dma_dev, hc_spi->dma_tx->channel, (uint32_t)hc_spi->tx_buf, in reload_dma_tx()
431 ret = dma_start(hc_spi->dma_tx->dma_dev, hc_spi->dma_tx->channel); in reload_dma_tx()
469 ret = dma_config(hc_spi->dma_tx->dma_dev, hc_spi->dma_tx->channel, &stream->dma_cfg); in spi_config_dma_tx()
485 ret = dma_reload(hc_spi->dma_rx->dma_dev, hc_spi->dma_rx->channel, dma_source_addr(spi), in reload_dma_rx()
491 ret = dma_start(hc_spi->dma_rx->dma_dev, hc_spi->dma_rx->channel); in reload_dma_rx()
[all …]
/Zephyr-latest/drivers/counter/
DKconfig.mcux_ctimer14 bool "reserve a ctimer channel to set the top value"
18 This reserves a CTimer channel to set the top value. Without
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/
Dmimxrt1170_evk_mimxrt1176_cm7_A.overlay12 /* adjust channel number according to pinmux in board.dts */
26 channel@0 {
/Zephyr-latest/tests/drivers/adc/adc_api/boards/
Dek_ra4m3.overlay31 channel@0 {
40 channel@2 {
Dek_ra6m1.overlay31 channel@0 {
40 channel@2 {
Dek_ra6m2.overlay31 channel@0 {
40 channel@2 {
Dek_ra6m3.overlay31 channel@0 {
40 channel@2 {
Dek_ra6m4.overlay31 channel@0 {
40 channel@2 {
Dek_ra6m5.overlay31 channel@0 {
40 channel@2 {
Dek_ra8d1.overlay31 channel@0 {
40 channel@2 {
Dek_ra8m1.overlay31 channel@0 {
40 channel@2 {
Dfrdm_mcxn236.overlay19 channel@0 {
29 channel@1 {
Dfrdm_mcxn947_mcxn947_cpu0.overlay19 channel@0 {
29 channel@1 {
Dmck_ra8t1.overlay31 channel@0 {
40 channel@2 {
/Zephyr-latest/drivers/dma/
DKconfig.dw_axi_dmac20 creates number of descriptor per channel in a statically allocated pool.
21 Each channel has its own dedicated pool.
33 Max timeout to abort or disable the channel
Ddma_nios2_msgdma.c66 static int nios2_msgdma_config(const struct device *dev, uint32_t channel, in nios2_msgdma_config() argument
75 if (channel != 0U) { in nios2_msgdma_config()
152 uint32_t channel) in nios2_msgdma_transfer_start() argument
158 if (channel != 0U) { in nios2_msgdma_transfer_start()
176 uint32_t channel) in nios2_msgdma_transfer_stop() argument
/Zephyr-latest/boards/google/twinkie_v2/
Dgoogle_twinkie_v2.dts108 channel@1 {
117 channel@3 {
126 channel@f {
135 channel@11 {
144 channel@12 {
/Zephyr-latest/dts/arm/ti/
Dcc32xx.dtsi12 #define INT_ADCCH0 30 // ADC channel 0
13 #define INT_ADCCH1 31 // ADC channel 1
14 #define INT_ADCCH2 32 // ADC channel 2
15 #define INT_ADCCH3 33 // ADC channel 3
124 #io-channel-cells = <1>;

1...<<11121314151617181920>>...55