Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 25 of 43) sorted by relevance

12

/Zephyr-latest/drivers/timer/
Dnrf_rtc_timer.c248 static int set_alarm(int32_t chan, uint32_t req_cc, bool exact) in set_alarm() argument
318 if (exact) { in set_alarm()
325 } else if (exact) { in set_alarm()
342 void *user_data, bool exact) in compare_set_nolocks() argument
358 ret = set_alarm(chan, cc_value, exact); in compare_set_nolocks()
360 } else if (!exact) { in compare_set_nolocks()
378 void *user_data, bool exact) in compare_set() argument
384 int ret = compare_set_nolocks(chan, target_time, handler, user_data, exact); in compare_set()
/Zephyr-latest/boards/qemu/arc/
Dboard.cmake24 # Let's rely on the QEMU defaults instead of specifying exact board name,
/Zephyr-latest/arch/xtensa/core/
Dmpu.c158 bool *exact, uint8_t *entry_idx) in check_addr_in_mpu_entries() argument
193 if (exact != NULL) { in check_addr_in_mpu_entries()
195 *exact = true; in check_addr_in_mpu_entries()
197 *exact = false; in check_addr_in_mpu_entries()
/Zephyr-latest/boards/
Dindex.rst27 * Can't find your exact board? Don't worry! If a similar board with the same or a closely related
/Zephyr-latest/subsys/lorawan/services/
DKconfig117 This setting has significant influence on RAM usage. If the exact
138 This setting has significant influence on RAM usage. If the exact
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/
DREADME.rst34 - :file:`cmsis_dsp_wrapper.c`: calls the exact math functions from CMSIS-DSP if :kconfig:option:`CO…
35 …ree location where that NatureDSP lib and headers can be found, calls the exact math functions fro…
/Zephyr-latest/lib/libc/picolibc/
DKconfig141 bool "support for exact float/string conversion"
144 Uses Ryu algorithm for exact binary/decimal float conversions.
/Zephyr-latest/modules/hal_nordic/
DKconfig181 If this value is modified, its remote counterpart must be set to the exact same value.
210 …If this option is modified on a multicore SoC, its remote counterpart must be set to the exact sam…
/Zephyr-latest/doc/develop/west/
Dsign.rst29 build logs to find which exact options were used. Copying these options from the
Dtroubleshooting.rst67 C:\foo\python\python38\lib\site-packages``. The exact location
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dgatt.rst60 pass a callback to be called when it is necessary to know the exact instant when
/Zephyr-latest/doc/hardware/arch/
Darc-support-status.rst12 * plans are given without exact deadlines
Darm-scmi.rst113 which offers a set of functions for this exact purpose. Furthermore,
/Zephyr-latest/include/zephyr/arch/x86/intel64/
Dlinker.ld170 . = ALIGN(4); /* so __bss_num_dwords is exact */
/Zephyr-latest/subsys/net/lib/http/
DKconfig169 This means that instead of specifying multiple resources with exact
/Zephyr-latest/doc/build/dts/
Dapi-usage.rst39 exact node you're looking for.
169 Properties with ``string`` and ``boolean`` types work the exact same way. The
/Zephyr-latest/doc/services/llext/
Dbuild.rst56 The exact steps of the extension building process depend on the currently
/Zephyr-latest/doc/connectivity/networking/api/
Dtls_credentials_shell.rst200 …"``<DIGEST>``", "A string digest representing the credential contents. The exact nature of this di…
Dnet_pkt.rst187 exact amount of data that must be read or written.
/Zephyr-latest/cmake/bintools/
Dbintools_template.cmake38 # scheme does not cover the exact needs. For those use-cases it is possible
/Zephyr-latest/doc/hardware/porting/
Dboard_porting.rst333 exact: <true|false>
769 exact: <true|false>
808 Exact revision matching is enabled when ``exact: true`` is specified in the
811 When exact is defined then building for ``plank@0.7.0`` in the above example
Dsoc_porting.rst18 - SoC: the exact system on a chip the board's CPU is part of.
/Zephyr-latest/doc/build/cmake/
Dindex.rst179 The exact number of intermediate binaries is decided during the configuration
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst178 …The additional ``+ 4`` bytes are reserved for the header, which contains the exact size of the mes…
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst114 code multiple times and get the exact same result. Instrumenting the
401 privileges (or the CAP_NET_ADMIN POSIX capability, to be exact) so

12