Home
last modified time | relevance | path

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

12

/Zephyr-latest/drivers/timer/
Dnrf_rtc_timer.c247 static int set_alarm(int32_t chan, uint32_t req_cc, bool exact) in set_alarm() argument
317 if (exact) { in set_alarm()
324 } else if (exact) { in set_alarm()
341 void *user_data, bool exact) in compare_set_nolocks() argument
357 ret = set_alarm(chan, cc_value, exact); in compare_set_nolocks()
359 } else if (!exact) { in compare_set_nolocks()
377 void *user_data, bool exact) in compare_set() argument
383 int ret = compare_set_nolocks(chan, target_time, handler, user_data, exact); in compare_set()
/Zephyr-latest/samples/boards/st/uart/single_wire/
DREADME.rst20 Refer to the specific board overlay file for the exact pin connections.
/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.rst31 * 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/
DKconfig189 If this value is modified, its remote counterpart must be set to the exact same value.
218 …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.rst68 pass a callback to be called when it is necessary to know the exact instant when
/Zephyr-latest/doc/contribute/
Dreviewer_expectations.rst60 project. Furthermore, reviewers must be able to point back to the exact issues
/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/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/subsys/net/lib/http/
DKconfig170 This means that instead of specifying multiple resources with exact
/Zephyr-latest/cmake/bintools/
Dbintools_template.cmake38 # scheme does not cover the exact needs. For those use-cases it is possible
/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/doc/services/llext/
Dbuild.rst56 The exact steps of the extension building process depend on the currently
/Zephyr-latest/doc/hardware/porting/
Dboard_porting.rst333 exact: <true|false>
771 exact: <true|false>
810 Exact revision matching is enabled when ``exact: true`` is specified in the
813 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.rst182 The exact number of intermediate binaries is decided during the configuration

12