Home
last modified time | relevance | path

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

/hal_infineon-latest/abstraction-rtos/source/COMPONENT_FREERTOS/
Dcyabs_freertos_helpers.c68 uint32_t latency = 0; in cyabs_rtos_get_deepsleep_latency() local
71 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()
/hal_infineon-latest/abstraction-rtos/
DRELEASE.md26 * 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…
/hal_infineon-latest/btstack/wiced_include/
Dwiced_bt_types.h173 uint32_t latency; /**< latency (microseconds) */ member