/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_utils.h | 26 const struct ieee802154_radio_api *radio = in ieee802154_radio_get_hw_capabilities() local 29 if (!radio) { in ieee802154_radio_get_hw_capabilities() 33 return radio->get_capabilities(net_if_get_device(iface)); in ieee802154_radio_get_hw_capabilities() 38 const struct ieee802154_radio_api *radio = in ieee802154_radio_cca() local 41 if (!radio) { in ieee802154_radio_cca() 45 return radio->cca(net_if_get_device(iface)); in ieee802154_radio_cca() 50 const struct ieee802154_radio_api *radio = in ieee802154_radio_set_channel() local 53 if (!radio) { in ieee802154_radio_set_channel() 57 return radio->set_channel(net_if_get_device(iface), channel); in ieee802154_radio_set_channel() 62 const struct ieee802154_radio_api *radio = in ieee802154_radio_set_tx_power() local [all …]
|
D | Kconfig.radio | 7 int "Default radio transmission power" 18 Number of re-transmission attempts radio driver should do, before 32 to transmit packets. This is the most common way of mediating radio 41 and fits low duty-cycle contexts where the radio spectrum is not
|
/Zephyr-latest/samples/bluetooth/beacon/boards/ |
D | nrf52840dk_nrf52840.overlay | 8 compatible = "gpio-radio-coex"; 14 &radio {
|
/Zephyr-latest/samples/net/wpan_serial/ |
D | README.rst | 2 :name: 802.15.4 "serial-radio" 5 Implement a slip-radio device for Contiki-based border routers. 10 The wpan_serial sample shows how to use hardware with 802.15.4 radio and USB 11 controller as a "serial-radio" device for Contiki-based border routers. 16 The sample assumes that 802.15.4 radio and USB controller are supported on 18 using overlays, or by using an SoC with a built-in radio, such as a kw41z, 32 #. Build the sample Zephyr application to a board with a 802.15.4 radio
|
/Zephyr-latest/boards/adafruit/feather_m0_lora/doc/ |
D | index.rst | 9 connector, 20 I/O pins, and a LoRa radio module from Semtech. 22 - SX127x LoRa radio 51 | RADIO | SPI | LoRa radio | 62 The `Adafruit Feather M0 with LoRa radio module Learn site`_ has detailed 101 The Semtech SX127x radio chip on the Adafruit Feather M0 with LoRa 162 .. _Adafruit Feather M0 with LoRa radio module Learn site: 163 https://learn.adafruit.com/adafruit-feather-m0-radio-with-lora-radio-module 166 https://learn.adafruit.com/adafruit-feather-m0-radio-with-lora-radio-module/pinouts 169 https://learn.adafruit.com/adafruit-feather-m0-radio-with-lora-radio-module/downloads
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5_fem.h | 18 #if DT_NODE_HAS_PROP(DT_NODELABEL(radio), fem) 19 #define FEM_NODE DT_PHANDLE(DT_NODELABEL(radio), fem)
|
/Zephyr-latest/modules/loramac-node/ |
D | CMakeLists.txt | 8 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/radio 19 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/radio/sx1272/sx1272.c 22 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/radio/sx1276/sx1276.c 25 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/radio/sx126x/sx126x.c 26 ${ZEPHYR_LORAMAC_NODE_MODULE_DIR}/src/radio/sx126x/radio.c
|
/Zephyr-latest/samples/drivers/lora/send/ |
D | README.rst | 5 Transmit a preconfigured payload every second using the LoRa radio. 10 This sample demonstrates how to use the LoRa radio driver to configure 11 the encoding settings and send data over the radio.
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.nrf5 | 33 The driver may manage radio IRQs by itself, or use an external 34 radio IRQ provider. When radio IRQs are managed by an external 35 provider, the driver shall not configure radio IRQs. 37 Enable this option when external radio IRQ provider is enabled in 38 the system. One example of external radio IRQ provider could be 39 a radio arbiter used in dynamic multiprotocol applications. 78 Accuracy of the clock used for scheduling radio delayed operations (delayed transmission
|
D | Kconfig.cc13xx_cc26xx | 26 Number of transmission attempts radio driver should do, before 92 bool "Use custom radio setup structures (advanced)" 95 Imports the radio setup structure from an external module instead of using 103 Imports the radio power table from an external module.
|
/Zephyr-latest/modules/hal_nordic/ |
D | Kconfig | 14 prompt "Source of the IEEE 802.15.4 radio driver" 22 bool "NRF IEEE 802.15.4 radio driver" 28 This option enables nRF IEEE 802.15.4 radio driver in Zephyr. Note, 29 that beside the radio peripheral itself, this drivers occupies several 32 file. As the nRF IEEE 802.15.4 radio driver defines IRQ configuration 41 In dynamic multiprotocol applications, access to the radio peripheral 44 assumes that access to the radio peripheral is granted indefinitely. 93 used if radio is not available in the core, but radio services are 97 bool "nRF IEEE 802.15.4 Driver serialization radio" 104 used if radio is available in the core to provide radio services over
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/ |
D | CMakeLists.txt | 44 hal/RV32M1/radio/radio.c
|
/Zephyr-latest/drivers/lora/ |
D | Kconfig.sx12xx | 29 bool "STM32WL SUBGHZ radio driver" 36 Enable LoRa driver for STM32WL SUBGHZ radio.
|
D | Kconfig.rylrxxx | 34 int "timeout when waiting for response from radio serial interface after send cmd" 37 …mber of milliseconds before timing out when waiting for acknowledgment from radio after sending cmd
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nrf_rram | 46 synchronization between flash memory driver and radio. 49 bool "Nordic nRFx flash driver synchronized with radio" 52 Enable synchronization between flash memory driver and radio using 58 disable synchronization between flash memory driver and radio.
|
D | Kconfig.nrf | 33 synchronization between flash memory driver and radio. 36 bool "Nordic nRFx flash driver synchronized with radio" 39 Enable synchronization between flash memory driver and radio using 45 disable synchronization between flash memory driver and radio.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/ |
D | CMakeLists.txt | 94 hal/nrf5/radio/radio.c 106 hal/nrf5/radio/radio_df.c
|
/Zephyr-latest/tests/subsys/openthread/ |
D | radio_test.c | 76 static const struct device *const radio = DEVICE_DT_INST_GET(0); variable 82 zassert_equal(dev, radio, "Device handle incorrect."); in rssi_scan_mock() 86 done_cb(radio, rssi_scan_mock_max_ed); in rssi_scan_mock() 124 zassert_equal(dev, radio, "Device handle incorrect."); in get_capabilities() 173 scan_mock_fake.arg2_val(radio, energy); in ZTEST() 223 scan_mock_fake.arg2_val(radio, energy); in ZTEST() 279 zassert_equal_ptr(radio, start_mock_fake.arg0_val, NULL); in ZTEST() 317 zassert_equal_ptr(radio, cca_mock_fake.arg0_val, NULL); in ZTEST() 400 zassert_equal_ptr(dev, radio, "Device handle incorrect."); in custom_configure_match_mock() 506 zassert_equal(dev, radio, "Device handle incorrect."); in custom_configure_promiscuous_mock() [all …]
|
/Zephyr-latest/tests/bluetooth/init/ |
D | pa_lna.overlay | 11 &radio {
|
/Zephyr-latest/boards/silabs/radio_boards/slwrb4255a/doc/ |
D | index.rst | 7 `standalone Proprietary Wireless radio board`_. It contains a EFR32FG13P Wireless 10 The BRD4255A a.k.a. SLWRB4255A radio board plugs into the Wireless Starter Kit 113 Connect the BRD4001A board with a mounted BRD4255A radio module to your host 146 .. _standalone Proprietary Wireless radio board: 147 …https://www.silabs.com/development-tools/wireless/proprietary/slwrb4255a-efr32fg13-915-mhz-radio-b…
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | Kconfig.saml2x | 75 bool "Configure LoRa radio pins if not in use" 79 As detailed in DS70005356C, LoRa radio SPI pins do not have pull-ups, 80 so when the radio is not in use, it's important that CS is kept high, 82 further reduce power consumption, radio can be kept in reset state by
|
/Zephyr-latest/samples/bluetooth/hci_ipc/boards/ |
D | nrf5340_audio_dk_nrf5340_cpunet_nrf21540_ek.overlay | 13 &radio {
|
/Zephyr-latest/subsys/bluetooth/controller/coex/ |
D | readme.rst | 17 compatible = "gpio-radio-coex"; 22 …ementation starts a ticker job, which in predefined intervals cancels any radio events. This way a…
|
/Zephyr-latest/samples/boards/nordic/ieee802154/802154_rpmsg/ |
D | README.rst | 4 Expose nRF IEEE 802.15.4 radio driver to another device or CPU using RPMsg transport. 9 This sample exposes IEEE 802.15.4 radio driver support
|
/Zephyr-latest/boards/ti/cc26x2r1_launchxl/ |
D | cc26x2r1_launchxl.dts | 23 &radio {
|