Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal.c372 uint32_t wait = Delay; in HAL_Delay() local
375 if (wait < HAL_MAX_DELAY) in HAL_Delay()
377 wait += (uint32_t)(uwTickFreq); in HAL_Delay()
380 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal.c378 uint32_t wait = Delay; in HAL_Delay() local
381 if (wait < HAL_MAX_DELAY) in HAL_Delay()
383 wait += (uint32_t)uwTickFreq; in HAL_Delay()
386 while ((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/security/
Dreprov_helper.py198 ret = p.wait()
/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_hashcrypt.c294 volatile uint32_t wait = 50u; in hashcrypt_check_need_key() local
296 while ((wait > 0U) && (base->STATUS == 0U)) in hashcrypt_check_need_key()
298 wait--; in hashcrypt_check_need_key()
/trusted-firmware-m-3.4.0/docs/contributing/
Dtfm_design_proposal_guideline.rst77 Contributors don't have to wait for any approvals before upstreaming patches,
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/dual-cpu/
Dbooting_a_dual_core_system.rst79 to handle the situation where it has to wait for the server (secure) side to
Dmailbox_design_on_dual_core_system.rst322 to fulfill thread wait and wake-up.
1137 This function performs use scenario and NS OS specific waiting mechanism to wait
1147 fall into sleep to wait for PSA Client result.
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/
Dtfm_psa_inter_process_communication.rst161 wait for the response. Scheduler switches to a specified thread (partition)
Dtfm_its_service.rst247 concurrently. The second request to ITS will just be made to wait by the SPM.
Dsecure_partition_manager.rst326 access depending services to prepare the response. It also can wait for
/trusted-firmware-m-3.4.0/docs/integration_guide/services/
Dtfm_secure_partition_addition.rst378 * Continually wait for one or more of the partition's RoT Service or