Home
last modified time | relevance | path

Searched refs:channel (Results 151 – 175 of 1368) sorted by relevance

12345678910>>...55

/Zephyr-latest/samples/drivers/adc/adc_dt/boards/
Dnrf54l15dk_nrf54l15_cpuapp.overlay17 channel@0 {
26 channel@1 {
36 channel@2 {
46 channel@7 {
Dcy8cproto_062_4343w.overlay21 channel@0 {
30 channel@1 {
39 channel@2 {
48 channel@3 {
Dcy8cproto_063_ble.overlay21 channel@0 {
30 channel@1 {
39 channel@2 {
48 channel@3 {
/Zephyr-latest/samples/drivers/adc/adc_sequence/boards/
Dnrf54l15dk_nrf54l15_cpuapp.overlay23 channel@0 {
32 channel@1 {
42 channel@2 {
52 channel@7 {
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dl2cap.rst29 Outgoing data channel 0x20000210 transmitted
30 Outgoing data channel 0x20000210 transmitted
31 Outgoing data channel 0x20000210 transmitted
41 Incoming data channel 0x20000210 len 14
44 Incoming data channel 0x20000210 len 14
47 Incoming data channel 0x20000210 len 14
/Zephyr-latest/subsys/lorawan/services/
Dmulticast.c139 McChannelParams_t channel = { in multicast_package_callback() local
146 channel.Address = sys_get_le32(rx_buf + rx_pos); in multicast_package_callback()
150 channel.McKeys.McKeyE = (uint8_t *)rx_buf + rx_pos; in multicast_package_callback()
153 channel.FCountMin = sys_get_le32(rx_buf + rx_pos); in multicast_package_callback()
156 channel.FCountMax = sys_get_le32(rx_buf + rx_pos); in multicast_package_callback()
160 id, channel.Address, channel.FCountMin, channel.FCountMax); in multicast_package_callback()
162 LoRaMacStatus_t ret = LoRaMacMcChannelSetup(&channel); in multicast_package_callback()
/Zephyr-latest/tests/drivers/adc/adc_api/boards/
Dnucleo_h753zi.overlay9 /* adjust channel number according to pinmux in board.dts */
18 channel@c {
26 channel@f {
Dcc3235sf_launchxl.overlay9 /* adjust channel number according to pinmux in board.dts */
18 channel@0 {
26 channel@1 {
Db_u585i_iot02a_adc4.overlay9 /* adjust channel number according to pinmux in board.dts */
19 channel@12 {
27 channel@13 {
Dcc3220sf_launchxl.overlay9 /* adjust channel number according to pinmux in board.dts */
18 channel@0 {
26 channel@1 {
Desp_wrover_kit_procpu.overlay9 /* adjust channel number according to pinmux in board.dts */
19 channel@0 {
27 channel@1 {
Dnucleo_h7a3zi_q.overlay9 /* adjust channel number according to pinmux in board.dts */
18 channel@c {
26 channel@f {
Dxmc47_relax_kit.overlay11 /* adjust channel number according to pinmux in board.dts */
21 channel@0 {
29 channel@1 {
Dstm32l562e_dk.overlay9 /* adjust channel number according to pinmux in board.dts */
19 channel@d {
27 channel@e {
Dmax32655evkit_max32655_m4.overlay9 /* adjust channel number according to pinmux in board.dts */
21 channel@2 {
29 channel@3 {
Dmax32655fthr_max32655_m4.overlay9 /* adjust channel number according to pinmux in board.dts */
21 channel@0 {
29 channel@1 {
Dmax32662evkit.overlay9 /* adjust channel number according to pinmux in board.dts */
21 channel@0 {
29 channel@1 {
Dmax32666evkit_max32666_cpu0.overlay9 /* adjust channel number according to pinmux in board.dts */
21 channel@0 {
29 channel@1 {
Dmax32666fthr_max32666_cpu0.overlay9 /* adjust channel number according to pinmux in board.dts */
21 channel@0 {
29 channel@3 {
Dmax32672evkit.overlay9 /* adjust channel number according to pinmux in board.dts */
21 channel@8 {
29 channel@9 {
Dmax32672fthr.overlay9 /* adjust channel number according to pinmux in board.dts */
21 channel@8 {
29 channel@9 {
/Zephyr-latest/drivers/ps2/
DKconfig.npcx13 Each channel has two quasi-bidirectional signals that serve as
21 int "PS/2 channel driver init priority"
24 PS/2 channel device driver initialization priority.
27 prior to channel device driver.
/Zephyr-latest/lib/open-amp/
DKconfig23 int "IPM RX channel ID"
27 This option specifies the IPM RX channel ID used in a VRING
31 int "IPM TX channel ID"
35 This option specifies the IPM TX channel ID used in a VRING
/Zephyr-latest/drivers/audio/
Dwm8904.c185 audio_channel_t channel, in wm8904_out_update() argument
190 switch (channel) { in wm8904_out_update()
219 static int wm8904_out_volume_config(const struct device *dev, audio_channel_t channel, int volume) in wm8904_out_volume_config() argument
227 return wm8904_out_update(dev, channel, val, mask); in wm8904_out_volume_config()
230 static int wm8904_out_mute_config(const struct device *dev, audio_channel_t channel, bool mute) in wm8904_out_mute_config() argument
235 return wm8904_out_update(dev, channel, val, mask); in wm8904_out_mute_config()
240 audio_channel_t channel, in wm8904_in_update() argument
245 switch (channel) { in wm8904_in_update()
264 static int wm8904_in_volume_config(const struct device *dev, audio_channel_t channel, int volume) in wm8904_in_volume_config() argument
269 return wm8904_in_update(dev, channel, val, mask); in wm8904_in_volume_config()
[all …]
/Zephyr-latest/boards/arduino/opta/
Darduino_opta-common.dtsi117 a0: channel@0 {
125 a2: channel@6 {
145 a3: channel@9 {
164 a1: channel@0 {
172 a4: channel@6 {
180 a5: channel@7 {
188 a6: channel@8 {
196 a7: channel@9 {

12345678910>>...55