Searched refs:coded (Results 1 – 25 of 30) sorted by relevance
12
/Zephyr-latest/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-latest/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-latest/soc/neorv32/ |
D | Kconfig | 26 The targeted NEORV32 version as BCD-coded number. The format is
|
/Zephyr-latest/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-latest/samples/bluetooth/ibeacon/ |
D | README.rst | 16 Because of the hard-coded values of iBeacon UUID, major, and minor,
|
/Zephyr-latest/subsys/bluetooth/ |
D | Kconfig.adv | 16 scanner, including support for advertising data over the LE coded PHY.
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf5340_cpunet.dtsi | 98 ble-coded-phy-supported;
|
D | nrf52811.dtsi | 109 ble-coded-phy-supported;
|
D | nrf52820.dtsi | 110 ble-coded-phy-supported;
|
D | nrf52833.dtsi | 110 ble-coded-phy-supported;
|
D | nrf52840.dtsi | 98 ble-coded-phy-supported;
|
/Zephyr-latest/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-latest/soc/nordic/common/ |
D | Kconfig.peripherals | 205 def_bool $(dt_nodelabel_bool_prop,radio,ble-coded-phy-supported)
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-4.1.rst | 195 through device tree, rather than having them hard-coded for each supported signal. It also
|
D | release-notes-1.8.rst | 126 * Bluetooth 5.0: Added Multiple PHY support, both 2Mbit/s and long-range coded
|
D | release-notes-1.12.rst | 535 * :github:`6911` - xtools build hard-coded to use IAMCU compiler for all x86 targets
|
/Zephyr-latest/modules/ |
D | Kconfig.mcuboot | 72 private key is hard coded in the MCUboot source code and is
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf54l20.dtsi | 198 ble-coded-phy-supported;
|
D | nrf54l_05_10_15.dtsi | 236 ble-coded-phy-supported;
|
D | nrf9280.dtsi | 309 ble-coded-phy-supported;
|
D | nrf54h20.dtsi | 433 ble-coded-phy-supported;
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 1767 my ($res, $coded); 1773 $coded = sprintf("^%c", unpack('C', $2) + 64); 1774 $res .= $coded;
|
/Zephyr-latest/boards/native/doc/ |
D | arch_soc.rst | 140 - You may not use hard coded memory addresses because there is no I/O or
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 611 the Zephyr kernel major and minor versions as a binary coded decimal value.
|
12