Home
last modified time | relevance | path

Searched refs:coded (Results 1 – 25 of 41) sorted by relevance

12

/Zephyr-4.3.0/tests/subsys/lorawan/frag_decoder/src/
Dfrag_encoder.c79 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()
Dfrag_encoder.h26 int lorawan_frag_encoder(const uint8_t *uncoded, size_t uncoded_len, uint8_t *coded,
/Zephyr-4.3.0/subsys/bindesc/
DKconfig.version34 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/
Defr32xg21.dtsi23 ble-coded-phy-supported;
/Zephyr-4.3.0/dts/arm/silabs/xg22/
Defr32xg22.dtsi24 ble-coded-phy-supported;
/Zephyr-4.3.0/dts/arm/silabs/xg27/
Defr32xg27.dtsi24 ble-coded-phy-supported;
/Zephyr-4.3.0/dts/arm/silabs/xg29/
Defr32xg29.dtsi24 ble-coded-phy-supported;
/Zephyr-4.3.0/dts/arm/silabs/xg24/
Defr32xg24.dtsi24 ble-coded-phy-supported;
/Zephyr-4.3.0/samples/bluetooth/mesh_demo/
DREADME.rst12 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/
DKconfig18 The targeted NEORV32 version as BCD-coded number. The format is
/Zephyr-4.3.0/arch/arm/core/cortex_m/
Dram_vector_table.ld9 * 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/
DREADME.rst16 Because of the hard-coded values of iBeacon UUID, major, and minor,
/Zephyr-4.3.0/soc/silabs/silabs_s2/
DKconfig56 def_bool $(dt_nodelabel_has_prop,radio,ble-coded-phy-supported)
/Zephyr-4.3.0/drivers/bluetooth/hci/
DKconfig.esp32250 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/
DKconfig.adv16 scanner, including support for advertising data over the LE coded PHY.
/Zephyr-4.3.0/soc/nordic/common/
DKconfig.peripherals137 def_bool $(dt_nodelabel_bool_prop,radio,ble-coded-phy-supported)
/Zephyr-4.3.0/dts/arm/nordic/
Dnrf5340_cpunet.dtsi102 ble-coded-phy-supported;
Dnrf52811.dtsi120 ble-coded-phy-supported;
Dnrf52820.dtsi120 ble-coded-phy-supported;
Dnrf52833.dtsi121 ble-coded-phy-supported;
Dnrf52840.dtsi113 ble-coded-phy-supported;
/Zephyr-4.3.0/doc/security/standards/
Detsi-303645.rst401 - 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/
Dnrf54l_05_10_15.dtsi248 ble-coded-phy-supported;
Dnrf54lm20a.dtsi282 ble-coded-phy-supported;
/Zephyr-4.3.0/doc/releases/
Drelease-notes-1.8.rst126 * Bluetooth 5.0: Added Multiple PHY support, both 2Mbit/s and long-range coded

12