Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 12 of 12) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/CMSIS_Driver/
Dlow_level_flash.c418 uint32_t loop = 0; in Flash_ProgramData() local
484 memcpy(&dword, (void *)((uint32_t)data + loop), sizeof(dword)); in Flash_ProgramData()
492 memcpy(dword, (void *)((uint32_t)data + loop), sizeof(dword)); in Flash_ProgramData()
500 loop += sizeof(dword); in Flash_ProgramData()
502 } while ((loop != cnt) && (err == HAL_OK)); in Flash_ProgramData()
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_common_arm.c151 loop in DelayLoop()
154 BNE loop in DelayLoop()
/trusted-firmware-m-latest/docs/platform/arm/rse/
Drse_provisioning.rst77 ``TFM_DUMMY_PROVISIONING``, which will cause RSE to loop in the ROM until either
80 in the frame where RSE is looping, at which point the loop will exit and the TP
87 check in a loop until a bundle is found.
/trusted-firmware-m-latest/docs/security/security_advisories/
Dcc3xx_partial_tag_compare_on_chacha20_poly1305.rst120 instead of just the first 4 bytes. This means that loop that currently performs
/trusted-firmware-m-latest/docs/design_docs/
Dtfm_physical_attack_mitigation.rst149 To avoid to skip critical loop iterations. It can weaken the cryptographic
150 algorithms. After a loop has executed, check the loop counter whether it
456 | Failure loop hardening | Y | Y | Y | |
/trusted-firmware-m-latest/docs/design_docs/booting/
Dbl1.rst233 - It performs loop integrity checks
/trusted-firmware-m-latest/docs/configuration/profiles/
Dtfm_profile_large.rst142 - Failure loop hardening
/trusted-firmware-m-latest/docs/design_docs/services/
Dsecure_partition_manager.rst131 For example, RPC-based `NS Agent` has a while loop that keeps waiting for
676 - It has a message loop, keep waiting for RPC events.
/trusted-firmware-m-latest/docs/design_docs/dual-cpu/
Dmailbox_ns_agent_update.rst40 ``partition``. The agent has an endless loop and waits for signals, calls FF-M
Dcommunication_prototype_between_nspe_and_spe_in_dual_core_systems.rst238 tasks are complete, it will enter an infinite loop waiting for a ``MAILBOX_INTERRUPT_SIGNAL``
/trusted-firmware-m-latest/docs/design_docs/software/
Dhardware_abstraction_layer.rst263 This API enters the CPU into an infinite loop.
/trusted-firmware-m-latest/docs/integration_guide/services/
Dtfm_secure_partition_addition.rst473 This function must have a loop that repeatedly waits for input signals and