Home
last modified time | relevance | path

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

12

/Zephyr-latest/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-latest/subsys/bindesc/
DKconfig.version34 The kernel version as binary coded decimal, computed as
67 The app version as binary coded decimal, computed as
/Zephyr-latest/soc/neorv32/
DKconfig26 The targeted NEORV32 version as BCD-coded number. The format is
/Zephyr-latest/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-latest/samples/bluetooth/ibeacon/
DREADME.rst16 Because of the hard-coded values of iBeacon UUID, major, and minor,
/Zephyr-latest/subsys/bluetooth/
DKconfig.adv16 scanner, including support for advertising data over the LE coded PHY.
/Zephyr-latest/dts/arm/nordic/
Dnrf5340_cpunet.dtsi98 ble-coded-phy-supported;
Dnrf52811.dtsi109 ble-coded-phy-supported;
Dnrf52820.dtsi110 ble-coded-phy-supported;
Dnrf52833.dtsi110 ble-coded-phy-supported;
Dnrf52840.dtsi98 ble-coded-phy-supported;
/Zephyr-latest/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-latest/soc/nordic/common/
DKconfig.peripherals205 def_bool $(dt_nodelabel_bool_prop,radio,ble-coded-phy-supported)
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst195 through device tree, rather than having them hard-coded for each supported signal. It also
Drelease-notes-1.8.rst126 * Bluetooth 5.0: Added Multiple PHY support, both 2Mbit/s and long-range coded
Drelease-notes-1.12.rst535 * :github:`6911` - xtools build hard-coded to use IAMCU compiler for all x86 targets
/Zephyr-latest/modules/
DKconfig.mcuboot72 private key is hard coded in the MCUboot source code and is
/Zephyr-latest/dts/common/nordic/
Dnrf54l20.dtsi198 ble-coded-phy-supported;
Dnrf54l_05_10_15.dtsi236 ble-coded-phy-supported;
Dnrf9280.dtsi309 ble-coded-phy-supported;
Dnrf54h20.dtsi433 ble-coded-phy-supported;
/Zephyr-latest/scripts/
Dcheckpatch.pl1767 my ($res, $coded);
1773 $coded = sprintf("^%c", unpack('C', $2) + 64);
1774 $res .= $coded;
/Zephyr-latest/boards/native/doc/
Darch_soc.rst140 - You may not use hard coded memory addresses because there is no I/O or
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst611 the Zephyr kernel major and minor versions as a binary coded decimal value.

12