/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/ |
D | math_ops.c | 13 static int start, stop; variable 39 stop = k_cycle_get_32(); in test_vec_sum_int16_op() 44 printk("[Library Test] Vector Sum takes %d cycles\r\n", stop - start); in test_vec_sum_int16_op() 58 stop = k_cycle_get_32(); in test_power_int16_op() 67 printk("[Library Test] Vector power sum takes %d cycles\r\n", stop - start); in test_power_int16_op() 80 stop = k_cycle_get_32(); in test_power_int32_op() 82 printk("[Library Test] Vector power sum takes %d cycles\r\n", stop - start); in test_power_int32_op() 100 stop = k_cycle_get_32(); in test_fft_op() 103 stop - start); in test_fft_op() 114 stop = k_cycle_get_32(); in test_iir_op() [all …]
|
/Zephyr-latest/samples/sensor/adc_cmp_npcx/src/ |
D | main.c | 19 #define IS_RUNNING !(atomic_test_bit(&stop, 0)) 20 #define STOP() atomic_set_bit(&stop, 0) macro 27 atomic_val_t stop; variable 45 STOP(); in set_upper_threshold() 60 STOP(); in set_lower_threshold() 75 STOP(); in enable_threshold() 94 STOP(); in threshold_trigger_handler()
|
/Zephyr-latest/tests/drivers/i2s/i2s_api/src/ |
D | test_i2s_loopback.c | 19 * - RX stream STOP trigger stops reception. 56 /* All data written, drain TX queue and stop the transmission */ in ZTEST_USER() 64 /* All but one data block read, stop reception */ in ZTEST_USER() 66 zassert_equal(ret, 0, "RX STOP trigger failed"); in ZTEST_USER() 85 * - RX stream STOP trigger stops reception. 117 /* All data written, flush TX queue and stop the transmission */ in ZTEST_USER() 121 /* All but one data block read, stop reception */ in ZTEST_USER() 123 zassert_equal(ret, 0, "RX STOP trigger failed"); in ZTEST_USER() 177 /* All data written, drop TX, RX queue and stop the transmission */ in ZTEST_USER() 205 * - STOP trigger stops transfer / reception at the end of the current block, [all …]
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_server_shell.c | 69 shell_error(sh, "Usage: stop <service>"); in cmd_stop() 81 shell_error(sh, "Failed to stop service (%d)", ret); in cmd_stop() 92 SHELL_CMD(stop, NULL, 93 "Stop a CoAP Service\n" 94 "Usage: stop <service>",
|
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/boards/ |
D | b_u585i_iot02a.overlay | 9 * which isn't possible in Stop Mode 2. 10 * Remove Stop Mode 2 from supported modes 16 /* Set domain clock to HSI to allow wakeup from Stop mode */
|
D | nucleo_wb55rg.overlay | 10 * which isn't possible in Stop Mode 2. 11 * Remove Stop Mode 2 from supported modes 17 /* Set domain clock to HSI to allow wakeup from Stop mode */
|
/Zephyr-latest/doc/_static/images/ |
D | logo-readme-light.svg | 37 <stop 39 stop-color="#7929d2" 41 <stop 43 stop-color="#0070c5" 53 <stop 55 stop-color="#00aeff" 57 <stop 59 stop-color="#9454db" 69 <stop 71 stop-color="#66a9dc" [all …]
|
D | logo-readme-dark.svg | 37 <stop 39 stop-color="#7929d2" 41 <stop 43 stop-color="#0070c5" 53 <stop 55 stop-color="#00aeff" 57 <stop 59 stop-color="#9454db" 69 <stop 71 stop-color="#66a9dc" [all …]
|
D | logo.svg | 37 <stop 39 stop-color="#7929d2" 41 <stop 43 stop-color="#0070c5" 53 <stop 55 stop-color="#00aeff" 57 <stop 59 stop-color="#9454db" 69 <stop 71 stop-color="#66a9dc" [all …]
|
/Zephyr-latest/tests/lib/acpi/unit/src/ |
D | assert.c | 22 /* ztest_test_pass()/ztest_test_fail() are used to stop the execution in assert_post_action() 29 /* Mark the test as passed and stop execution: in assert_post_action() 35 /* Mark the test as failed and stop execution */ in assert_post_action()
|
/Zephyr-latest/tests/bluetooth/host/host_mocks/ |
D | assert.c | 23 /* ztest_test_pass()/ztest_test_fail() are used to stop the execution in assert_post_action() 30 /* Mark the test as passed and stop execution: in assert_post_action() 36 /* Mark the test as failed and stop execution */ in assert_post_action()
|
/Zephyr-latest/tests/net/mocks/ |
D | assert.c | 23 /* ztest_test_pass()/ztest_test_fail() are used to stop the execution in assert_post_action() 30 /* Mark the test as passed and stop execution: in assert_post_action() 36 /* Mark the test as failed and stop execution */ in assert_post_action()
|
/Zephyr-latest/doc/_doxygen/ |
D | logo.svg | 37 <stop 39 stop-color="#7929d2" 41 <stop 43 stop-color="#0070c5" 53 <stop 55 stop-color="#00aeff" 57 <stop 59 stop-color="#9454db" 69 <stop 71 stop-color="#66a9dc" [all …]
|
/Zephyr-latest/soc/ene/kb1200/reg/ |
D | pmu.h | 16 volatile uint32_t PMUSTOP; /*STOP Wakeup Source Register */ 17 volatile uint8_t PMUSTOPC; /*STOP Control Register */ 25 /* STOP Wakeup Source */
|
/Zephyr-latest/subsys/bluetooth/controller/flash/ |
D | soc_flash_nrf_ticker.c | 45 "Failed to stop work ticker, ticker job busy.\n"); in ticker_stop_work_cb() 58 "Failed to stop prepare ticker.\n"); in ticker_stop_prepare_cb() 63 /* Stop the work ticker, from ULL_LOW context */ in ticker_stop_prepare_cb() 68 "Failed to request the work ticker to stop.\n"); in ticker_stop_prepare_cb() 93 /* Stop the prepare ticker, from ULL_HIGH context */ in time_slot_callback_work() 98 "Failed to stop ticker.\n"); in time_slot_callback_work() 143 "Failed to stop ticker.\n"); in time_slot_delay() 226 /* Stop any scheduled jobs, from thread context */ in nrf_flash_sync_exe() 230 "Failed to stop ticker.\n"); in nrf_flash_sync_exe()
|
/Zephyr-latest/drivers/flash/ |
D | soc_flash_lpc.c | 50 uint32_t stop; in prepare_erase_write() local 53 stop = (offset+len-1) / sector_size; in prepare_erase_write() 54 FLASHIAP_PrepareSectorForWrite(start, stop); in prepare_erase_write() 63 uint32_t stop; in flash_lpc_erase() local 74 stop = (offset+len-1) / page_size; in flash_lpc_erase() 75 rc = FLASHIAP_ErasePage(start, stop, in flash_lpc_erase()
|
/Zephyr-latest/tests/bsim/bluetooth/host/scan/start_stop/src/ |
D | main.c | 70 * explicitly should not stop the implicitly started scanner. in run_dut() 84 * - [dut] stop the periodic sync in run_dut() 86 * - [dut] start and stop explicit scanning in run_dut() 143 /* Stop the scanner. That should not affect the periodic advertising sync. */ in run_dut() 145 TEST_ASSERT(!err, "Scanner stop failed (err %d)\n", err); in run_dut() 148 /* We should be able to stop the periodic advertising sync. */ in run_dut() 150 TEST_ASSERT(!err, "Periodic sync stop failed (err %d)\n", err); in run_dut() 172 /* Stop the explicit scanner. This should not stop scanner, since we still try to establish in run_dut() 176 TEST_ASSERT(!err, "Scanner stop failed (err %d)\n", err); in run_dut()
|
/Zephyr-latest/modules/canopennode/ |
D | canopen_sync.c | 22 uint32_t stop; /* cycles */ in canopen_sync_thread() local 42 stop = k_cycle_get_32(); in canopen_sync_thread() 43 delta = stop - start; in canopen_sync_thread()
|
/Zephyr-latest/samples/net/cellular_modem/server/ |
D | te.py | 19 udp_echo.stop() 20 udp_receive.stop()
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | dhcpv6.c | 52 PR_ERROR("Correct usage: net dhcpv6 client %s <index>\n", "stop"); in cmd_net_dhcpv6_client_stop() 80 SHELL_CMD_ARG(stop, NULL, "Stop the Dhcpv6 client operation on the interface.\n" 81 "'net dhcpv6 client stop <index>'\n"
|
/Zephyr-latest/boards/arduino/nano_33_ble/support/ |
D | startup.cmm | 27 STOP 71 STOP 91 STOP 130 TERM.METHOD COM &termComPort 115200 8 NONE 1STOP NONE
|
/Zephyr-latest/ |
D | .ruff.toml | 19 # zephyr-keep-sorted-stop 25 # zephyr-keep-sorted-stop
|
/Zephyr-latest/soc/st/stm32/stm32h5x/ |
D | power.c | 27 case 1: /* this corresponds to the STOP mode: */ in pm_state_set() 28 /* enter STOP mode */ in pm_state_set() 48 case 1: /* STOP */ in pm_state_exit_post_ops()
|
/Zephyr-latest/scripts/net/ |
D | run-sample-tests.sh | 107 docker stop "$name" 129 docker stop "$name" > /dev/null 133 echo "Could not stop Docker container '$name'" >&2 144 echo "Could not stop Docker network '$network'" >&2 150 stop > /dev/null 2>&1 297 --stop 298 only stop Docker container and network 344 echo "--start or --stop specified multiple times" >&2 349 --stop) 351 echo "--start or --stop specified multiple times" >&2
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_nios2.c | 68 uint32_t restart, stop; in i2c_nios2_transfer() local 86 /* convert stop flag */ in i2c_nios2_transfer() 88 stop = ALT_AVALON_I2C_STOP; in i2c_nios2_transfer() 90 stop = ALT_AVALON_I2C_NO_STOP; in i2c_nios2_transfer() 101 restart, stop); in i2c_nios2_transfer() 106 restart, stop); in i2c_nios2_transfer()
|