Searched full:since (Results 1 – 25 of 1248) sorted by relevance
12345678910>>...50
/Zephyr-latest/doc/_extensions/zephyr/ |
D | api_overview.py | 17 of all APIs. This table will show the API name, version and since which 44 version = since = "" 52 if sect.get_kind() == "since": 53 since = sect.get_para()[0].get_valueOf_() 57 if since: 60 text=f"v{since.strip()}.0", refuri=f"{github_uri}/v{since.strip()}.0" 88 # Finally, add version and since 118 for header_name in ["API", "Version", "Available in Zephyr Since"]:
|
/Zephyr-latest/include/zephyr/net/ |
D | sntp.h | 25 * @since 1.10 31 /** Time as returned by SNTP API, fractional seconds since 1 Jan 1970 */ 76 * @param ts Timestamp including integer and fractional seconds since 88 * @param ts Timestamp including integer and fractional seconds since 110 * @param ts Timestamp including integer and fractional seconds since 128 * @param ts Timestamp including integer and fractional seconds since
|
/Zephyr-latest/arch/arm/core/ |
D | tls.c | 16 * Since Cortex-M does not have the thread ID or process ID 31 * this so we can simply skip these. However, since GCC 37 * Since we are populating things backwards,
|
/Zephyr-latest/scripts/checkpatch/ |
D | maintainer-checkpatch.bash | 14 # -c <commit> selects the "since" commit 88 since=${since_commit} 90 since=HEAD~${num_commits} 92 git format-patch ${since} -o ${outdir} 2>/dev/null >/dev/null
|
/Zephyr-latest/arch/arm64/core/cortex_r/ |
D | Kconfig | 34 is fine for User Mode, since the background ARM map does not 35 allow nPRIV access at all. However, since the background map 40 Since this does not compromise User Mode, we make the skipping
|
/Zephyr-latest/drivers/timer/ |
D | native_posix_timer.c | 23 /* Time (microseconds since boot) of the last timer tick interrupt */ 28 * (number of microseconds since boot in 32bits) 98 * @brief Ticks elapsed since last sys_clock_announce() call 100 * Queries the clock driver for the current time elapsed since the
|
D | mcux_gpt_timer.c | 35 * since the last rollover of the free running counter. 104 * Since rollover occurs on a tick boundary, we don't in mcux_imx_gpt_isr() 113 /* Normal counter interrupt. Get delta since last announcement */ in mcux_imx_gpt_isr() 143 /* Clamp ticks. We subtract one since we round up to next tick */ in sys_clock_set_timeout() 167 /* Get the number of ticks since the last call to sys_clock_announce() */
|
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | cts.h | 114 * @brief Helper API to decode CTS formatted time into milliseconds since epoch 119 * @param unix_ms [OUT] pointer to store parsed millisecond since epoch 127 * @brief Helper API to encode milliseconds since epoch to CTS formatted time 132 * @param unix_ms [IN] milliseconds since epoch to be converted
|
/Zephyr-latest/subsys/net/lib/mqtt/ |
D | mqtt_os.h | 74 /**@brief Method to get elapsed time in milliseconds since the last activity. 76 * @param[in] last_activity The value since elapsed time is requested. 78 * @retval Time elapsed since last_activity time.
|
/Zephyr-latest/arch/arm64/core/ |
D | tls.c | 21 * this so we can simply skip these. However, since GCC in arch_tls_stack_setup() 27 * Since we are populating things backwards, in arch_tls_stack_setup()
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/ |
D | constants.h | 27 * of x values defined above. Since each inference takes time, the higher this 30 * of time. Since different devices take different amounts of time to perform
|
/Zephyr-latest/arch/xtensa/core/ |
D | tls.c | 25 * this so we can simply skip these. However, since GCC in arch_tls_stack_setup() 31 * Since we are populating things backwards, in arch_tls_stack_setup()
|
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/ |
D | README.txt | 9 Since, main goal is to detect (and report) invalid use of the driver, 16 Since, coverage data is stored in the RAM, it is lost when watchdog fires. 22 Since, tests are executed alphabetically, order was set by starting
|
/Zephyr-latest/include/zephyr/linker/ |
D | app_smem.ld | 20 * Since the dependency list of A.cmd contains both 24 * hackish needs to be used since CMake does not parse
|
D | app_smem_pinned.ld | 24 * Since the dependency list of A.cmd contains both 28 * hackish needs to be used since CMake does not parse
|
/Zephyr-latest/arch/arc/core/ |
D | tls.c | 43 * this so we can simply skip these. However, since GCC in arch_tls_stack_setup() 49 * Since we are populating things backwards, in arch_tls_stack_setup()
|
/Zephyr-latest/arch/arm/core/mpu/ |
D | Kconfig | 39 is fine for User Mode, since the background ARM map does not 40 allow nPRIV access at all. However, since the background map 45 Since this does not compromise User Mode, we make the skipping
|
/Zephyr-latest/tests/drivers/build_all/bbram/src/ |
D | main.c | 6 /* It is okay if main() is not included since just checking the build. */
|
/Zephyr-latest/tests/drivers/build_all/flash/src/ |
D | main.c | 6 /* It is okay if main() is not included since just checking the build. */
|
/Zephyr-latest/boards/beagle/beagleplay/support/ |
D | openocd.cfg | 6 # Since BeaglePlay CC1352 does not have a built in debugger, we use XDS110 in launchpad
|
/Zephyr-latest/tests/boot/test_mcuboot/swapped_app/ |
D | prj.conf | 1 # Since LMA adjustment is used to move the image location to the secondary
|
/Zephyr-latest/samples/bluetooth/hci_spi/ |
D | prj.conf | 10 # Workaround: Unable to allocate command buffer when using K_NO_WAIT since
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/ |
D | Kconfig | 7 bool "Option to align RTC with time-since-boot"
|
/Zephyr-latest/boards/nxp/lpcxpresso11u68/ |
D | lpcxpresso11u68_defconfig | 5 # Since the board has little memory (32k), stack sizes are lowered
|
/Zephyr-latest/tests/drivers/dac/dac_loopback/boards/ |
D | twr_ke18f.overlay | 9 * Increase sample time to 5 microseconds since there is no
|
12345678910>>...50