Searched +full:grant +full:- +full:delay +full:- +full:us (Results 1 – 4 of 4) sorted by relevance
1 # Copyright (c) 2022-2023 Dronetag s.r.o.2 # SPDX-License-Identifier: Apache-2.08 any collisions between transmissions from different modules. The grant11 required. When grant pin becomes inactive then you have time to14 grant-delay-us property.16 compatible: "gpio-radio-coex"21 grant-gpios:22 type: phandle-array27 grant-delay-us:31 Delay after assertion for the external transceiver operation
4 * SPDX-License-Identifier: Apache-2.08 compatible = "gpio-radio-coex";9 grant-gpios = <&gpio1 0 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;10 grant-delay-us = <150>;
2 Bluetooth co-existence drivers5 Co-existence Ticker8 …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:: DTS17 compatible = "gpio-radio-coex";18 grant-gpios = <&gpio0 0 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;19 grant-delay-us = <150>;22 …grant pin transitions into non-active (such as 1 for the nRF9160). state the implementation starts…
4 * SPDX-License-Identifier: Apache-2.053 #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 …]