Home
last modified time | relevance | path

Searched full:ongoing (Results 1 – 25 of 148) sorted by relevance

123456

/Zephyr-latest/tests/subsys/pm/device_runtime_api/src/
Dtest_driver.c14 bool ongoing; member
25 data->ongoing = true; in test_driver_action()
32 data->ongoing = false; in test_driver_action()
58 return data->ongoing; in test_driver_pm_ongoing()
Dtest_driver.h30 * @brief Check if PM actions is ongoing.
34 * @return true If PM action is ongoing.
35 * @return false If PM action is not ongoing.
Dmain.c20 bool ongoing; in get_runner() local
26 /* make sure we test blocking path (suspend is ongoing) */ in get_runner()
27 ongoing = test_driver_pm_ongoing(test_dev); in get_runner()
28 zassert_equal(ongoing, true); in get_runner()
87 * - get + asynchronous put + get (while suspend still ongoing)
175 /*** get + asynchronous put + get (while suspend still ongoing) ***/ in ZTEST()
198 * is ongoing. It is important to set its priority >= to the system work in ZTEST()
/Zephyr-latest/subsys/lorawan/services/
Dlorawan_services.h64 * If there is already an ongoing class C session, only the internal counter of
74 * If there is more than one class C session ongoing, only the internal counter
84 * Can be used to determine if sessions are ongoing and avoid disturbing an
85 * ongoing session by sending out unnecessary messages.
/Zephyr-latest/tests/subsys/pm/power_states_api/src/
Dtest_driver.c17 bool ongoing; member
33 data->ongoing = false; in timer_expire_cb()
42 data->ongoing = true; in test_driver_async_operation()
Dmain.c92 /** Now lets check ensure that if there is no ongoing work in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp.h193 * @brief Is ongoing create cis procedure expecting a reply?
198 * @brief Is ongoing create cis procedure expecting an established event?
203 * @brief Cancel ongoing create cis procedure
208 * @brief Get handle of ongoing create cis procedure.
229 * @brief CIS creation ongoing.
234 * @brief CIS creation ongoing or enqueued.
/Zephyr-latest/drivers/sip_svc/
DKconfig.sip_smc_agilex22 int "Maximum allowable ongoing transactions."
/Zephyr-latest/dts/bindings/net/wireless/
Dgpio-radio-coex.yaml12 finish all of the ongoing TX operations before the external
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_ag_internal.h23 BT_HFP_AG_CODEC_CONN, /* Codec connection is ongoing */
25 BT_HFP_AG_TX_ONGOING, /* TX is ongoing */
/Zephyr-latest/drivers/bluetooth/hci/
Dapollox_blue.h100 * @brief Check if vendor specific receiving handling is ongoing.
104 * @return true indicates if vendor specific receiving handling is ongoing.
/Zephyr-latest/include/zephyr/drivers/serial/
Duart_intel_lw.h27 * Use uart_drv_cmd with CMD_TRBK_EN to break ongoing transmit.
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfd_srv.h148 * any ongoing OOB image transfer. This callback is mandatory to
157 /** @brief Get the progress of an ongoing OOB store
160 * get the current progress of an ongoing OOB store from the
166 * @return The current progress of the ongoing OOB store, in percent.
/Zephyr-latest/drivers/flash/
Dflash_stm32wbax.c72 /* Check if ongoing invalidation operation */ in icache_wait_for_invalidate_complete()
122 /* Check that no Flash main memory operation is ongoing */ in write_qword()
169 /* Check that no Flash memory operation is ongoing */ in erase_page()
Dflash_stm32f2x.c66 /* Check that no Flash main memory operation is ongoing */ in write_byte()
101 /* Check that no Flash memory operation is ongoing */ in erase_sector()
Dflash_stm32f1x.c138 /* Check that no Flash main memory operation is ongoing */ in write_value()
181 /* Check that no Flash memory operation is ongoing */ in flash_stm32_block_erase_loop()
Dflash_stm32g0x.c69 /* Check that no Flash main memory operation is ongoing */ in write_dword()
117 /* Check that no Flash memory operation is ongoing */ in erase_page()
Dflash_stm32wbx.c124 * When flash processing is ongoing, the CPU cannot access the in write_dword()
216 /* Check that no Flash memory operation is ongoing */ in erase_page()
261 * When flash processing is ongoing, the CPU cannot access the in erase_page()
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/proxy_sol/
Dsol_replay.sh15 # 5. IUT stops all ongoing advertisements (timeout).
/Zephyr-latest/subsys/usb/device/
Dusb_transfer.c175 * transfer is ongoing, we have to consume the data in usb_transfer_ep_callback()
230 /* A transfer is already ongoing and not completed */ in usb_transfer()
231 LOG_ERR("A transfer is already ongoing, ep 0x%02x", ep); in usb_transfer()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp.c223 /* Cancel current work-queue if ongoing */ in smp_rx_remove_invalid()
256 /* Cancel current work-queue if ongoing */ in smp_rx_clear()
/Zephyr-latest/drivers/clock_control/
Dnrf_clock_calibration.c30 * is ongoing, it is requested by the calibration process and released when
147 * that it is not released while calibration process in ongoing. in start_cal_process()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_clock.c69 /* Cancel any ongoing request */ in lll_clock_deinit()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dhrs.h17 * as a part of ongoing development.
Dias.h17 * as a part of ongoing development.

123456