Home
last modified time | relevance | path

Searched full:reflect (Results 1 – 25 of 85) sorted by relevance

1234

/Zephyr-latest/lib/crc/
Dcrc_shell.c59 shell_print(sh, "-r Reflect"); in usage()
77 bool reflect = false; in cmd_crc() local
102 reflect = true; in cmd_crc()
143 shell_print(sh, "0x%x", crc_by_type(type, addr, size, seed, poly, reflect, first, last)); in cmd_crc()
/Zephyr-latest/include/zephyr/sys/
Dbase64.h53 * *olen is always updated to reflect the amount
75 * not correct. *olen is always updated to reflect the amount
Dcrc.h115 * coefficient. Important: please reflect the poly. For example,
383 * @param reflect Should we use reflected/reversed values or not
389 uint32_t seed, uint32_t poly, bool reflect, bool first, in crc_by_type() argument
394 return crc4(src, len, poly, seed, reflect); in crc_by_type()
400 return crc8(src, len, poly, seed, reflect); in crc_by_type()
406 if (reflect) { in crc_by_type()
/Zephyr-latest/dts/bindings/memory-controllers/
Drenesas,smartbond-nor-psram.yaml36 [7:0] should reflect the density value itself and [15:8] should reflect
83 commands, that should be read-cmd and write-cmd respectively, reflect the QPI mode.
/Zephyr-latest/samples/userspace/shared_mem/src/
Dmain.h57 #define REFLECT {1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, \ macro
/Zephyr-latest/subsys/bluetooth/common/
Ddummy.c19 * The unpacked structs below are used inside __packed structures that reflect
/Zephyr-latest/doc/connectivity/networking/api/
Dvlan.rst27 :kconfig:option:`CONFIG_NET_VLAN` and :kconfig:option:`CONFIG_NET_VLAN_COUNT` to reflect how
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dhealth_srv.h51 * Should be updated to reflect the number of faults
77 * Should be updated to reflect the number of faults
/Zephyr-latest/scripts/tests/twister/
Dtest_platform.py107 # The test should be updated to reflect the new implementation.
/Zephyr-latest/modules/fatfs/
Dzephyr_fatfs_config.h105 * and FF_VOLUMES needs to reflect that, which means that dolt
/Zephyr-latest/modules/
DKconfig17 build time to reflect that the build might have been tainted by them.
/Zephyr-latest/soc/intel/intel_adsp/cavs/
Dsram.c40 * bit masks reflect total number of available EBB (banks) in each in hp_sram_pm_banks()
/Zephyr-latest/tests/boards/intel_adsp/mm/src/
Dmain.c74 /* Verify the originals reflect the change */
200 /* Verify the originals reflect the change */ in ZTEST()
/Zephyr-latest/doc/safety/
Dsafety_requirements.rst9 The safety committee leads the effort to gather requirements that reflect the **actual** state of
/Zephyr-latest/drivers/spi/
Dspi_smartbond.c864 /* Source and destination data size should reflect DFS value */ in spi_smartbond_dma_config()
876 * should reflect the total number of bytes. in spi_smartbond_dma_config()
879 /* Should reflect the TX buffer */ in spi_smartbond_dma_config()
894 /* Source and destination data size should reflect DFS value */ in spi_smartbond_dma_config()
906 * should reflect the total number of bytes. in spi_smartbond_dma_config()
909 /* Should reflect the RX buffer */ in spi_smartbond_dma_config()
/Zephyr-latest/include/zephyr/net/
Dnet_timeout.h138 /** @brief Update state to reflect elapsed time and get new delay.
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
DKconfig40 Specify the accuracy of the clock. This setting should reflect
/Zephyr-latest/subsys/net/lib/ptp/
DKconfig105 Specify the accuracy of the clock. This setting should reflect
/Zephyr-latest/lib/heap/
Dheap_stress.c103 * argument should reflect the size of the heap being tested. The
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Daccess.rst100 message is published, allowing the model to change the payload to reflect its
194 relations can be stored in the composition on a device, and this number should reflect the
Ddfu_srv.rst115 the new firmware. The firmware image table should be updated to reflect the new firmware ID of the
/Zephyr-latest/drivers/timer/
Dmtk_adsp_timer.c18 * reflect the same underlying clock (though they're different
/Zephyr-latest/drivers/gnss/gnss_u_blox_protocol/
Dgnss_u_blox_protocol.h17 /* When a configuration frame is sent, the device requires some delay to reflect the changes. */
/Zephyr-latest/arch/x86/core/ia32/
Dexcstub.S46 * These tools must be updated to reflect any changes to the stack frame.
/Zephyr-latest/drivers/watchdog/
Dwdt_nxp_fs26.h267 /* Reflect the value of the Watchdog Refresh Counter */
272 /* Reflect the value of the Watchdog Error Counter */
395 /* Reflect the value of the Watchdog Error Counter */

1234