Searched full:calculation (Results 1 – 25 of 233) sorted by relevance
12345678910
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/ |
D | README.txt | 34 complex product calculation OK after 50 (high) + 63297 (low) tests (computed -160) 35 complex product calculation OK after 150 (high) + 188138 (low) tests (computed -160) 36 complex product calculation OK after 250 (high) + 312972 (low) tests (computed -160) 37 complex product calculation OK after 350 (high) + 437806 (low) tests (computed -160) 38 complex product calculation OK after 450 (high) + 562639 (low) tests (computed -160)
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/ |
D | README.txt | 47 will increase the test's speed, but at the expense of the calculation's 69 Pi calculation OK after 50 (high) + 10 (low) tests (computed 3.141598) 70 Pi calculation OK after 150 (high) + 31 (low) tests (computed 3.141598) 71 Pi calculation OK after 250 (high) + 51 (low) tests (computed 3.141598) 72 Pi calculation OK after 350 (high) + 72 (low) tests (computed 3.141598) 73 Pi calculation OK after 450 (high) + 92 (low) tests (computed 3.141598)
|
D | CMakeLists.txt | 10 # calculation through PI_NUM_ITERATIONS. Lowering this value will increase
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_npcx_sha.c | 33 * Prepare the context buffer for a SHA calculation - by loading the 38 * Updates the SHA calculation with the additional data. When the 40 * accept new data * buffers for SHA calculation and changes to the data 41 * in data buffer should no longer effect the SHA calculation. 46 /* Perform a complete SHA calculation */
|
D | crypto_it8xxx2_sha_v2.c | 114 * HW 64 bytes data calculation ~= 4us; in it8xxx2_sha256_module_calculation() 115 * HW 1024 bytes data calculation ~= 66us. in it8xxx2_sha256_module_calculation() 135 LOG_ERR("HW execute sha256 calculation timeout"); in it8xxx2_sha256_module_calculation() 183 * If fill full 64byte then execute HW calculation. in it8xxx2_hash_handler()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/tester/ |
D | prj.conf | 14 # Work around bug in throughput calculation
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/src/ |
D | fs_mgmt_hash_checksum_sha256.c | 45 /* Clear variables prior to calculation */ in fs_mgmt_hash_checksum_sha256() 53 /* Read all data from file and add to SHA256 hash calculation */ in fs_mgmt_hash_checksum_sha256() 74 /* Finalise SHA256 hash calculation and store output in provided output buffer */ in fs_mgmt_hash_checksum_sha256()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/ |
D | prj.conf | 14 # Work around bug in throughput calculation
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/ |
D | README.rst | 12 feedback calculation is currently only implemented for the Nordic nRF5340 IC. 47 The sample defaults to indirect feedback calculation because direct sample
|
/Zephyr-latest/dts/bindings/sensor/ |
D | st,stm32-temp-common.yaml | 26 This is visible in the formula used for temperature calculation, which has the
|
D | espressif,esp32-temp.yaml | 17 calculation of the output temperature from the measured value.
|
/Zephyr-latest/samples/arch/smp/pi/ |
D | sample.yaml | 2 description: Calculation of Pi independently in
|
D | README.rst | 25 required for all the calculation to be done. It can be built and executed
|
/Zephyr-latest/drivers/sensor/hp206c/ |
D | Kconfig | 37 Value, in cm, that will be used to compensate altitude calculation.
|
/Zephyr-latest/boards/st/stm32l496g_disco/ |
D | board_adc_vref.c | 16 * calculation in enable_adc_reference()
|
/Zephyr-latest/soc/ite/ec/it8xxx2/ |
D | Kconfig | 228 bool "HW SHA256 calculation" 230 IT8XXX2 HW support sha256 calculation, and its calculation is faster than FW.
|
/Zephyr-latest/drivers/sensor/sensirion/sgp40/ |
D | sgp40.h | 25 * "Checksum Calculation" section of the datasheet.
|
/Zephyr-latest/soc/nordic/nrf54l/ |
D | soc.c | 74 * calculation: (CAP_VAL - 4 pF)* 0.5 in nordicsemi_nrf54l_init() 77 * NOTE: The desired capacitance value is used in encoded from in INTCAP calculation formula in nordicsemi_nrf54l_init() 83 /* Calculation of INTCAP code before rounding. Min that calculations here are done on in nordicsemi_nrf54l_init()
|
/Zephyr-latest/dts/bindings/watchdog/ |
D | gd,gd32-fwdgt.yaml | 29 from values that don't cause calculation errors in both cases of
|
/Zephyr-latest/dts/bindings/clock/ |
D | st,stm32f0-pll-clock.yaml | 12 Frequency calculation for output clock is as follows:
|
/Zephyr-latest/tests/kernel/timer/starve/ |
D | README.txt | 17 hardware timer counter, a timer driver internal calculation of
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | tmag5273.h | 46 * Only available if calculation source can be changed during runtime.
|
/Zephyr-latest/dts/bindings/i2c/ |
D | ite,enhance-i2c.yaml | 35 The unit is number of SMB clock cycles. The time calculation
|
/Zephyr-latest/drivers/sensor/sensirion/sht4x/ |
D | sht4x.h | 22 * "Checksum Calculation" section of the datasheet.
|
/Zephyr-latest/include/zephyr/drivers/adc/ |
D | current_sense_shunt.h | 43 /* store in a temporary 64 bit variable to prevent overflow during calculation */ in current_sense_shunt_scale_dt()
|
12345678910