Home
last modified time | relevance | path

Searched refs:radio (Results 1 – 25 of 230) sorted by relevance

12345678910

/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_utils.h26 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 …]
DKconfig.radio7 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/modules/hal_silabs/simplicity_sdk/config/
Dsl_rail_util_pa_config.h17 #define SL_RAIL_UTIL_PA_POWER_DECI_DBM (DT_PROP(DT_NODELABEL(radio), pa_initial_power_dbm) * 10)
18 #define SL_RAIL_UTIL_PA_RAMP_TIME_US DT_PROP(DT_NODELABEL(radio), pa_ramp_time_us)
19 #define SL_RAIL_UTIL_PA_VOLTAGE_MV DT_PROP(DT_NODELABEL(radio), pa_voltage_mv)
21 #if DT_NODE_HAS_PROP(DT_NODELABEL(radio), pa_2p4ghz)
23 CONCAT(RAIL_TX_POWER_MODE_2P4GIG_, DT_STRING_UPPER_TOKEN(DT_NODELABEL(radio), pa_2p4ghz))
28 #if DT_NODE_HAS_PROP(DT_NODELABEL(radio), pa_subghz)
30 CONCAT(RAIL_TX_POWER_MODE_SUBGIG_, DT_STRING_UPPER_TOKEN(DT_NODELABEL(radio), pa_subghz))
/Zephyr-latest/samples/bluetooth/beacon/boards/
Dnrf52840dk_nrf52840.overlay8 compatible = "gpio-radio-coex";
14 &radio {
/Zephyr-latest/boards/adafruit/feather_m0_lora/doc/
Dindex.rst9 connector, 20 I/O pins, and a LoRa radio module from Semtech.
22 - SX127x LoRa radio
32 The `Adafruit Feather M0 with LoRa radio module Learn site`_ has detailed
71 The Semtech SX127x radio chip on the Adafruit Feather M0 with LoRa
132 .. _Adafruit Feather M0 with LoRa radio module Learn site:
133 https://learn.adafruit.com/adafruit-feather-m0-radio-with-lora-radio-module
136 https://learn.adafruit.com/adafruit-feather-m0-radio-with-lora-radio-module/pinouts
139 https://learn.adafruit.com/adafruit-feather-m0-radio-with-lora-radio-module/downloads
/Zephyr-latest/samples/net/wpan_serial/
DREADME.rst2 :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/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_fem.h18 #if DT_NODE_HAS_PROP(DT_NODELABEL(radio), fem)
19 #define FEM_NODE DT_PHANDLE(DT_NODELABEL(radio), fem)
/Zephyr-latest/drivers/ieee802154/
DKconfig.nrf533 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.
70 Accuracy of the clock used for scheduling radio delayed operations (delayed transmission
DKconfig.cc13xx_cc26xx26 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/loramac-node/
DCMakeLists.txt8 ${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/
DREADME.rst5 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/modules/hal_nordic/
DKconfig14 prompt "Source of the IEEE 802.15.4 radio driver"
22 bool "NRF IEEE 802.15.4 radio driver"
29 This option enables nRF IEEE 802.15.4 radio driver in Zephyr. Note,
30 that beside the radio peripheral itself, this drivers occupies several
33 file. As the nRF IEEE 802.15.4 radio driver defines IRQ configuration
44 Allows the nRF 802.15.4 radio driver to manage the constant latency state.
49 In dynamic multiprotocol applications, access to the radio peripheral
52 assumes that access to the radio peripheral is granted indefinitely.
101 used if radio is not available in the core, but radio services are
105 bool "nRF IEEE 802.15.4 Driver serialization radio"
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/
DCMakeLists.txt44 hal/RV32M1/radio/radio.c
/Zephyr-latest/drivers/lora/
DKconfig.sx12xx29 bool "STM32WL SUBGHZ radio driver"
36 Enable LoRa driver for STM32WL SUBGHZ radio.
DKconfig.rylrxxx34 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/subsys/bluetooth/controller/ll_sw/nordic/
DCMakeLists.txt94 hal/nrf5/radio/radio.c
106 hal/nrf5/radio/radio_df.c
/Zephyr-latest/drivers/flash/
DKconfig.nrf_rram46 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.
DKconfig.nrf33 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/boards/silabs/radio_boards/slwrb4255a/doc/
Dindex.rst7 `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
87 Connect the BRD4001A board with a mounted BRD4255A radio module to your host
120 .. _standalone Proprietary Wireless radio board:
121 …https://www.silabs.com/development-tools/wireless/proprietary/slwrb4255a-efr32fg13-915-mhz-radio-b…
/Zephyr-latest/tests/bluetooth/init/
Dpa_lna.overlay11 &radio {
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c76 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/soc/atmel/sam0/common/
DKconfig.saml2x75 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/boards/we/proteus2ev/doc/
Dindex.rst7 support for the Proteus-II radio module that uses the Nordic Semiconductor nRF52832 ARM Cortex-M4F …
25 More information about the radio module can be found the Würth Elektronik web page https://www.we-o…
31 Proteus-II radio module provides only the internal oscillators. The frequency of the slow clock
116 .. _Proteus-II radio module website: https://www.we-online.com/katalog/de/PROTEUS-II
/Zephyr-latest/samples/bluetooth/hci_ipc/boards/
Dnrf5340_audio_dk_nrf5340_cpunet_nrf21540_ek.overlay13 &radio {
/Zephyr-latest/subsys/bluetooth/controller/coex/
Dreadme.rst17 compatible = "gpio-radio-coex";
22 …ementation starts a ticker job, which in predefined intervals cancels any radio events. This way a…

12345678910