Searched refs:TIMEOUT_SLICE_MAX (Results 1 – 1 of 1) sorted by relevance
45 #define TIMEOUT_SLICE_MAX (1000000UL) /* The maximum timeout slice (microseconds) macro1458 if (timeoutSlice > TIMEOUT_SLICE_MAX) in Cy_SMIF_MemIsReady()1460 timeoutSlice = TIMEOUT_SLICE_MAX; in Cy_SMIF_MemIsReady()