Home
last modified time | relevance | path

Searched refs:channel (Results 551 – 575 of 1368) sorted by relevance

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

/Zephyr-latest/samples/drivers/dac/boards/
Dnucleo_g474re.overlay4 dac-channel-id = <1>;
Dnucleo_h743zi.overlay4 dac-channel-id = <1>;
Dnucleo_l073rz.overlay4 dac-channel-id = <1>;
Dnucleo_l152re.overlay4 dac-channel-id = <1>;
Dnucleo_l552ze_q.overlay4 dac-channel-id = <1>;
Dnucleo_u575zi_q.overlay4 dac-channel-id = <1>;
Dnucleo_wl55jc.overlay4 dac-channel-id = <1>;
Dronoth_lodev.overlay4 dac-channel-id = <1>;
Dsam_e70_xplained_same70q21.overlay4 dac-channel-id = <0>;
Dsam_e70_xplained_same70q21b.overlay4 dac-channel-id = <0>;
Dsam_v71_xult_samv71q21.overlay4 dac-channel-id = <0>;
Dsam_v71_xult_samv71q21b.overlay4 dac-channel-id = <0>;
Dstm32f3_disco.overlay4 dac-channel-id = <1>;
Dstm32l562e_dk.overlay4 dac-channel-id = <1>;
Dtwr_ke18f.overlay4 dac-channel-id = <0>;
Dfrdm_k64f.overlay4 dac-channel-id = <0>;
Dnucleo_f207zg.overlay4 dac-channel-id = <1>;
/Zephyr-latest/drivers/i2c/
DKconfig.dw24 data transfers. All Tx operations are done using dma channel 0 and
25 all Rx operations are done using dma channel 1.
/Zephyr-latest/drivers/dac/
Ddac_esp32.c28 uint8_t channel, uint32_t value) in dac_esp32_write_value() argument
32 dac_output_voltage(channel, value); in dac_esp32_write_value()
/Zephyr-latest/samples/subsys/zbus/confirmed_channel/
DREADME.rst1 .. zephyr:code-sample:: zbus-confirmed-channel
2 :name: Confirmed channel
10 The confirmed channel can only be published when all the subscribers consume the message.
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_fake_driver.c37 static int fake_set_channel(const struct device *dev, uint16_t channel) in fake_set_channel() argument
39 NET_INFO("Channel %u", channel); in fake_set_channel()
146 ctx->channel = 26U; in fake_iface_init()
/Zephyr-latest/include/zephyr/logging/
Dlog_backend_adsp_hda.h30 void adsp_hda_log_init(adsp_hda_log_hook_t hook, uint32_t channel);
/Zephyr-latest/drivers/sensor/infineon/tle9104/
Dtle9104_diagnostics.h20 uint8_t channel; member
/Zephyr-latest/drivers/adc/
Dadc_stm32wb0.c203 static inline uint8_t get_channel_type(uint32_t channel) in get_channel_type() argument
205 switch (channel) { in get_channel_type()
608 for (uint32_t channel = 0; in schedule_and_start_adc_sequence() local
609 channel < LL_ADC_CHANNEL_MAX && remaining_unsampled != 0U; in schedule_and_start_adc_sequence()
610 channel++) { in schedule_and_start_adc_sequence()
611 const uint32_t ch_bit = BIT(channel); in schedule_and_start_adc_sequence()
618 const uint8_t ch_type = get_channel_type(channel); in schedule_and_start_adc_sequence()
619 const uint8_t ch_vin_range = data->channel_config[channel].vinput_range; in schedule_and_start_adc_sequence()
645 if (channel == LL_ADC_CHANNEL_TEMPSENSOR) { in schedule_and_start_adc_sequence()
678 ll_adc_set_conversion_channel(adc, sequence_length, channel); in schedule_and_start_adc_sequence()
[all …]
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_shell.c218 "LQI: %u Associable: %s\n", params.channel, params.pan_id, in scan_result_cb()
305 uint16_t channel; in cmd_ieee802154_set_chan() local
318 channel = (uint16_t)atoi(argv[1]); in cmd_ieee802154_set_chan()
321 &channel, sizeof(uint16_t))) { in cmd_ieee802154_set_chan()
323 "Could not set channel %u\n", channel); in cmd_ieee802154_set_chan()
328 "Channel %u set\n", channel); in cmd_ieee802154_set_chan()
338 uint16_t channel; in cmd_ieee802154_get_chan() local
350 &channel, sizeof(uint16_t))) { in cmd_ieee802154_get_chan()
357 "Channel %u\n", channel); in cmd_ieee802154_get_chan()

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