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/ |
D | cybt_platform_timer.c | 148 …cyhal_lptimer_enable_event(&stack_timer, CYHAL_LPTIMER_COMPARE_MATCH, CYHAL_ISR_PRIORITY_DEFAULT, … in cybt_platform_set_next_timeout() 164 …cyhal_lptimer_enable_event(&stack_timer, CYHAL_LPTIMER_COMPARE_MATCH, CYHAL_ISR_PRIORITY_DEFAULT, … in platform_stack_lptimer_cback() 175 …cyhal_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/ |
D | cyhal_lptimer.h | 211 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/ |
D | cyhal_syspm.c | 563 … cyhal_lptimer_enable_event(obj, CYHAL_LPTIMER_COMPARE_MATCH, CYHAL_ISR_PRIORITY_DEFAULT, true); in cyhal_syspm_tickless_sleep_deepsleep() 576 … cyhal_lptimer_enable_event(obj, CYHAL_LPTIMER_COMPARE_MATCH, CYHAL_ISR_PRIORITY_DEFAULT, false); in cyhal_syspm_tickless_sleep_deepsleep()
|
D | cyhal_lptimer.c | 711 void cyhal_lptimer_enable_event(cyhal_lptimer_t *obj, cyhal_lptimer_event_t event, uint8_t intr_pri… in cyhal_lptimer_enable_event() function
|