Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_platform_timer.c148cyhal_lptimer_enable_event(&stack_timer, CYHAL_LPTIMER_COMPARE_MATCH, CYHAL_ISR_PRIORITY_DEFAULT, … in cybt_platform_set_next_timeout()
164cyhal_lptimer_enable_event(&stack_timer, CYHAL_LPTIMER_COMPARE_MATCH, CYHAL_ISR_PRIORITY_DEFAULT, … in platform_stack_lptimer_cback()
175cyhal_lptimer_enable_event(&stack_timer, CYHAL_LPTIMER_COMPARE_MATCH, CYHAL_ISR_PRIORITY_DEFAULT, … in cybt_platform_stack_timer_init()
/hal_infineon-3.7.0/mtb-hal-cat1/include/
Dcyhal_lptimer.h211 void cyhal_lptimer_enable_event(cyhal_lptimer_t *obj, cyhal_lptimer_event_t event, uint8_t intr_pri…
/hal_infineon-3.7.0/mtb-hal-cat1/source/
Dcyhal_syspm.c563cyhal_lptimer_enable_event(obj, CYHAL_LPTIMER_COMPARE_MATCH, CYHAL_ISR_PRIORITY_DEFAULT, true); in cyhal_syspm_tickless_sleep_deepsleep()
576cyhal_lptimer_enable_event(obj, CYHAL_LPTIMER_COMPARE_MATCH, CYHAL_ISR_PRIORITY_DEFAULT, false); in cyhal_syspm_tickless_sleep_deepsleep()
Dcyhal_lptimer.c711 void cyhal_lptimer_enable_event(cyhal_lptimer_t *obj, cyhal_lptimer_event_t event, uint8_t intr_pri… in cyhal_lptimer_enable_event() function