Home
last modified time | relevance | path

Searched +full:grant +full:- +full:delay +full:- +full:us (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/dts/bindings/net/wireless/
Dgpio-radio-coex.yaml1 # Copyright (c) 2022-2023 Dronetag s.r.o.
2 # SPDX-License-Identifier: Apache-2.0
8 any collisions between transmissions from different modules. The grant
11 required. When grant pin becomes inactive then you have time to
14 grant-delay-us property.
16 compatible: "gpio-radio-coex"
21 grant-gpios:
22 type: phandle-array
27 grant-delay-us:
31 Delay after assertion for the external transceiver operation
/Zephyr-latest/samples/bluetooth/beacon/boards/
Dnrf52840dk_nrf52840.overlay4 * SPDX-License-Identifier: Apache-2.0
8 compatible = "gpio-radio-coex";
9 grant-gpios = <&gpio1 0 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
10 grant-delay-us = <150>;
/Zephyr-latest/subsys/bluetooth/controller/coex/
Dreadme.rst2 Bluetooth co-existence drivers
5 Co-existence Ticker
8 …cker.c` is designed to utilize co-existence with another transmitter. Chips such as nordic nRF9160…
10 Nordic connect SDK provides detailed description of the 1-wire and 3-wire co-existence interface fo…
12 Similarly, as in the nordic implementation of the 1-wire interface, the coexistence ticker utilizes…
14 .. code-block:: DTS
17 compatible = "gpio-radio-coex";
18 grant-gpios = <&gpio0 0 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
19 grant-delay-us = <150>;
22grant pin transitions into non-active (such as 1 for the nRF9160). state the implementation starts…
/Zephyr-latest/include/zephyr/
Dkernel.h4 * SPDX-License-Identifier: Apache-2.0
53 #define K_PRIO_COOP(x) (-(CONFIG_NUM_COOP_PRIORITIES - (x)))
56 #define K_HIGHEST_THREAD_PRIO (-CONFIG_NUM_COOP_PRIORITIES)
60 #define K_LOWEST_APPLICATION_THREAD_PRIO (K_LOWEST_THREAD_PRIO - 1)
245 * bits, arch-specific use high bits.
289 * from within a user-provided callback they have been invoked.
290 * Effectively it serves as a tiny bit of zero-overhead TLS data.
328 /* end - thread options */
335 * - @ref K_USER allocate a userspace thread (requires `CONFIG_USERSPACE=y`)
353 * @retval -EBUSY if the thread stack is in use.
[all …]