Searched refs:coded (Results 1 – 25 of 41) sorted by relevance
12
| /Zephyr-4.3.0/tests/subsys/lorawan/frag_decoder/src/ |
| D | frag_encoder.c | 79 int lorawan_frag_encoder(const uint8_t *uncoded, size_t uncoded_len, uint8_t *coded, in lorawan_frag_encoder() argument 94 memcpy(coded, uncoded, uncoded_len); in lorawan_frag_encoder() 95 memset(coded + uncoded_len, 0, uncoded_frags * frag_size - uncoded_len); in lorawan_frag_encoder() 101 uint8_t *out = coded + (uncoded_frags + i - 1) * frag_size; in lorawan_frag_encoder() 106 out[m] ^= coded[j * frag_size + m]; in lorawan_frag_encoder()
|
| D | frag_encoder.h | 26 int lorawan_frag_encoder(const uint8_t *uncoded, size_t uncoded_len, uint8_t *coded,
|
| /Zephyr-4.3.0/subsys/bindesc/ |
| D | Kconfig.version | 34 The kernel version as binary coded decimal, computed as 67 The app version as binary coded decimal, computed as
|
| /Zephyr-4.3.0/dts/arm/silabs/xg21/ |
| D | efr32xg21.dtsi | 23 ble-coded-phy-supported;
|
| /Zephyr-4.3.0/dts/arm/silabs/xg22/ |
| D | efr32xg22.dtsi | 24 ble-coded-phy-supported;
|
| /Zephyr-4.3.0/dts/arm/silabs/xg27/ |
| D | efr32xg27.dtsi | 24 ble-coded-phy-supported;
|
| /Zephyr-4.3.0/dts/arm/silabs/xg29/ |
| D | efr32xg29.dtsi | 24 ble-coded-phy-supported;
|
| /Zephyr-4.3.0/dts/arm/silabs/xg24/ |
| D | efr32xg24.dtsi | 24 ble-coded-phy-supported;
|
| /Zephyr-4.3.0/samples/bluetooth/mesh_demo/ |
| D | README.rst | 12 external provisioner needed) with hard-coded network and application key 17 Because of the hard-coded values, the application is not suitable for
|
| /Zephyr-4.3.0/soc/neorv32/ |
| D | Kconfig | 18 The targeted NEORV32 version as BCD-coded number. The format is
|
| /Zephyr-4.3.0/arch/arm/core/cortex_m/ |
| D | ram_vector_table.ld | 9 * Relocated code is always placed at the start of the RAM SECTION because of the hard-coded value
|
| /Zephyr-4.3.0/samples/bluetooth/ibeacon/ |
| D | README.rst | 16 Because of the hard-coded values of iBeacon UUID, major, and minor,
|
| /Zephyr-4.3.0/soc/silabs/silabs_s2/ |
| D | Kconfig | 56 def_bool $(dt_nodelabel_has_prop,radio,ble-coded-phy-supported)
|
| /Zephyr-4.3.0/drivers/bluetooth/hci/ |
| D | Kconfig.esp32 | 250 prompt "Coexistence PHY coded TX/RX time limit" 254 Limit TX/RX time for coded PHY to reduce Wi-Fi interference. 294 2M PHY, and coded PHY. 308 Enable coded PHY (LE Coded) for extended-range BLE connections. 546 prompt "Coexistence coded PHY TX/RX time limit" 550 Apply a time limit on coded PHY TX/RX to reduce Wi-Fi interference.
|
| /Zephyr-4.3.0/subsys/bluetooth/ |
| D | Kconfig.adv | 16 scanner, including support for advertising data over the LE coded PHY.
|
| /Zephyr-4.3.0/soc/nordic/common/ |
| D | Kconfig.peripherals | 137 def_bool $(dt_nodelabel_bool_prop,radio,ble-coded-phy-supported)
|
| /Zephyr-4.3.0/dts/arm/nordic/ |
| D | nrf5340_cpunet.dtsi | 102 ble-coded-phy-supported;
|
| D | nrf52811.dtsi | 120 ble-coded-phy-supported;
|
| D | nrf52820.dtsi | 120 ble-coded-phy-supported;
|
| D | nrf52833.dtsi | 121 ble-coded-phy-supported;
|
| D | nrf52840.dtsi | 113 ble-coded-phy-supported;
|
| /Zephyr-4.3.0/doc/security/standards/ |
| D | etsi-303645.rst | 401 - Where a hard-coded unique per device identity is used in a device for security purposes, 410 - Hard-coded critical security parameters in device software source code shall not be used.
|
| /Zephyr-4.3.0/dts/vendor/nordic/ |
| D | nrf54l_05_10_15.dtsi | 248 ble-coded-phy-supported;
|
| D | nrf54lm20a.dtsi | 282 ble-coded-phy-supported;
|
| /Zephyr-4.3.0/doc/releases/ |
| D | release-notes-1.8.rst | 126 * Bluetooth 5.0: Added Multiple PHY support, both 2Mbit/s and long-range coded
|
12