Searched refs:channel (Results 551 – 575 of 1368) sorted by relevance
1...<<21222324252627282930>>...55
/Zephyr-latest/samples/drivers/dac/boards/ |
D | nucleo_g474re.overlay | 4 dac-channel-id = <1>;
|
D | nucleo_h743zi.overlay | 4 dac-channel-id = <1>;
|
D | nucleo_l073rz.overlay | 4 dac-channel-id = <1>;
|
D | nucleo_l152re.overlay | 4 dac-channel-id = <1>;
|
D | nucleo_l552ze_q.overlay | 4 dac-channel-id = <1>;
|
D | nucleo_u575zi_q.overlay | 4 dac-channel-id = <1>;
|
D | nucleo_wl55jc.overlay | 4 dac-channel-id = <1>;
|
D | ronoth_lodev.overlay | 4 dac-channel-id = <1>;
|
D | sam_e70_xplained_same70q21.overlay | 4 dac-channel-id = <0>;
|
D | sam_e70_xplained_same70q21b.overlay | 4 dac-channel-id = <0>;
|
D | sam_v71_xult_samv71q21.overlay | 4 dac-channel-id = <0>;
|
D | sam_v71_xult_samv71q21b.overlay | 4 dac-channel-id = <0>;
|
D | stm32f3_disco.overlay | 4 dac-channel-id = <1>;
|
D | stm32l562e_dk.overlay | 4 dac-channel-id = <1>;
|
D | twr_ke18f.overlay | 4 dac-channel-id = <0>;
|
D | frdm_k64f.overlay | 4 dac-channel-id = <0>;
|
D | nucleo_f207zg.overlay | 4 dac-channel-id = <1>;
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.dw | 24 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/ |
D | dac_esp32.c | 28 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/ |
D | README.rst | 1 .. 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/ |
D | ieee802154_fake_driver.c | 37 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/ |
D | log_backend_adsp_hda.h | 30 void adsp_hda_log_init(adsp_hda_log_hook_t hook, uint32_t channel);
|
/Zephyr-latest/drivers/sensor/infineon/tle9104/ |
D | tle9104_diagnostics.h | 20 uint8_t channel; member
|
/Zephyr-latest/drivers/adc/ |
D | adc_stm32wb0.c | 203 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/ |
D | ieee802154_shell.c | 218 "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