Home
last modified time | relevance | path

Searched +full:location +full:- +full:rx (Results 1 – 25 of 104) sorted by relevance

12345

/Zephyr-latest/dts/bindings/serial/
Dsilabs,gecko-usart.yaml3 compatible: "silabs,gecko-usart"
5 include: [uart-controller.yaml, pinctrl-device.yaml]
14 peripheral-id:
18 # Note: Not all SoC series support setting individual pin location. If this
19 # is a case all location-* properties need to have identical value.
21 location-rx:
23 description: RX pin configuration defined as <location port pin>
25 location-tx:
27 description: TX pin configuration defined as <location port pin>
29 location-rts:
[all …]
Dsilabs,gecko-leuart.yaml3 compatible: "silabs,gecko-leuart"
5 include: uart-controller.yaml
14 peripheral-id:
19 # Note: Not all SoC series support setting individual pin location. If this
20 # is a case all location-* properties need to have identical value.
22 location-rx:
25 description: RX pin configuration defined as <location port pin>
27 location-tx:
30 description: TX pin configuration defined as <location port pin>
Dsilabs,gecko-uart.yaml3 compatible: "silabs,gecko-uart"
5 include: uart-controller.yaml
14 peripheral-id:
19 # Note: Not all SoC series support setting individual pin location. If this
20 # is a case all location-* properties need to have identical value.
22 location-rx:
25 description: RX pin configuration defined as <location port pin>
27 location-tx:
30 description: TX pin configuration defined as <location port pin>
/Zephyr-latest/dts/bindings/spi/
Dsilabs,gecko-spi-usart.yaml3 compatible: "silabs,gecko-spi-usart"
5 include: [spi-controller.yaml, pinctrl-device.yaml]
14 peripheral-id:
18 # Note: Not all SoC series support setting individual pin location. If this
19 # is a case all location-* properties need to have identical value.
21 location-rx:
23 description: RX pin configuration defined as <location port pin>
25 location-tx:
27 description: TX pin configuration defined as <location port pin>
29 location-clk:
[all …]
/Zephyr-latest/boards/silabs/dev_kits/sltb009a/
Dsltb009a.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <zephyr/dt-bindings/input/input-event-codes.h>
10 #include "sltb009a-pinctrl.dtsi"
18 zephyr,shell-uart = &usart0;
19 zephyr,uart-pipe = &usart0;
34 compatible = "gpio-leds";
46 compatible = "gpio-keys";
61 current-speed = <115200>;
62 pinctrl-0 = <&usart0_default>;
[all …]
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dgecko-pinctrl-s1.h3 * SPDX-License-Identifier: Apache-2.0
10 * The whole GECKO_pin configuration information is encoded in a 32-bit bitfield
13 * - 31..24: Pin function.
14 * - 23..16: Reserved.
15 * - 15..8: Port for UART_RX/UART_TX functions.
16 * - 7..0: Pin number for UART_RX/UART_TX functions.
17 * - 15..8: Reserved for UART_LOC function.
18 * - 7..0: Loc for UART_LOC function.
55 /** UART RX */
61 /** UART RX LOCATION */
[all …]
Dgecko-pinctrl.h3 * SPDX-License-Identifier: Apache-2.0
10 * The whole GECKO_pin configuration information is encoded in a 32-bit bitfield
13 * - 31..24: Pin function.
14 * - 23..16: Reserved.
15 * - 15..8: Port for UART_RX/UART_TX functions.
16 * - 7..0: Pin number for UART_RX/UART_TX functions.
17 * - 15..8: Reserved for UART_LOC function.
18 * - 7..0: Loc for UART_LOC function.
55 /** UART RX */
61 /** UART LOCATION */
[all …]
/Zephyr-latest/boards/silabs/dev_kits/sltb004a/
Dsltb004a.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include "sltb004a-pinctrl.dtsi"
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
20 pwm-led0 = &pwm_led0;
29 zephyr,shell-uart = &usart0;
30 zephyr,uart-pipe = &usart0;
36 compatible = "gpio-leds";
48 compatible = "gpio-keys";
64 compatible = "pwm-leds";
[all …]
/Zephyr-latest/boards/silabs/starter_kits/slstk3701a/
Dslstk3701a.dts5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
11 #include "slstk3701a-pinctrl.dtsi"
19 zephyr,shell-uart = &usart4;
34 compatible = "gpio-leds";
46 compatible = "gpio-keys";
63 current-speed = <115200>;
64 pinctrl-0 = <&usart0_default>;
65 pinctrl-names = "default";
[all …]
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c8 * Copyright (c) 2022-2023 Nordic Semiconductor ASA
10 * SPDX-License-Identifier: Apache-2.0
92 BT_BAP_LC3_UNICAST_PRESET_16_2_1(LOCATION, CONTEXT)};
94 "16_2_1", BT_BAP_LC3_UNICAST_PRESET_16_2_1(LOCATION, CONTEXT)};
96 "16_2_1", BT_BAP_LC3_BROADCAST_PRESET_16_2_1(LOCATION, CONTEXT)};
100 {"8_1_1", BT_BAP_LC3_UNICAST_PRESET_8_1_1(LOCATION, CONTEXT)},
101 {"8_2_1", BT_BAP_LC3_UNICAST_PRESET_8_2_1(LOCATION, CONTEXT)},
102 {"16_1_1", BT_BAP_LC3_UNICAST_PRESET_16_1_1(LOCATION, CONTEXT)},
103 {"16_2_1", BT_BAP_LC3_UNICAST_PRESET_16_2_1(LOCATION, CONTEXT)},
104 {"24_1_1", BT_BAP_LC3_UNICAST_PRESET_24_1_1(LOCATION, CONTEXT)},
[all …]
/Zephyr-latest/include/zephyr/drivers/serial/
Duart_async_rx.h4 * SPDX-License-Identifier: Apache-2.0
21 /* @brief RX buffer structure which holds the buffer and its state. */
31 /* Location which is passed to the UART driver. */
35 /** @brief UART asynchronous RX helper structure. */
40 /* Total amount of pending bytes. Bytes may be spread across multiple RX buffers. */
61 /** @brief UART asynchronous RX helper configuration structure. */
73 /** @brief Get RX buffer length.
81 return async_rx->buf_len; in uart_async_rx_get_buf_len()
106 * Helper can be reset after RX abort to discard all received data and bring
123 /** @brief Get next RX buffer.
[all …]
/Zephyr-latest/boards/silabs/starter_kits/slstk3401a/
Dslstk3401a-common.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
8 #include "slstk3401a-pinctrl.dtsi"
15 zephyr,shell-uart = &usart0;
30 compatible = "gpio-leds";
42 compatible = "gpio-keys";
59 clock-frequency = <40000000>;
63 current-speed = <115200>;
64 pinctrl-0 = <&usart0_default>;
65 pinctrl-names = "default";
[all …]
/Zephyr-latest/boards/silabs/starter_kits/slstk3402a/
Dslstk3402a_common.dtsi5 * SPDX-License-Identifier: Apache-2.0
8 #include "slstk3402a-pinctrl.dtsi"
9 #include <zephyr/dt-bindings/input/input-event-codes.h>
16 zephyr,shell-uart = &usart0;
25 pwm-led0 = &pwm_led0;
33 compatible = "gpio-leds";
45 compatible = "gpio-keys";
61 compatible = "pwm-leds";
70 clock-frequency = <40000000>;
74 current-speed = <115200>;
[all …]
/Zephyr-latest/boards/silabs/starter_kits/slstk3400a/
Dslstk3400a.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <zephyr/dt-bindings/input/input-event-codes.h>
17 zephyr,shell-uart = &usart1;
31 compatible = "gpio-leds";
43 compatible = "gpio-keys";
61 clock-frequency = <24000000>;
67 board-controller-enable {
68 gpio-hog;
70 output-high;
[all …]
/Zephyr-latest/boards/silabs/starter_kits/efm32wg_stk3800/
Defm32wg_stk3800.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <zephyr/dt-bindings/input/input-event-codes.h>
17 zephyr,shell-uart = &uart0;
31 compatible = "gpio-leds";
43 compatible = "gpio-keys";
60 clock-frequency = <48000000>;
78 board-controller-enable {
79 gpio-hog;
81 output-high;
[all …]
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/
Disoal_test_common.c4 * SPDX-License-Identifier: Apache-2.0
47 * Intializes a RX PDU buffer
53 buf->pdu_meta.meta = &buf->meta; in isoal_test_init_rx_pdu_buffer()
54 buf->pdu_meta.pdu = (struct pdu_iso *) &buf->pdu[0]; in isoal_test_init_rx_pdu_buffer()
58 * Initializes a RX SDU buffer
85 zassert_not_null(pdu_meta->meta, ""); in isoal_test_create_unframed_pdu()
86 zassert_not_null(pdu_meta->pdu, ""); in isoal_test_create_unframed_pdu()
88 memset(pdu_meta->meta, 0, sizeof(*pdu_meta->meta)); in isoal_test_create_unframed_pdu()
89 memset(pdu_meta->pdu, 0, sizeof(*pdu_meta->pdu)); in isoal_test_create_unframed_pdu()
91 pdu_meta->meta->payload_number = payload_number; in isoal_test_create_unframed_pdu()
[all …]
/Zephyr-latest/include/zephyr/arch/x86/
Dmemory.ld2 * Copyright (c) 2011-2014, Wind River Systems, Inc.
3 * Copyright (c) 2019-2020 Intel Corp.
5 * SPDX-License-Identifier: Apache-2.0
17 * in RAM and are copied from flash at boot. Text/rodata linked in-place in
23 * Setting LMAs here helps let QEMU or any other ELF-aware loader know where to
39 * the same as its physical location, although an identity mapping for RAM
44 #define KERNEL_RAM_SIZE (CONFIG_KERNEL_VM_SIZE - CONFIG_KERNEL_VM_OFFSET)
45 #define PHYS_RAM_AVAIL (PHYS_RAM_SIZE - CONFIG_SRAM_OFFSET)
48 #define KERNEL_RAM_SIZE (PHYS_RAM_SIZE - CONFIG_SRAM_OFFSET)
61 * Board-level DTS must specify a flash region that doesn't overlap with
[all …]
/Zephyr-latest/drivers/spi/
Dspi_ll_stm32.h4 * SPDX-License-Identifier: Apache-2.0
75 static inline uint32_t ll_func_dma_get_reg_addr(SPI_TypeDef *spi, uint32_t location) in ll_func_dma_get_reg_addr() argument
78 if (location == SPI_STM32_DMA_TX) { in ll_func_dma_get_reg_addr()
79 /* use direct register location until the LL_SPI_DMA_GetTxRegAddr exists */ in ll_func_dma_get_reg_addr()
80 return (uint32_t)&(spi->TXDR); in ll_func_dma_get_reg_addr()
82 /* use direct register location until the LL_SPI_DMA_GetRxRegAddr exists */ in ll_func_dma_get_reg_addr()
83 return (uint32_t)&(spi->RXDR); in ll_func_dma_get_reg_addr()
85 ARG_UNUSED(location); in ll_func_dma_get_reg_addr()
197 * non-existing LL FIFO functions for SoC without SPI FIFO
222 /* Flush RX buffer */ in ll_func_disable_spi()
/Zephyr-latest/tests/drivers/mspi/flash/boards/
Dapollo3p_evb.overlay3 * SPDX-License-Identifier: Apache-2.0
18 compatible = "ambiq,mspi-controller";
19 pinctrl-0 = <&mspi1_default>;
20 pinctrl-1 = <&mspi1_sleep>;
21 pinctrl-2 = <&mspi1_flash>;
22 pinctrl-names = "default","sleep","flash";
25 ce-gpios = <&gpio32_63 18 GPIO_ACTIVE_LOW>;
27 cmdq-buffer-location = ".mspi_buff";
28 cmdq-buffer-size = <256>;
31 compatible = "ambiq,mspi-device", "mspi-atxp032";
[all …]
/Zephyr-latest/samples/drivers/memc/boards/
Dapollo3p_evb.overlay4 * SPDX-License-Identifier: Apache-2.0
23 pinctrl-0 = <&mspi1_default>;
24 pinctrl-1 = <&mspi1_sleep>;
25 pinctrl-2 = <&mspi1_psram>;
26 pinctrl-names = "default","sleep","psram";
29 ce-gpios = <&gpio64_95 5 GPIO_ACTIVE_LOW>,
32 cmdq-buffer-location = ".mspi_buff";
33 cmdq-buffer-size = <256>;
36 compatible = "ambiq,mspi-device", "mspi-aps6404l";
40 mspi-max-frequency = <48000000>;
[all …]
/Zephyr-latest/samples/drivers/mspi/mspi_async/boards/
Dapollo3p_evb.overlay4 * SPDX-License-Identifier: Apache-2.0
23 pinctrl-0 = <&mspi1_default>;
24 pinctrl-1 = <&mspi1_sleep>;
25 pinctrl-2 = <&mspi1_psram>;
26 pinctrl-names = "default","sleep","psram";
29 ce-gpios = <&gpio64_95 5 GPIO_ACTIVE_LOW>,
32 cmdq-buffer-location = ".mspi_buff";
33 cmdq-buffer-size = <256>;
36 compatible = "ambiq,mspi-device", "mspi-aps6404l";
40 mspi-max-frequency = <48000000>;
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll.h2 * Copyright (c) 2018-2021 Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
29 /* See BTCore5.3, 4.E.6.7 - Default value 0x1f40 * 625us */
70 TICKER_ID_ADV_LAST = ((TICKER_ID_ADV_BASE) + (BT_CTLR_ADV_SET) - 1),
75 (CONFIG_BT_CTLR_ADV_AUX_SET) - 1),
79 (CONFIG_BT_CTLR_ADV_SYNC_SET) - 1),
83 (CONFIG_BT_CTLR_ADV_ISO_SET) - 1),
94 TICKER_ID_SCAN_LAST = ((TICKER_ID_SCAN_BASE) + (BT_CTLR_SCAN_SET) - 1),
101 (CONFIG_BT_CTLR_SCAN_AUX_SET) - 1),
106 (CONFIG_BT_PER_ADV_SYNC_MAX) - 1),
[all …]
/Zephyr-latest/drivers/modem/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
14 module-str = modem
66 bool "UART-based modem interface"
81 bool "UART-based modem interface using interrupt API"
86 bool "UART-based modem interface using async API"
95 int "Size in bytes of the RX buffers provided to UART driver"
102 int "Number of RX buffers available to the UART driver"
109 int "Timeout for flushing RX buffers after receiving no additional data"
128 - modem responses
129 - unsolicited messages
[all …]
/Zephyr-latest/samples/subsys/profiling/perf/images/
Dgraph_example.svg2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4-- Flame graph stack visualization. See https://github.com/brendangregg/FlameGraph for latest vers…
5 <!-- NOTES: -->
8 <stop stop-color="#eeeeee" offset="5%" />
9 <stop stop-color="#eeeeb0" offset="95%" />
13 text { font-family:Verdana; font-size:12px; fill:rgb(0,0,0); }
16 #subtitle { text-anchor:middle; font-color:rgb(160,160,160); }
17 #title { text-anchor:middle; font-size:17px}
19 #frames > *:hover { stroke:black; stroke-width:0.5; cursor:pointer; }
78 // mouse-over for info
[all …]
/Zephyr-latest/samples/drivers/mspi/mspi_flash/boards/
Dapollo3p_evb.overlay4 * SPDX-License-Identifier: Apache-2.0
23 pinctrl-0 = <&mspi1_default>;
24 pinctrl-1 = <&mspi1_sleep>;
25 pinctrl-2 = <&mspi1_psram>;
26 pinctrl-3 = <&mspi1_flash>;
27 pinctrl-names = "default","sleep","psram","flash";
30 ce-gpios = <&gpio64_95 5 GPIO_ACTIVE_LOW>,
33 cmdq-buffer-location = ".mspi_buff";
34 cmdq-buffer-size = <256>;
37 compatible = "ambiq,mspi-device", "mspi-aps6404l";
[all …]

12345