Home
last modified time | relevance | path

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

/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_platform_timer.c143 uint32_t time_to_expire_in_lpticks; in cybt_platform_set_next_timeout() local
146time_to_expire_in_lpticks = ((time_to_expire_in_us * CY_CFG_SYSCLK_CLKLF_FREQ_HZ) + 1000000 - 1) /… in cybt_platform_set_next_timeout()
149 cyhal_lptimer_set_delay(&stack_timer, time_to_expire_in_lpticks); in cybt_platform_set_next_timeout()