/Zephyr-latest/scripts/west_commands/ |
D | gtags.py | 92 absolute = os.path.join(project.abspath, filename) 96 if os.path.isfile(absolute): 97 ret.append(absolute)
|
/Zephyr-latest/cmake/modules/ |
D | root.cmake | 5 # 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
|
D | pre_dt.cmake | 33 # 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/ |
D | sysbuild_root.cmake | 5 # 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/ |
D | Kconfig | 83 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/ |
D | Kconfig | 5 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/ |
D | rom_start_offset.ld | 12 * is absolute, so assigning offset here results in moving location counter
|
/Zephyr-latest/tests/cmake/config_dir/ |
D | CMakeLists.txt | 6 # Has been specified as relative on CMake invocation, convert to absolute
|
/Zephyr-latest/doc/_extensions/zephyr/domain/static/css/ |
D | codesample-livesearch.css | 26 position: absolute;
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | Kconfig | 80 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/ |
D | CMakeLists.txt | 12 # If APP_DIR is a relative path, then CMake will adjust to absolute path based
|
/Zephyr-latest/drivers/counter/ |
D | counter_max32_timer.c | 112 bool absolute = flags & COUNTER_ALARM_CFG_ABSOLUTE; in set_cc() local 123 if (absolute) { in set_cc() 135 if (absolute) { in set_cc()
|
D | counter_ifx_cat1.c | 363 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()
|
D | counter_smartbond_timer.c | 216 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()
|
D | counter_nrfx_timer.c | 194 bool absolute = flags & COUNTER_ALARM_CFG_ABSOLUTE; in set_cc() local 220 if (absolute) { in set_cc() 246 if (absolute) { in set_cc()
|
D | counter_gd32_timer.c | 215 bool absolute = flags & COUNTER_ALARM_CFG_ABSOLUTE; in set_cc() local 233 if (absolute) { in set_cc() 259 if (absolute) { in set_cc()
|
D | counter_renesas_rz_gtm.c | 193 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/ |
D | llext-sections.ld | 10 * absolute address 0 so other weak symbols are exported as NULL.
|
/Zephyr-latest/samples/posix/gettimeofday/ |
D | README.rst | 10 absolute wall clock time and local time every second. At system startup, the current time is
|
/Zephyr-latest/boards/shields/x_nucleo_iks01a1/doc/ |
D | index.rst | 32 - LPS25HB: MEMS pressure sensor, 260-1260 hPa absolute digital output barometer
|
/Zephyr-latest/samples/drivers/stepper/generic/ |
D | README.rst | 48 [00:00:01.237,000] <inf> stepper: mode: ping pong absolute
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | stepper.rst | 22 - **Move to** a specific position also known as **absolute movement** using :c:func:`stepper_move_t…
|
/Zephyr-latest/subsys/net/lib/config/ |
D | Kconfig | 211 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/ |
D | reset_vector.S | 81 .begin no-absolute-literals 539 .end no-absolute-literals
|
/Zephyr-latest/doc/hardware/arch/ |
D | semihost.rst | 25 emulated platform. File paths can be either absolute, or relative to the
|