Home
last modified time | relevance | path

Searched full:rf (Results 1 – 25 of 149) sorted by relevance

123456

/Zephyr-latest/drivers/i2s/
DKconfig.sam_ssc27 bool "RF pin enabled"
30 If enabled RF signal is connected to RF pin. It will be configured as
34 If disabled RF signal is disconnected from RF pin and connected
/Zephyr-latest/boards/beagle/beagleconnect_freedom/
Dboard_antenna.c10 * Implements the RF driver callback to configure the on-board antenna
21 #include <ti/drivers/rf/RF.h>
39 /* RF driver callback for custom antenna switching */
63 /* set all GPIOs to 0 (all RF paths disabled) */ in board_antenna_init()
/Zephyr-latest/dts/bindings/lora/
Dsemtech,sx126x-base.yaml30 state of the radio and controls the RF switch.
36 state of the radio and controls the RF switch.
47 Use DIO2 to drive an RF switch selecting between the TX and RX
Dst,stm32wl-subghz-radio.yaml33 the board's RF design.
49 the board's RF design.
/Zephyr-latest/boards/ti/common/
Dboard_antenna.c8 * Implements the RF driver callback to configure the on-board antenna
19 #include <ti/drivers/rf/RF.h>
40 /* RF driver callback for custom antenna switching */
64 /* set all GPIOs to 0 (all RF paths disabled) */ in board_antenna_init()
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dcc13xx_cc26xx-pinctrl.h48 #define IOC_PORT_RFC_TRC 0x0000002E /* RF Core Tracer */
55 #define IOC_PORT_RFC_SMI_DL_OUT 0x00000035 /* RF Core SMI Data Link Out */
56 #define IOC_PORT_RFC_SMI_DL_IN 0x00000036 /* RF Core SMI Data Link in */
57 #define IOC_PORT_RFC_SMI_CL_OUT 0x00000037 /* RF Core SMI Command Link Out */
58 #define IOC_PORT_RFC_SMI_CL_IN 0x00000038 /* RF Core SMI Command Link In */
/Zephyr-latest/dts/bindings/wifi/
Dnordic,nrf70.yaml23 GPIO of the RF Switch to control SR RF output to either SR Antenna
/Zephyr-latest/drivers/ieee802154/
DKconfig.cc120072 This value should follow what has been set in the RF settings via
76 bool "Use TI CC1200 RF pre-sets"
80 prompt "TI CC1200 RF preset"
84 Set the RF preset you want to use.
Dieee802154_cc1200.c215 * RF functions *
237 /* See Section 9.12 - RF programming
244 * Freq = ( RF * Lo_Div * 2^16 ) / Xtal
246 * RF and Xtal are, from here, expressed in KHz.
248 * It first calculates the targeted RF with given ChanCenterFreq0, channel
251 * The calculation will slice the targeted RF by multiple of 10:
253 * Let's take the 434000 KHz RF for instance:
255 * Or the 169406 KHz RF, 4 parts: 100000, 60000, 9000, 406.
273 uint32_t rf, lo_div; in rf_evaluate_freq_setting() local
275 rf = ctx->rf_settings->chan_center_freq0 + in rf_evaluate_freq_setting()
[all …]
DKconfig.b914 # Telink B91 RF configuration options
7 bool "Telink B91 RF driver"
Dieee802154_cc13xx_cc26xx_subg.h16 #include <ti/drivers/rf/RF.h>
DKconfig.cc13xx_cc26xx97 Allows overriding the RF modulation / protocol settings.
104 Allows overriding the RF modulation settings.
Dieee802154_cc13xx_cc26xx.h17 #include <ti/drivers/rf/RF.h>
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/
Dtest_stm.py60 rf"{core}: Timing for log message with 0 arguments: (.+)us", output
65 rf"{core}: Timing for log message with 1 argument: (.+)us", output
70 rf"{core}: Timing for log message with 2 arguments: (.+)us", output
75 rf"{core}: Timing for log message with 3 arguments: (.+)us", output
80 rf"{core}: Timing for log_message with string: (.+)us", output
85 rf"{core}: Timing for tracepoint: (.+)us", output
90 rf"{core}: Timing for tracepoint_d32: (.+)us", output
/Zephyr-latest/boards/shields/x_nucleo_idb05a1/doc/
Dindex.rst9 SPBTLE-RF BlueNRG-MS RF module to allow expansion of the STM32 Nucleo boards.
10 The SPBTLE-RF module is FCC (FCC ID: S9NSPBTLERF) and IC certified
62 X-NUCLEO-IDB05A1 provides a SPBTLE-RF chip with the following key features:
/Zephyr-latest/boards/96boards/wistrio/
DCMakeLists.txt2 zephyr_library_sources(rf.c)
/Zephyr-latest/tests/boards/nrf/coresight_stm/pytest/
Dtest_stm.py77 "regex": rf"{core}: Timing for log message with 0 arguments: (.+)us",
81 "regex": rf"{core}: Timing for log message with 1 argument: (.+)us",
85 "regex": rf"{core}: Timing for log message with 2 arguments: (.+)us",
89 "regex": rf"{core}: Timing for log message with 3 arguments: (.+)us",
93 "regex": rf"{core}: Timing for log_message with string: (.+)us",
97 "regex": rf"{core}: Timing for tracepoint: (.+)us",
101 "regex": rf"{core}: Timing for tracepoint_d32: (.+)us",
/Zephyr-latest/boards/intel/common/scripts/
Dbuild_grub.sh58 rm -rf ./src
59 rm -rf ./bin
/Zephyr-latest/dts/bindings/bluetooth/
Dst,stm32wb-ble-rf.yaml7 compatible: "st,stm32wb-rf"
/Zephyr-latest/boards/shields/x_nucleo_idb05a1/boards/
Dstm32mp157c_dk2.overlay8 spbtle_rf_x_nucleo_idb05a1: spbtle-rf@0 {
/Zephyr-latest/boards/shields/nrf7002eb/boards/
Dnrf54h20dk_nrf54h20_cpuapp.overlay9 * The external SR RF switch may not even be present on this board.
/Zephyr-latest/dts/bindings/rng/
Despressif,esp32-trng.yaml7 The TRNG uses the noise in the Wi-Fi/BT RF system. When Wi-Fi and BT are
/Zephyr-latest/subsys/settings/src/
Dsettings_file.c231 struct fs_file_t rf; in settings_file_save_and_compress() local
237 .stor_ctx = &rf, in settings_file_save_and_compress()
253 fs_file_t_init(&rf); in settings_file_save_and_compress()
256 if (fs_open(&rf, cf->cf_name, FS_O_CREATE | FS_O_RDWR) != 0) { in settings_file_save_and_compress()
263 fs_close(&rf); in settings_file_save_and_compress()
348 rc2 = fs_close(&rf); in settings_file_save_and_compress()
364 if (fs_close(&rf) == 0) { in settings_file_save_and_compress()
/Zephyr-latest/boards/shields/x_nucleo_idb05a1/
Dx_nucleo_idb05a1.overlay16 spbtle_rf_x_nucleo_idb05a1: spbtle-rf@0 {
/Zephyr-latest/boards/96boards/wistrio/dts/bindings/
Dqorvo,rfsw8001.yaml5 Qorvo's RFSW8001 is a single pole triple throw (SP3T) RF switch. The RF1,

123456