Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_smif_memslot.c45 #define TIMEOUT_SLICE_MAX (1000000UL) /* The maximum timeout slice (microseconds) macro
1458 if (timeoutSlice > TIMEOUT_SLICE_MAX) in Cy_SMIF_MemIsReady()
1460 timeoutSlice = TIMEOUT_SLICE_MAX; in Cy_SMIF_MemIsReady()