Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer_hal_rtcc.c136 sleeptimer_hal_enable_int(SLEEPTIMER_EVENT_COMP); in sleeptimer_hal_set_compare()
157 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_enable_int()
175 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_disable_int()
190 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_set_int()
206 case SLEEPTIMER_EVENT_COMP: in sli_sleeptimer_hal_is_int_status_set()
237 local_flag |= SLEEPTIMER_EVENT_COMP; in RTCC_IRQHandler()
Dsl_sleeptimer_hal_sysrtc.c196 sleeptimer_hal_enable_int(SLEEPTIMER_EVENT_COMP); in sleeptimer_hal_set_compare()
255 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_enable_int()
273 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_disable_int()
288 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_set_int()
304 case SLEEPTIMER_EVENT_COMP: in sli_sleeptimer_hal_is_int_status_set()
338 local_flag |= SLEEPTIMER_EVENT_COMP; in SL_CODE_CLASSIFY()
Dsl_sleeptimer_hal_prortc.c236 sleeptimer_hal_enable_int(SLEEPTIMER_EVENT_COMP); in sleeptimer_hal_set_compare()
259 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_enable_int()
289 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_disable_int()
306 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_set_int()
326 case SLEEPTIMER_EVENT_COMP: in sli_sleeptimer_hal_is_int_status_set()
361 local_flag |= SLEEPTIMER_EVENT_COMP; in PRORTC_IRQHandler()
Dsl_sleeptimer_hal_timer.c207 sleeptimer_hal_enable_int(SLEEPTIMER_EVENT_COMP); in sleeptimer_hal_set_compare()
224 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_enable_int()
246 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_disable_int()
260 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_set_int()
276 case SLEEPTIMER_EVENT_COMP: in sli_sleeptimer_hal_is_int_status_set()
308 local_flag |= SLEEPTIMER_EVENT_COMP; in SLEEPTIMER_TIMER_IRQHandler()
Dsl_sleeptimer_hal_burtc.c106 if (hal_flag & SLEEPTIMER_EVENT_COMP) { in irqien_hal2burtc()
125 hal_if |= SLEEPTIMER_EVENT_COMP; in irqflags_burtc2hal()
222 sleeptimer_hal_enable_int(SLEEPTIMER_EVENT_COMP); in sleeptimer_hal_set_compare()
263 case SLEEPTIMER_EVENT_COMP: in sli_sleeptimer_hal_is_int_status_set()
Dsl_sleeptimer.c482 sleeptimer_hal_disable_int(SLEEPTIMER_EVENT_COMP); in sl_sleeptimer_stop_timer()
1281 if (local_flag & SLEEPTIMER_EVENT_COMP) { in process_timer_irq()
1326 sleeptimer_hal_disable_int(SLEEPTIMER_EVENT_COMP); in process_timer_irq()
1457 sleeptimer_hal_enable_int(SLEEPTIMER_EVENT_COMP); in set_comparator_for_next_timer()
1462 sleeptimer_hal_enable_int(SLEEPTIMER_EVENT_COMP); in set_comparator_for_next_timer()
1463 sleeptimer_hal_set_int(SLEEPTIMER_EVENT_COMP); in set_comparator_for_next_timer()
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/inc/
Dsli_sleeptimer.h42 #define SLEEPTIMER_EVENT_COMP (0x02) macro
/hal_silabs-latest/simplicity_sdk/platform/service/power_manager/src/sleep_loop/
Dsl_power_manager_hal_s2.c378 && sli_sleeptimer_hal_is_int_status_set(SLEEPTIMER_EVENT_COMP) in EMU_EM23PostsleepHook()