/Zephyr-latest/samples/sensor/ccs811/ |
D | README.rst | 49 BASELINE fff4 54 BASELINE fff4 62 BASELINE 8384 67 BASELINE 8384 72 BASELINE 8384 77 BASELINE 8384 82 BASELINE 8384 87 BASELINE 8384
|
D | Kconfig | 35 bool "Display BASELINE register value for each sample"
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | ccs811.h | 111 * @brief Fetch the current value of the BASELINE register. 113 * The BASELINE register encodes data used to correct sensor readings 116 * For proper management of the BASELINE register see AN000370 117 * "Baseline Save and Restore on CCS811". 127 * @brief Update the BASELINE register. 129 * For proper management of the BASELINE register see AN000370 130 * "Baseline Save and Restore on CCS811". 134 * @param baseline the value to be stored in the BASELINE register. 138 int ccs811_baseline_update(const struct device *dev, uint16_t baseline);
|
D | mhz19b.h | 25 /** Automatic Baseline Correction Self Calibration Function. */
|
/Zephyr-latest/tests/kernel/gen_isr_table/ |
D | testcase.yaml | 7 arch.interrupt.gen_isr_table.arm_baseline: &arm-baseline 12 arch.interrupt.gen_isr_table.arm_baseline.linker_generator: &arm-baseline-linker-generator 45 <<: *arm-baseline 51 <<: *arm-baseline-linker-generator
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.stack | 15 This value is a baseline and the actual TX stack size might 24 This value is a baseline and the actual RX stack size might
|
/Zephyr-latest/doc/connectivity/bluetooth/img/ |
D | att_timeout.svg | 1 …baseline="alphabetic" xml:space="preserve">App</text></g><path fill="none" stroke="none"/><g><path…
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | Kconfig | 140 Optional in CPUs implementing ARMv6-M, ARMv8-M Baseline 157 In an ARMv8-M Baseline implementation with the Security Extension 188 supporting the Baseline implementation. 192 is also referred to as a Baseline Implementation. A 193 Baseline implementation has a subset of the instructions, 206 ARMv8-M Baseline includes additional features 260 implementation (Baseline or Mainline) supporting the 356 This is only required but not limited to Cortex-M Baseline CPUs
|
D | irq_relay.S | 11 * Armv8-M baseline SoCs 13 * In certain ARMv6-M and Armv8-M baseline cores the vector table address can
|
D | pm_s2ram.S | 51 /* `push` on ARMv6-M / ARMv8-M Baseline: 73 /* `pop` on ARMv6-M / ARMv8-M Baseline:
|
/Zephyr-latest/cmake/toolchain/llvm/ |
D | target.cmake | 14 # ARMv8-M baseline is ARMv6-M with additional features from ARMv8-M. 22 # Baseline implementation processor is used.
|
/Zephyr-latest/samples/sensor/ccs811/src/ |
D | main.c | 42 int baseline = -1; in do_fetch() local 47 baseline = rc; in do_fetch() 66 printk("BASELINE %04x\n", baseline); in do_fetch()
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | Kconfig | 17 bool "Baseline basic benchmark" 19 The baseline basic benchmark consists of a single thread that counts
|
D | thread_metric_readme.txt | 14 This is the baseline test consisting of a single thread. This
|
/Zephyr-latest/dts/bindings/counter/ |
D | espressif,esp32-rtc-timer.yaml | 10 supporting applications that need to keep a timing baseline on
|
/Zephyr-latest/drivers/sensor/ams/ccs811/ |
D | ccs811.c | 126 uint16_t baseline; in ccs811_baseline_fetch() local 130 rc = i2c_write_read_dt(&config->i2c, &cmd, sizeof(cmd), (uint8_t *)&baseline, in ccs811_baseline_fetch() 131 sizeof(baseline)); in ccs811_baseline_fetch() 134 rc = baseline; in ccs811_baseline_fetch() 141 uint16_t baseline) in ccs811_baseline_update() argument 144 uint8_t buf[1 + sizeof(baseline)]; in ccs811_baseline_update() 148 memcpy(buf + 1, &baseline, sizeof(baseline)); in ccs811_baseline_update()
|
/Zephyr-latest/include/zephyr/dt-bindings/battery/ |
D | battery.h | 8 * but should provide a good baseline. These curves will also be affected by ambient temperature
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap/ |
D | README.txt | 29 The test is currently supported in ARM Cortex-M Baseline and Mainline 42 The test is currently supported in ARM Cortex-M Baseline and Mainline
|
/Zephyr-latest/modules/cmsis/ |
D | cmsis_core_m.h | 39 /* VTOR is only optional on armv6-m and armv8-m baseline. __VTOR_PRESENT is often
|
/Zephyr-latest/include/zephyr/arch/arm/ |
D | asm_inline_gcc.h | 39 * On ARMv6-M and ARMv8-M Baseline CPUs, this function reads the value of
|
/Zephyr-latest/doc/develop/sca/ |
D | codechecker.rst | 54 ``html,json,codeclimate,gerrit,baseline``.
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/ |
D | exception.h | 24 * (e.g. Cortex-M Baseline variants), hardware ensures processor faults
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | environment.py | 472 "Requires --enable-size-report or one of the baseline comparison modes." 480 help="Compare footprints to the previous twister invocation as a baseline " 486 help="Use this report file as a baseline for footprint comparison. " 493 help="With footprint comparison to a baseline, log ROM/RAM section deltas. ") 499 help="With footprint comparison to a baseline, " 508 help="With footprint comparison to a baseline, "
|
D | twister_main.py | 106 previous_results_file = os.path.join(options.outdir, "baseline.json")
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_multidomain_helper.h | 13 * This module aims to provide baseline for links and backends and simplify
|