Home
last modified time | relevance | path

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

/hal_infineon-latest/serial-flash/
Dcy_serial_flash_qspi.c457 for (uint32_t loop = 0; loop < SMIF_BUSY_CHECK_LOOP_COUNT; loop++) in cy_serial_flash_qspi_abort_read() local
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_ARM/
Dstartup_cm0plus.s125 …rtup stack (needed for local variables in C startup code) by processing 8 bytes per loop iteration,
188 ; Default handler are weak symbols with an endless loop.
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_ecc_eddsa.c884 uint32_t loop; in Cy_Crypto_Core_ED25519_PointMul() local
981 loop = (uint32_t)(bitsize - clsame); in Cy_Crypto_Core_ED25519_PointMul()
988 for (i = 0; i < (loop); i++) in Cy_Crypto_Core_ED25519_PointMul()
1688 uint32_t loop; in Cy_Crypto_Core_ED25519_ExpMod() local
1740 loop = (uint32_t)(bitsize - clsame - 1u); in Cy_Crypto_Core_ED25519_ExpMod()
1747 for (i = 0; i < (loop); i++) in Cy_Crypto_Core_ED25519_ExpMod()
/hal_infineon-latest/abstraction-rtos/
DRELEASE.md37 * FreeRTOS: When DeepSleep is locked, the default idle loop will attempt to enter Sleep instead.
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_IAR/
Dstartup_cm0plus.s188 …rtup stack (needed for local variables in C startup code) by processing 8 bytes per loop iteration,