Home
last modified time | relevance | path

Searched +full:crx +full:- +full:settle +full:- +full:time +full:- +full:us (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_fem_generic.h4 * SPDX-License-Identifier: Apache-2.0
10 * "generic-fem-two-ctrl-pins".
17 * --------- --------
18 * PA pin ctx-gpios
19 * PA offset ctx-settle-time-us
20 * LNA pin crx-gpios
21 * LNA offset crx-settle-time-us
24 #define HAL_RADIO_GPIO_PA_PROP_NAME "ctx-gpios"
25 #define HAL_RADIO_GPIO_PA_OFFSET_PROP_NAME "ctx-settle-time-us"
26 #define HAL_RADIO_GPIO_LNA_PROP_NAME "crx-gpios"
[all …]
/Zephyr-latest/dts/bindings/net/wireless/
Dgeneric-fem-two-ctrl-pins.yaml1 # Copyright (c) 2020-2021 Nordic Semiconductor ASA
2 # SPDX-License-Identifier: Apache-2.0
5 This is a representation of generic radio Front-End Module (FEM)
6 that has a two-pin control interface (CTX, CRX).
12 The CRX control pin is used to enable the Low Noise Amplifier
18 corresponding settle-time-us property.)
20 compatible: "generic-fem-two-ctrl-pins"
25 ctx-gpios:
26 type: phandle-array
30 crx-gpios:
[all …]
/Zephyr-latest/tests/bluetooth/init/
Dpa_lna.overlay3 compatible = "generic-fem-two-ctrl-pins";
4 ctx-gpios = <&gpio0 26 0>;
5 ctx-settle-time-us = <5>;
6 crx-gpios = <&gpio0 27 0>;
7 crx-settle-time-us = <5>;
/Zephyr-latest/boards/ezurio/bl654_dvk/
Dbl654_dvk_nrf52840_pa.dts5 * SPDX-License-Identifier: Apache-2.0
11 /* Information from Nordic SDK-Based Application Development and SKY66112 datasheet */
13 compatible = "generic-fem-two-ctrl-pins";
14 ctx-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
15 crx-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
16 ctx-settle-time-us = <23>;
17 crx-settle-time-us = <5>;
18 tx-gain-db = <22>;
19 rx-gain-db = <11>;
/Zephyr-latest/boards/u-blox/ubx_bmd345eval/
Dubx_bmd345eval_nrf52840.dts2 * BMD-340-EVAL board configuration
3 * Copyright (c) 2021 u-blox AG
6 * SPDX-License-Identifier: Apache-2.0
9 /dts-v1/;
12 #include "ubx_bmd345eval_nrf52840-pinctrl.dtsi"
13 #include <zephyr/dt-bindings/input/input-event-codes.h>
16 model = "u-blox BMD-345-EVAL EVK nRF52840";
17 compatible = "u-blox,ubx-bmd345eval-nrf52840";
21 zephyr,shell-uart = &uart0;
22 zephyr,uart-mcumgr = &uart0;
[all …]