Home
last modified time | relevance | path

Searched refs:absolute (Results 1 – 25 of 86) sorted by relevance

1234

/Zephyr-latest/scripts/west_commands/
Dgtags.py92 absolute = os.path.join(project.abspath, filename)
96 if os.path.isfile(absolute):
97 ret.append(absolute)
/Zephyr-latest/cmake/modules/
Droot.cmake5 # Convert Zephyr roots to absolute paths.
8 # absolute path relative from APPLICATION_SOURCE_DIR.
18 # any relative path to absolute path and update the root list.
33 # Convert paths to absolute, relative from APPLICATION_SOURCE_DIR
Dpre_dt.cmake33 # Convert relative paths to absolute paths relative to the application
47 # Convert the directories in DTS_ROOT to absolute paths without
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_root.cmake5 # Convert Zephyr roots to absolute paths to be used by sysbuild.
8 # absolute path relative from APP_DIR.
18 # any relative path to absolute path and update the root list.
36 # Convert paths to absolute, relative from APP_DIR
/Zephyr-latest/drivers/sensor/adi/adxl367/
DKconfig83 Activity detection can be configured as referenced or absolute.
84 When using absolute activity detection, acceleration samples are
92 Inactivity detection can be configured as referenced or absolute.
93 When using absolute inactivity detection, acceleration samples are
/Zephyr-latest/drivers/sensor/wsen/wsen_pads_2511020213301/
DKconfig5 bool "WSEN-PADS-2511020213301 absolute pressure and temperature sensor"
12 …Enable driver for the WSEN-PADS-2511020213301 I2C/SPI-based absolute pressure sensor with integrat…
/Zephyr-latest/arch/common/
Drom_start_offset.ld12 * is absolute, so assigning offset here results in moving location counter
/Zephyr-latest/tests/cmake/config_dir/
DCMakeLists.txt6 # Has been specified as relative on CMake invocation, convert to absolute
/Zephyr-latest/doc/_extensions/zephyr/domain/static/css/
Dcodesample-livesearch.css26 position: absolute;
/Zephyr-latest/drivers/sensor/adi/adxl372/
DKconfig80 Activity detection can be configured as referenced or absolute.
81 When using absolute activity detection, acceleration samples are
84 activity detection to be based not on an absolute threshold,
/Zephyr-latest/share/sysbuild/
DCMakeLists.txt12 # If APP_DIR is a relative path, then CMake will adjust to absolute path based
/Zephyr-latest/drivers/counter/
Dcounter_max32_timer.c112 bool absolute = flags & COUNTER_ALARM_CFG_ABSOLUTE; in set_cc() local
123 if (absolute) { in set_cc()
135 if (absolute) { in set_cc()
Dcounter_ifx_cat1.c363 bool absolute = ((flags & COUNTER_ALARM_CFG_ABSOLUTE) == 0) ? false : true; in ifx_cat1_counter_set_alarm() local
371 if (absolute) { in ifx_cat1_counter_set_alarm()
397 if ((absolute && (val < curr)) || (diff > max_rel_val)) { in ifx_cat1_counter_set_alarm()
407 if (absolute) { in ifx_cat1_counter_set_alarm()
Dcounter_smartbond_timer.c216 bool absolute = alarm_cfg->flags & COUNTER_ALARM_CFG_ABSOLUTE; in counter_smartbond_set_alarm() local
239 if (absolute) { in counter_smartbond_set_alarm()
264 if (absolute) { in counter_smartbond_set_alarm()
Dcounter_nrfx_timer.c194 bool absolute = flags & COUNTER_ALARM_CFG_ABSOLUTE; in set_cc() local
220 if (absolute) { in set_cc()
246 if (absolute) { in set_cc()
Dcounter_gd32_timer.c215 bool absolute = flags & COUNTER_ALARM_CFG_ABSOLUTE; in set_cc() local
233 if (absolute) { in set_cc()
259 if (absolute) { in set_cc()
Dcounter_renesas_rz_gtm.c193 bool absolute = alarm_cfg->flags & COUNTER_ALARM_CFG_ABSOLUTE; in counter_rz_gtm_set_alarm() local
248 if (absolute) { in counter_rz_gtm_set_alarm()
280 if (absolute) { in counter_rz_gtm_set_alarm()
/Zephyr-latest/include/zephyr/linker/
Dllext-sections.ld10 * absolute address 0 so other weak symbols are exported as NULL.
/Zephyr-latest/samples/posix/gettimeofday/
DREADME.rst10 absolute wall clock time and local time every second. At system startup, the current time is
/Zephyr-latest/boards/shields/x_nucleo_iks01a1/doc/
Dindex.rst32 - LPS25HB: MEMS pressure sensor, 260-1260 hPa absolute digital output barometer
/Zephyr-latest/samples/drivers/stepper/generic/
DREADME.rst48 [00:00:01.237,000] <inf> stepper: mode: ping pong absolute
/Zephyr-latest/doc/hardware/peripherals/
Dstepper.rst22 - **Move to** a specific position also known as **absolute movement** using :c:func:`stepper_move_t…
/Zephyr-latest/subsys/net/lib/config/
DKconfig211 Perform an SNTP request over networking to get and absolute
214 correct absolute time (no just time since system startup).
245 absolute wall clock time, and resync system time from it.
/Zephyr-latest/arch/xtensa/core/startup/
Dreset_vector.S81 .begin no-absolute-literals
539 .end no-absolute-literals
/Zephyr-latest/doc/hardware/arch/
Dsemihost.rst25 emulated platform. File paths can be either absolute, or relative to the

1234