Home
last modified time | relevance | path

Searched +full:sub +full:- +full:bands (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/dts/bindings/wifi/
Dwifi-tx-power-5g.yaml2 # SPDX-License-Identifier: Apache-2.0
5 This is a representation of the Wi-Fi transmit power ceilings
8 for different data rates and sub-bands to get the best performance.
10 low sub-band: Channels 36-64
11 mid sub-band: Channels 96-132
12 high sub-band: Channels 136-177
17 wifi-max-tx-pwr-5g-low-mcs0:
20 description: Maximum transmit power allowed in 5GHz band MCS0 low sub-band
21 wifi-max-tx-pwr-5g-low-mcs7:
24 description: Maximum transmit power allowed in 5GHz band MCS7 low sub-band
[all …]
Dwifi-tx-power-2g.yaml2 # SPDX-License-Identifier: Apache-2.0
5 This is a representation of the Wi-Fi transmit power ceilings
8 for different data rates and sub-bands to get the best performance.
12 wifi-max-tx-pwr-2g-dsss:
16 wifi-max-tx-pwr-2g-mcs0:
20 wifi-max-tx-pwr-2g-mcs7:
/Zephyr-latest/drivers/modem/
DKconfig.hl78004 # SPDX-License-Identifier: Apache-2.0
13 Sierra Wireless HL7800 LTE-M/NB-IoT modem driver.
58 bool "LTE-M1"
60 Enable LTE Cat-M1 mode during modem init.
63 bool "NB-IoT"
65 Enable LTE Cat-NB1 mode during modem init.
70 bool "Configure modem bands"
73 Choose this setting to configure which LTE bands the
218 Half a byte in a 4-bit format. The eDRX value refers to bit 4 to 1
231 to be allocated to the UE in E-UTRAN. One byte in an 8-bit format.
[all …]
/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h5 * SPDX-License-Identifier: Apache-2.0
12 * @note All references to the standard in this file cite IEEE 802.15.4-2020.
38 * @details This API provides a common representation of vendor-specific
44 * - a basic, mostly PHY-level driver API to be implemented by all drivers,
45 * - several optional MAC-level extension points to offload performance
51 * offloading to vendor-specific hardware or firmware features may be required
56 * Whether or not MAC-level offloading extension points need to be implemented
60 * @note All section, table and figure references are to the IEEE 802.15.4-2020
67 * @name IEEE 802.15.4-2020, Section 6: MAC functional description
90 * @name IEEE 802.15.4-2020, Section 8: MAC services
[all …]
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc13xx_cc26xx_subg.c4 * SPDX-License-Identifier: Apache-2.0
45 /* User-defined CMD_PROP_RADIO_DIV_SETUP structures */
54 /* Radio register overrides for CC13x2R (note: CC26x2 does not support sub-GHz radio)
55 * from SmartRF Studio (200kbps, 50kHz deviation, 2-GFSK, 311.8kHz Rx BW),
73 /* Rx: Set RSSI offset to adjust reported RSSI by -1 dB (default: -2),
77 /* Rx: Set anti-aliasing filter bandwidth to 0x8 (in ADI0, set IFAMPCTL3[7:4]=0x8) */
86 /* CC1352P overrides from SmartRF Studio (200kbps, 50kHz deviation, 2-GFSK, 311.8kHz Rx BW) */
92 /* Rx: Set RSSI offset to adjust reported RSSI by -1 dB (default: -2),
96 /* Rx: Set anti-aliasing filter bandwidth to 0x6 (in ADI0, set IFAMPCTL3[7:4]=0x8) */
112 /* The ANADIV radio parameter based on the LO divider (0) and front-end (0) settings */
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst13 * Added support for :ref:`bin-blobs` (also see :ref:`west-blobs`).
15 * Converted all supported boards from ``pinmux`` to :ref:`pinctrl-guide`.
31 * CVE-2022-2993: Under embargo until 2022-11-03
33 * CVE-2022-2741: Under embargo until 2022-10-14
56 This definition can be used by third-party code to compile code conditional
58 Therefore, any third-party code integrated using the Zephyr build system will
91 changed from ``-ENETDOWN`` to ``-ENETUNREACH``. A return value of ``-ENETDOWN`` now indicates
129 * Removed support for configuring the CAN-FD maximum DLC value via Kconfig
156 valid for specific bindings to specify like :dtcompatible:`gpio-leds` and
157 :dtcompatible:`fixed-partitions`.
[all …]