Home
last modified time | relevance | path

Searched full:since (Results 1 – 25 of 1248) sorted by relevance

12345678910>>...50

/Zephyr-latest/doc/_extensions/zephyr/
Dapi_overview.py17 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/
Dsntp.h25 * @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/
Dtls.c16 * 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/
Dmaintainer-checkpatch.bash14 # -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/
DKconfig34 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/
Dnative_posix_timer.c23 /* 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
Dmcux_gpt_timer.c35 * 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/
Dcts.h114 * @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/
Dmqtt_os.h74 /**@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/
Dtls.c21 * 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/
Dconstants.h27 * 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/
Dtls.c25 * 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/
DREADME.txt9 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/
Dapp_smem.ld20 * Since the dependency list of A.cmd contains both
24 * hackish needs to be used since CMake does not parse
Dapp_smem_pinned.ld24 * 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/
Dtls.c43 * 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/
DKconfig39 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/
Dmain.c6 /* It is okay if main() is not included since just checking the build. */
/Zephyr-latest/tests/drivers/build_all/flash/src/
Dmain.c6 /* It is okay if main() is not included since just checking the build. */
/Zephyr-latest/boards/beagle/beagleplay/support/
Dopenocd.cfg6 # Since BeaglePlay CC1352 does not have a built in debugger, we use XDS110 in launchpad
/Zephyr-latest/tests/boot/test_mcuboot/swapped_app/
Dprj.conf1 # Since LMA adjustment is used to move the image location to the secondary
/Zephyr-latest/samples/bluetooth/hci_spi/
Dprj.conf10 # Workaround: Unable to allocate command buffer when using K_NO_WAIT since
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/
DKconfig7 bool "Option to align RTC with time-since-boot"
/Zephyr-latest/boards/nxp/lpcxpresso11u68/
Dlpcxpresso11u68_defconfig5 # Since the board has little memory (32k), stack sizes are lowered
/Zephyr-latest/tests/drivers/dac/dac_loopback/boards/
Dtwr_ke18f.overlay9 * Increase sample time to 5 microseconds since there is no

12345678910>>...50