/Zephyr-latest/tests/subsys/pm/device_runtime_api/src/ |
D | test_driver.c | 14 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()
|
D | test_driver.h | 30 * @brief Check if PM actions is ongoing. 34 * @return true If PM action is ongoing. 35 * @return false If PM action is not ongoing.
|
D | main.c | 20 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/ |
D | lorawan_services.h | 64 * 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/ |
D | test_driver.c | 17 bool ongoing; member 33 data->ongoing = false; in timer_expire_cb() 42 data->ongoing = true; in test_driver_async_operation()
|
D | main.c | 92 /** Now lets check ensure that if there is no ongoing work in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp.h | 193 * @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/ |
D | Kconfig.sip_smc_agilex | 22 int "Maximum allowable ongoing transactions."
|
/Zephyr-latest/dts/bindings/net/wireless/ |
D | gpio-radio-coex.yaml | 12 finish all of the ongoing TX operations before the external
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | hfp_ag_internal.h | 23 BT_HFP_AG_CODEC_CONN, /* Codec connection is ongoing */ 25 BT_HFP_AG_TX_ONGOING, /* TX is ongoing */
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | apollox_blue.h | 100 * @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/ |
D | uart_intel_lw.h | 27 * Use uart_drv_cmd with CMD_TRBK_EN to break ongoing transmit.
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | dfd_srv.h | 148 * 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/ |
D | flash_stm32wbax.c | 72 /* 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()
|
D | flash_stm32f2x.c | 66 /* Check that no Flash main memory operation is ongoing */ in write_byte() 101 /* Check that no Flash memory operation is ongoing */ in erase_sector()
|
D | flash_stm32f1x.c | 138 /* 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()
|
D | flash_stm32g0x.c | 69 /* Check that no Flash main memory operation is ongoing */ in write_dword() 117 /* Check that no Flash memory operation is ongoing */ in erase_page()
|
D | flash_stm32wbx.c | 124 * 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/ |
D | sol_replay.sh | 15 # 5. IUT stops all ongoing advertisements (timeout).
|
/Zephyr-latest/subsys/usb/device/ |
D | usb_transfer.c | 175 * 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/ |
D | smp.c | 223 /* 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/ |
D | nrf_clock_calibration.c | 30 * 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/ |
D | lll_clock.c | 69 /* Cancel any ongoing request */ in lll_clock_deinit()
|
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | hrs.h | 17 * as a part of ongoing development.
|
D | ias.h | 17 * as a part of ongoing development.
|