Home
last modified time | relevance | path

Searched full:baseline (Results 1 – 25 of 38) sorted by relevance

12

/Zephyr-latest/samples/sensor/ccs811/
DREADME.rst49 BASELINE fff4
54 BASELINE fff4
62 BASELINE 8384
67 BASELINE 8384
72 BASELINE 8384
77 BASELINE 8384
82 BASELINE 8384
87 BASELINE 8384
DKconfig35 bool "Display BASELINE register value for each sample"
/Zephyr-latest/include/zephyr/drivers/sensor/
Dccs811.h111 * @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);
Dmhz19b.h25 /** Automatic Baseline Correction Self Calibration Function. */
/Zephyr-latest/tests/kernel/gen_isr_table/
Dtestcase.yaml7 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/
DKconfig.stack15 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/
Datt_timeout.svg1baseline="alphabetic" xml:space="preserve">App</text></g><path fill="none" stroke="none"/><g><path…
/Zephyr-latest/arch/arm/core/cortex_m/
DKconfig140 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
Dirq_relay.S11 * Armv8-M baseline SoCs
13 * In certain ARMv6-M and Armv8-M baseline cores the vector table address can
Dpm_s2ram.S51 /* `push` on ARMv6-M / ARMv8-M Baseline:
73 /* `pop` on ARMv6-M / ARMv8-M Baseline:
/Zephyr-latest/cmake/toolchain/llvm/
Dtarget.cmake14 # ARMv8-M baseline is ARMv6-M with additional features from ARMv8-M.
22 # Baseline implementation processor is used.
/Zephyr-latest/samples/sensor/ccs811/src/
Dmain.c42 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/
DKconfig17 bool "Baseline basic benchmark"
19 The baseline basic benchmark consists of a single thread that counts
Dthread_metric_readme.txt14 This is the baseline test consisting of a single thread. This
/Zephyr-latest/dts/bindings/counter/
Despressif,esp32-rtc-timer.yaml10 supporting applications that need to keep a timing baseline on
/Zephyr-latest/drivers/sensor/ams/ccs811/
Dccs811.c126 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/
Dbattery.h8 * but should provide a good baseline. These curves will also be affected by ambient temperature
/Zephyr-latest/tests/arch/arm/arm_thread_swap/
DREADME.txt29 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/
Dcmsis_core_m.h39 /* VTOR is only optional on armv6-m and armv8-m baseline. __VTOR_PRESENT is often
/Zephyr-latest/include/zephyr/arch/arm/
Dasm_inline_gcc.h39 * On ARMv6-M and ARMv8-M Baseline CPUs, this function reads the value of
/Zephyr-latest/doc/develop/sca/
Dcodechecker.rst54 ``html,json,codeclimate,gerrit,baseline``.
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/
Dexception.h24 * (e.g. Cortex-M Baseline variants), hardware ensures processor faults
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Denvironment.py472 "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, "
Dtwister_main.py106 previous_results_file = os.path.join(options.outdir, "baseline.json")
/Zephyr-latest/include/zephyr/logging/
Dlog_multidomain_helper.h13 * This module aims to provide baseline for links and backends and simplify

12