Searched refs:latency (Results 1 – 3 of 3) sorted by relevance
68 uint32_t latency = 0; in cyabs_rtos_get_deepsleep_latency() local71 latency = CY_CFG_PWR_DEEPSLEEP_LATENCY; in cyabs_rtos_get_deepsleep_latency()83 latency = CY_CFG_PWR_DEEPSLEEP_LATENCY; in cyabs_rtos_get_deepsleep_latency()89 latency = CY_CFG_PWR_DEEPSLEEP_RAM_LATENCY; in cyabs_rtos_get_deepsleep_latency()95 latency = CY_CFG_PWR_DEEPSLEEP_LATENCY; in cyabs_rtos_get_deepsleep_latency()100 return latency; in cyabs_rtos_get_deepsleep_latency()
26 * FreeRTOS: On devices that support DeepSleep, allow the application to specify a separate latency …28 … that support DeepSleep-RAM, allow the application to specify a separate latency value for DeepSle…
173 uint32_t latency; /**< latency (microseconds) */ member