Home
last modified time | relevance | path

Searched full:exact (Results 1 – 25 of 118) sorted by relevance

12345

/Zephyr-latest/dts/bindings/clock/
Dpwm-clock.yaml40 Exact output frequency, in case the PWM period is not exact
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dgatt.c203 /* Exact copy of subsys/bluetooth/host/gatt.c:gatt_foreach_iter() */
244 /* Exact copy of subsys/bluetooth/host/gatt.c:foreach_attr_type_dyndb() */
275 /* Exact copy of subsys/bluetooth/host/gatt.c:bt_gatt_foreach_attr_type() */
328 /* Exact copy of subsys/bluetooth/host/gatt.c:found_attr() */
338 /* Exact copy of subsys/bluetooth/host/gatt.c:find_attr() */
348 /* Exact copy of subsys/bluetooth/host/gatt.c:gatt_insert() */
373 /* Exact copy of subsys/bluetooth/host/gatt.c:gatt_register() */
463 /* Exact copy of subsys/bluetooth/host/gatt.c:bt_gatt_attr_read() */
/Zephyr-latest/arch/arm/core/
Dnmi_on_reset.S15 * rebooting might trigger the exact same problem over and over.
/Zephyr-latest/modules/mbedtls/configs/
Dconfig-coap.h79 /* Save some RAM by adjusting to your exact needs */
83 * You should adjust this to the exact number of sources you're using: default
Dconfig-ccm-psk-tls1_2.h87 /* Save some RAM by adjusting to your exact needs */
91 * You should adjust this to the exact number of sources you're using: default
Dconfig-suite-b.h112 /* Save RAM by adjusting to our exact needs */
123 * You should adjust this to the exact number of sources you're using: default
Dconfig-threadnet.h98 /* Save RAM by adjusting to our exact needs */
/Zephyr-latest/drivers/timer/
Dnrf_rtc_timer.c239 * @param[in] exact Use @c false to allow CC adjustment if @c req_cc value is
248 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/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/modules/hal_rpi_pico/pico/
Dconfig_autogen.h10 * with this exact name.
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/
Dflexspi.c45 * if we can't get an exact divider, round down in flexspi_clock_set_freq()
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/
Dflexspi.c43 * requested when we can't output the exact requested frequency in flexspi_clock_set_freq()
/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/
Dflexspi.c43 * requested when we can't output the exact requested frequency in flexspi_clock_set_freq()
/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/dts/bindings/timer/
Dst,stm32-lptim.yaml52 Gives the LPTIM an exact counting value (s) for timeout expiration.
/Zephyr-latest/boards/qemu/arc/
Dboard.cmake24 # Let's rely on the QEMU defaults instead of specifying exact board name,
/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/include/zephyr/drivers/
Dauxdisplay.h446 * @param x Exact or offset X position
447 * @param y Exact or offset Y position
479 * @param x Will be updated with the exact X position
480 * @param y Will be updated with the exact Y position
507 * @param x Exact or offset X position
508 * @param y Exact or offset Y position
540 * @param x Will be updated with the exact X position
541 * @param y Will be updated with the exact Y position
/Zephyr-latest/tests/drivers/video/api/src/
Dvideo_common.c55 zassert_ok(ret, "expecting exact match to work"); in ZTEST()
89 zassert_ok(ret, "expecting exact match to work"); in ZTEST()
/Zephyr-latest/soc/nxp/rw/
Dflexspi_clock_setup.c34 * if we can't get an exact divider, round down in flexspi_clock_set_freq()
/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/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/subsys/bluetooth/services/
Dcts.c70 /* 'Fractions 256 part of 'Exact Time 256' */ in bt_cts_time_from_unix_ms()
87 /* 'Exact Time 256' contains 'Day Date Time' which contains in bt_cts_time_from_unix_ms()
/Zephyr-latest/doc/develop/west/
Dsign.rst29 build logs to find which exact options were used. Copying these options from the
/Zephyr-latest/dts/bindings/led_strip/
Dworldsemi,ws2812-gpio.yaml16 below. The exact timings of the LED strip data line might vary on the

12345