Home
last modified time | relevance | path

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

1234

/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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;
33 compatible = "gpio-leds";
45 compatible = "gpio-keys";
60 current-speed = <115200>;
61 pinctrl-0 = <&usart0_default>;
62 pinctrl-names = "default";
[all …]
/Zephyr-Core-3.7.0/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.
53 /** UART TX */
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.
53 /** UART TX */
61 /** UART LOCATION */
[all …]
/Zephyr-Core-3.7.0/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;
35 compatible = "gpio-leds";
47 compatible = "gpio-keys";
63 compatible = "pwm-leds";
72 clock-frequency = <38400000>;
[all …]
/Zephyr-Core-3.7.0/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-Core-3.7.0/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()
90 /* checks that DMA Tx packet is fully transmitted over the SPI */
96 /* the SPI Tx empty and busy flags are needed */ in ll_func_spi_dma_busy()
[all …]
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dcap_initiator_broadcast_test.c2 * Copyright (c) 2022-2024 Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
36 * required to place the AUX_ADV_IND PDUs in a non-overlapping interval with the
52 #define LOCATION (BT_AUDIO_LOCATION_FRONT_LEFT | BT_AUDIO_LOCATION_FRONT_RIGHT) macro
74 BT_BAP_LC3_BROADCAST_PRESET_16_2_1(LOCATION, CONTEXT);
81 {"8_1_1", BT_BAP_LC3_BROADCAST_PRESET_8_1_1(LOCATION, CONTEXT)},
82 {"8_2_1", BT_BAP_LC3_BROADCAST_PRESET_8_2_1(LOCATION, CONTEXT)},
83 {"16_1_1", BT_BAP_LC3_BROADCAST_PRESET_16_1_1(LOCATION, CONTEXT)},
84 {"16_2_1", BT_BAP_LC3_BROADCAST_PRESET_16_2_1(LOCATION, CONTEXT)},
85 {"24_1_1", BT_BAP_LC3_BROADCAST_PRESET_24_1_1(LOCATION, CONTEXT)},
[all …]
Dcap_initiator_unicast_test.c2 * Copyright (c) 2022-2023 Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
51 #define LOCATION (BT_AUDIO_LOCATION_FRONT_LEFT | BT_AUDIO_LOCATION_FRONT_RIGHT) macro
96 {"8_1_1", BT_BAP_LC3_UNICAST_PRESET_8_1_1(LOCATION, CONTEXT)},
97 {"8_2_1", BT_BAP_LC3_UNICAST_PRESET_8_2_1(LOCATION, CONTEXT)},
98 {"16_1_1", BT_BAP_LC3_UNICAST_PRESET_16_1_1(LOCATION, CONTEXT)},
99 {"16_2_1", BT_BAP_LC3_UNICAST_PRESET_16_2_1(LOCATION, CONTEXT)},
100 {"24_1_1", BT_BAP_LC3_UNICAST_PRESET_24_1_1(LOCATION, CONTEXT)},
101 {"24_2_1", BT_BAP_LC3_UNICAST_PRESET_24_2_1(LOCATION, CONTEXT)},
102 {"32_1_1", BT_BAP_LC3_UNICAST_PRESET_32_1_1(LOCATION, CONTEXT)},
[all …]
/Zephyr-Core-3.7.0/tests/bluetooth/ctrl_isoal/src/
Disoal_test_common.c4 * SPDX-License-Identifier: Apache-2.0
46 buf->pdu_meta.meta = &buf->meta; in isoal_test_init_rx_pdu_buffer()
47 buf->pdu_meta.pdu = (struct pdu_iso *) &buf->pdu[0]; in isoal_test_init_rx_pdu_buffer()
78 zassert_not_null(pdu_meta->meta, ""); in isoal_test_create_unframed_pdu()
79 zassert_not_null(pdu_meta->pdu, ""); in isoal_test_create_unframed_pdu()
81 memset(pdu_meta->meta, 0, sizeof(*pdu_meta->meta)); in isoal_test_create_unframed_pdu()
82 memset(pdu_meta->pdu, 0, sizeof(*pdu_meta->pdu)); in isoal_test_create_unframed_pdu()
84 pdu_meta->meta->payload_number = payload_number; in isoal_test_create_unframed_pdu()
85 pdu_meta->meta->timestamp = timestamp; in isoal_test_create_unframed_pdu()
86 pdu_meta->meta->status = status; in isoal_test_create_unframed_pdu()
[all …]
/Zephyr-Core-3.7.0/drivers/ieee802154/
Dieee802154_rf2xx_iface.h1 /* ieee802154_rf2xx_iface.h - ATMEL RF2XX transceiver interface */
4 * Copyright (c) 2019-2020 Gerson Fernando Budke
6 * SPDX-License-Identifier: Apache-2.0
20 * @brief Start TX transmission
90 * @param[out] data Pointer to the location to store frame
117 * @param[out] data Pointer to the location to store data
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/drivers/serial/
Duart_gecko.c5 * SPDX-License-Identifier: Apache-2.0
31 : -1)
35 : -1)
40 : -1)
46 : -1)
53 : -1)
61 : -1)
68 : -1)
84 /* Has any enabled uart instance hw-flow-control enabled? */
91 /* Has any enabled usart instance hw-flow-control enabled? */
[all …]
/Zephyr-Core-3.7.0/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 …]
/Zephyr-Core-3.7.0/dts/arm/nxp/
Dnxp_rt1010.dtsi4 * SPDX-License-Identifier: Apache-2.0
10 flexram,num-ram-banks = <4>;
12 flexram,bank-spec = <FLEXRAM_OCRAM>,
19 clock-frequency = <500000000>;
35 /delete-node/ arm-podf;
37 ipg-podf {
38 clock-div = <4>;
60 dma-channels = <16>;
65 /* Remove GPIO3-GPIO9, they don't exist on RT1010 */
66 /delete-node/ gpio@401c0000;
[all …]

1234