/Zephyr-latest/samples/drivers/dac/boards/ |
D | gd32e103v_eval.overlay | 10 dac-channel-id = <0>;
|
D | esp32_devkitc_wroom_procpu.overlay | 10 dac-channel-id = <0>;
|
D | esp32_devkitc_wrover_procpu.overlay | 10 dac-channel-id = <0>;
|
D | esp32s2_saola.overlay | 10 dac-channel-id = <0>;
|
D | frdm_rw612.overlay | 4 dac-channel-id = <1>;
|
D | rd_rw612_bga.overlay | 4 dac-channel-id = <0>;
|
D | yd_esp32_procpu.overlay | 10 dac-channel-id = <0>;
|
D | gd32a503v_eval.overlay | 10 dac-channel-id = <0>;
|
/Zephyr-latest/tests/drivers/sensor/bmi160/src/ |
D | fixture.c | 16 enum sensor_channel channel; in sensor_bmi160_setup_emulator() member 36 struct sensor_chan_spec chan_spec = {.chan_type = values[i].channel, .chan_idx = 0}; in sensor_bmi160_setup_emulator()
|
/Zephyr-latest/samples/drivers/adc/adc_sequence/boards/ |
D | mimxrt595_evk_cm33.overlay | 28 channel@0 { 38 channel@1 {
|
/Zephyr-latest/tests/drivers/build_all/fuel_gauge/ |
D | app.overlay | 35 #io-channel-cells = <1>; 40 channel@0 {
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.xilinx_axi_dma | 43 prompt "IRQs to lock when manipulating per-channel data structures during dma_start." 50 Lock all interrupts (including, e.g., timers and scheduler) when modifying channel data 58 Lock all interrupts of this DMA device when modifying channel data during dma_start. 63 bool "Lock IRQs of the DMA channel" 65 Only lock the interrupt of the DMA channel whose data are to be modified during dma_start. 67 registered for the same channel.
|
D | dma_mcux_pxp.c | 51 static int dma_mcux_pxp_configure(const struct device *dev, uint32_t channel, in dma_mcux_pxp_configure() argument 62 ARG_UNUSED(channel); in dma_mcux_pxp_configure() 173 static int dma_mcux_pxp_start(const struct device *dev, uint32_t channel) in dma_mcux_pxp_start() argument 181 ARG_UNUSED(channel); in dma_mcux_pxp_start()
|
/Zephyr-latest/boards/beagle/beagleconnect_freedom/ |
D | beagleconnect_freedom.dts | 235 channel@9 { 244 channel@a { 253 channel@b { 262 channel@c { 271 channel@d { 280 channel@e {
|
/Zephyr-latest/tests/subsys/openthread/ |
D | radio_test.c | 623 const uint8_t channel = 12; in ZTEST() local 644 zassert_equal(otPlatRadioReceive(ot, channel), OT_ERROR_NONE, "Failed to receive."); in ZTEST() 645 zassert_equal(platformRadioChannelGet(ot), channel, "Channel number not remembered."); in ZTEST() 649 zassert_equal(channel, set_channel_mock_fake.arg1_val); in ZTEST() 757 const uint8_t channel = 21; in ZTEST() local 773 zassert_equal(otPlatRadioReceive(ot, channel), OT_ERROR_NONE, "Failed to receive."); in ZTEST() 775 zassert_equal(channel, set_channel_mock_fake.arg1_val); in ZTEST() 790 otPlatRadioReceiveDone_expected_aframe.mChannel = channel; in ZTEST() 806 const uint8_t channel = 21; in ZTEST() local 817 zassert_equal(otPlatRadioReceive(ot, channel), OT_ERROR_NONE, "Failed to receive."); in ZTEST() [all …]
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | mbox.h | 90 DT_PHA_BY_NAME_OR(node_id, mboxes, name, channel, 0)
|
/Zephyr-latest/samples/boards/bbc/microbit/sound/boards/ |
D | bbc_microbit.overlay | 10 channel-gpios = <&edge_connector 0 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/boards/nxp/mr_canhubk3/ |
D | mr_canhubk3.dts | 135 * eMios channel numbers for qdec should be beyond the channel numbers 512 /* Default clock for internal counter for PWM channel 0-7 is 100Khz */ 514 channel = <0>; 523 channel = <1>; 532 channel = <2>; 541 channel = <3>; 550 channel = <4>; 559 channel = <5>; 568 channel = <19>; 607 channel = <10>; [all …]
|
/Zephyr-latest/samples/drivers/w1/scanner/ |
D | ds2482-800.overlay | 12 compatible = "maxim,ds2482-800-channel";
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/boards/ |
D | bbc_microbit.overlay | 10 channel-gpios = <&edge_connector 0 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | soc.c | 116 uint32_t channel, line, ier; in arch_irq_is_enabled() local 125 channel = rv32m1_intmux_channel(irq); in arch_irq_is_enabled() 127 ier = INTMUX->CHANNEL[channel].CHn_IER_31_0 & BIT(line); in arch_irq_is_enabled()
|
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 37 channel@0 { 52 channel@1 { 66 channel@2 {
|
D | nucleo_wba52cg.overlay | 9 /* adjust channel number according to pinmux in board.dts */
|
/Zephyr-latest/tests/drivers/adc/adc_api/boards/ |
D | stm32u5a9j_dk.overlay | 9 /* adjust channel number according to pinmux in board.dts */
|
D | stm32g081b_eval.overlay | 9 /* adjust channel number according to pinmux in board.dts */
|