Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-3.7.0/src/HW_models/
DNRF_HWLowL.c65 pb_wait_t wait; in hwll_sync_time_with_phy() local
68 wait.end = hwll_phy_time_from_dev(d_time - 2); in hwll_sync_time_with_phy()
73 wait.end = TIME_NEVER; in hwll_sync_time_with_phy()
76 if ( p2G4_dev_req_wait_nc_b(&wait) != 0){ in hwll_sync_time_with_phy()
93 pb_wait_t wait; in hwll_wait_for_phy_simu_time() local
95 wait.end = phy_time; in hwll_wait_for_phy_simu_time()
97 if ( p2G4_dev_req_wait_nc_b(&wait) != 0 ){ in hwll_wait_for_phy_simu_time()
/nrf_hw_models-3.7.0/src/nrfx/hal/
Dnrf_nvmc.c101 bs_time_t wait = nhw_nvmc_time_to_ready(inst) + 1; in nrf_nvmc_ready_wait() local
102 wait = BS_MAX(BS_MIN(wait,100),1); in nrf_nvmc_ready_wait()
103 NRFX_DELAY_US(wait); in nrf_nvmc_ready_wait()