Searched full:calculated (Results 1 – 25 of 205) sorted by relevance
123456789
/Zephyr-latest/samples/arch/smp/pi/ |
D | README.rst | 18 number of digits calculated (``DIGITS_NUM``), and the 24 This project outputs Pi values calculated by each thread and in the end total time 41 Pi value calculated by thread #0: 3141592653589793238462643383279502884197... 42 Pi value calculated by thread #1: 3141592653589793238462643383279502884197... 44 Pi value calculated by thread #14: 314159265358979323846264338327950288419... 45 Pi value calculated by thread #15: 314159265358979323846264338327950288419...
|
D | sample.yaml | 15 - "Pi value calculated by thread #[0-9]+: [0-9]+(.*)"
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.stm32 | 25 MCU's LSI clock frequency and can be calculated with: 30 calculated for highest LSI frequency among STM32 MCUs of 40 kHz.
|
D | wdt_wwdg_stm32.c | 49 /* The timeout of the WWDG in milliseconds is calculated by the below formula: 59 * - f_WWDG: the frequency of the WWDG clock. This can be calculated by the 68 * The minimum timeout is calculated with: 71 * The maximum timeout is calculated with: 111 * @return The timeout calculated in microseconds.
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | cmakefileapi.py | 51 # actual items, calculated from indices after loading 72 # actual items, calculated from indices after loading 96 # actual items, calculated from indices after loading 162 # actual items, calculated from indices after loading 178 # actual items, calculated from indices after loading 235 # actual items, calculated from indices after loading
|
/Zephyr-latest/include/zephyr/data/ |
D | navigation.h | 42 * @param distance Destination for calculated distance in millimeters 55 * @param bearing Destination for calculated bearing angle in millidegrees
|
/Zephyr-latest/include/zephyr/sys/ |
D | crc.h | 106 * The following checksums can, among others, be calculated by this function, 108 * calculated CRC is XORed with: 150 * The following checksums can, among others, be calculated by this function, 152 * calculated CRC is XORed with: 183 * The following checksums can, among others, be calculated by this function, 185 * calculated CRC is XORed with: 231 * @param data Pointer to data on which the CRC should be calculated. 243 * @param data Pointer to data on which the CRC should be calculated. 255 * @param data Pointer to data on which the CRC should be calculated. 346 * @param data A pointer to the data on which the CRC will be calculated. [all …]
|
/Zephyr-latest/dts/bindings/sensor/ |
D | st,stts22h-i2c.yaml | 37 the configuration at power-up. This threshold must be calculated 48 the configuration at power-up. This threshold must be calculated
|
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/ |
D | noinit.ld | 6 * Size of sections are calculated in the startup scripts,
|
/Zephyr-latest/include/zephyr/net/ |
D | net_timeout.h | 111 * deadline will be calculated. 129 * be calculated. This should be recently captured value from 149 * be calculated. This should be recently captured value from
|
/Zephyr-latest/dts/bindings/dac/ |
D | atmel,sam-dac.yaml | 23 Peripheral Clock to DAC Clock Ratio. Prescaler value is calculated as
|
/Zephyr-latest/tests/subsys/llext/src/ |
D | find_section_ext.c | 10 * address, as calculated by the llext loader, matches the start of the .data
|
/Zephyr-latest/tests/drivers/flash/negative_tests/src/ |
D | main.c | 81 /* Flash memory boundaries are correctly calculated in ZTEST() 114 /* Flash memory boundaries are correctly calculated in ZTEST() 148 /* Flash memory boundaries are correctly calculated in ZTEST() 183 /* Flash memory boundaries are correctly calculated in ZTEST() 215 /* Flash memory boundaries are correctly calculated in ZTEST()
|
/Zephyr-latest/lib/posix/options/ |
D | timespec_to_timeout.c | 17 * As per POSIX standard time should be calculated wrt CLOCK_REALTIME. in timespec_to_timeoutms()
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | adi_tmc5xxx_common.h | 34 * @return Calculated velocity in full clock cycles
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | ecc.h | 89 * Used to notify of the calculated DH Key. 100 * @param cb Callback to notify the calculated key.
|
/Zephyr-latest/tests/drivers/i2c/i2c_bme688/src/ |
D | sensor.h | 150 * Note: temperature must be calculated first 157 * Note: temperature must be calculated first
|
/Zephyr-latest/subsys/modem/backends/ |
D | Kconfig | 35 It can be calculated as follows:
|
/Zephyr-latest/samples/bluetooth/broadcaster_multiple/ |
D | README.rst | 20 manufacturer data is calculated to maximize the use of supported AD data length.
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_pkt_processing_stats.rst | 67 sent. The value **63** tells also the same information, but is calculated 83 sent. The value **42** tells also the same information, but is calculated
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | _private.py | 20 # 'size' was calculated.
|
/Zephyr-latest/lib/net_buf/ |
D | Kconfig | 49 * total size of the pool is calculated
|
/Zephyr-latest/lib/crc/ |
D | crc32c_sw.c | 18 * the entire stream is calculated. This is a requirement of crc32c algo.
|
/Zephyr-latest/drivers/mspi/ |
D | mspi_ambiq.h | 12 /* Hand-calculated minimum heap sizes needed to return a successful
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/include/mgmt/mcumgr/grp/fs_mgmt/ |
D | fs_mgmt_config.h | 25 * MCUMGR_GRP_FS_DL_CHUNK_SIZE is calculated with most pessimistic estimations,
|
123456789