Home
last modified time | relevance | path

Searched full:takes (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/
DREADME.rst74 [Library Test] Vector Sum takes 6886 cycles
79 [Library Test] Vector power sum takes 6659 cycles
84 [Library Test] Vector power sum takes 3681 cycles
89 [Library Test] Fast Fourier Transform on Real Data takes 67956 cycles
94 [Library Test] Bi-quad Real Block IIR takes 506702 cycles
99 [Library Test] Least Mean Square (LMS) Filter for Real Data test takes 184792 cycles
112 [Library Test] Vector Sum takes 3829 cycles
117 [Library Test] Vector power sum takes 2432 cycles
122 [Library Test] Vector power sum takes 2594 cycles
127 [Library Test] Fast Fourier Transform on Real Data takes 3338 cycles
[all …]
/Zephyr-latest/include/zephyr/drivers/flash/
Dstm32_flash_api_extensions.h16 * As an input this operation takes a structure with two sector masks,
30 * As an input this operation takes structure with information about
54 * Read the option bytes content, out takes a *uint32_t, in is unused.
60 * Write the option bytes content, in takes the new value, out is
61 * unused. Note that the new value only takes effect after the device
/Zephyr-latest/include/zephyr/sys/
Dsys_io.h92 * This functions takes the designated bit starting from port and sets it to 1.
102 * This functions takes the designated bit starting from port and sets it to 0.
112 * This functions takes the designated bit starting from port and tests its
125 * This functions takes the designated bit starting from port, tests its
138 * This functions takes the designated bit starting from port, tests its
242 * This functions takes the designated bit starting from addr and sets it to 1.
272 * This functions takes the designated bit starting from addr and sets it to 0.
282 * This functions takes the designated bit starting from addr and tests its
295 * This functions takes the designated bit starting from addr, tests its
308 * This functions takes the designated bit starting from addr, test its
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dgatt.rst11 which takes the :c:struct:`bt_gatt_service` struct that provides the list of
68 :c:func:`bt_gatt_discover` API which takes the
77 Read procedures are supported by :c:func:`bt_gatt_read` API which takes the
82 Write procedures are supported by :c:func:`bt_gatt_write` API and takes
89 :c:func:`bt_gatt_subscribe` API which takes
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/
Dmath_ops.c44 printk("[Library Test] Vector Sum takes %d cycles\r\n", stop - start); in test_vec_sum_int16_op()
67 printk("[Library Test] Vector power sum takes %d cycles\r\n", stop - start); in test_power_int16_op()
82 printk("[Library Test] Vector power sum takes %d cycles\r\n", stop - start); in test_power_int32_op()
102 printk("[Library Test] Fast Fourier Transform on Real Data takes %d cycles\r\n", in test_fft_op()
116 printk("[Library Test] Bi-quad Real Block IIR takes %d cycles\r\n", stop - start); in test_iir_op()
141 printk("[Library Test] Least Mean Square (LMS) Filter for Real Data test takes %d cycles\r\n", in test_fir_blms_op()
/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py60 This function takes a 'chosen' property and treats that property as a path
92 This function takes a /chosen node property and returns the path
104 This function takes a /chosen node property and returns 'y' if the
201 This function takes a 'node' and will look to see if that 'node' has a
229 This function takes a 'node' and will look to see if that 'node' has a
254 This function takes a 'node', a property name ('prop'), index ('index') and
282 This function takes a 'chosen' property and treats that property as a path
306 This function takes a 'chosen' property and treats that property as a path
345 This function takes a 'chosen' property and treats that property as a path
387 This function takes a 'path' and looks for an EDT node at that path. If it
[all …]
/Zephyr-latest/include/zephyr/input/
Dinput_hid.h18 * Takes an input code as input and returns the corresponding HID code as
31 * Takes an input code as input and returns the corresponding HID modifier as
/Zephyr-latest/include/zephyr/display/
Dmb_display.h75 * This helper takes an array of 5 rows, each consisting of 5 0/1 values which
119 * This function takes an array of one or more images and renders them
122 * another image being displayed it will be canceled and the new one takes
138 * This function takes a printf-style format string and outputs it in a
143 * will be canceled and the new one takes over.
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/
Dconstants.h27 * of x values defined above. Since each inference takes time, the higher this
29 * of this constant can be tuned so that one full cycle takes a desired amount
/Zephyr-latest/samples/bluetooth/hap_ha/boards/
Dnative_sim.conf5 # than every 10 ms as each PDU for some reason takes 2 ticks to process.
/Zephyr-latest/samples/bluetooth/bap_unicast_client/boards/
Dnative_sim.conf8 # than every 10 ms as each PDU for some reason takes 2 ticks to process.
/Zephyr-latest/samples/bluetooth/tmap_bmr/boards/
Dnative_sim.conf8 # than every 10 ms as each PDU for some reason takes 2 ticks to process.
Dnative_posix.conf8 # than every 10 ms as each PDU for some reason takes 2 ticks to process.
/Zephyr-latest/samples/bluetooth/tmap_bms/boards/
Dnative_posix.conf8 # than every 10 ms as each PDU for some reason takes 2 ticks to process.
Dnative_sim.conf8 # than every 10 ms as each PDU for some reason takes 2 ticks to process.
/Zephyr-latest/samples/bluetooth/tmap_central/boards/
Dnative_posix.conf8 # than every 10 ms as each PDU for some reason takes 2 ticks to process.
Dnative_sim.conf8 # than every 10 ms as each PDU for some reason takes 2 ticks to process.
/Zephyr-latest/samples/bluetooth/tmap_peripheral/boards/
Dnative_posix.conf8 # than every 10 ms as each PDU for some reason takes 2 ticks to process.
Dnative_sim.conf8 # than every 10 ms as each PDU for some reason takes 2 ticks to process.
/Zephyr-latest/samples/bluetooth/bap_unicast_server/boards/
Dnative_sim.conf8 # than every 10 ms as each PDU for some reason takes 2 ticks to process.
/Zephyr-latest/dts/bindings/sensor/
Dsensirion,sgp40.yaml17 The selftest takes ~250ms.
/Zephyr-latest/samples/subsys/smf/smf_calculator/
Dsample.yaml7 # Sample takes ~300k on disco_l475_iot1 board, add 50k just in case.
/Zephyr-latest/samples/subsys/debug/fuzz/
Dsample.yaml12 # ability to search a 1-in-2^56 haystack), but that takes 20-60s
/Zephyr-latest/scripts/west_commands/zspdx/
Dcmakefileapijson.py334 # takes: Codemodel
340 # takes: Config
350 # takes: Config and ConfigDir
371 # takes: Config and ConfigProject
391 # takes: Config and ConfigTarget
412 # takes: Target and TargetSource
425 # takes: Target and TargetSourceGroup
432 # takes: Target and TargetCompileGroup
/Zephyr-latest/tests/bluetooth/mesh/blob_io_flash/
Dprj.conf9 # previously witten data, which is considered overwrite although it takes no effect.

12345678910>>...16