Home
last modified time | relevance | path

Searched defs:local_flag (Results 1 – 6 of 6) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer_hal_rtcc.c149 void sleeptimer_hal_enable_int(uint8_t local_flag) in sleeptimer_hal_enable_int()
167 void sleeptimer_hal_disable_int(uint8_t local_flag) in sleeptimer_hal_disable_int()
188 void sleeptimer_hal_set_int(uint8_t local_flag) in sleeptimer_hal_set_int()
200 bool sli_sleeptimer_hal_is_int_status_set(uint8_t local_flag) in sli_sleeptimer_hal_is_int_status_set()
227 uint8_t local_flag = 0; in RTCC_IRQHandler() local
Dsl_sleeptimer_hal_prortc.c251 void sleeptimer_hal_enable_int(uint8_t local_flag) in sleeptimer_hal_enable_int()
281 void sleeptimer_hal_disable_int(uint8_t local_flag) in sleeptimer_hal_disable_int()
304 void sleeptimer_hal_set_int(uint8_t local_flag) in sleeptimer_hal_set_int()
320 bool sli_sleeptimer_hal_is_int_status_set(uint8_t local_flag) in sli_sleeptimer_hal_is_int_status_set()
351 uint8_t local_flag = 0; in PRORTC_IRQHandler() local
Dsl_sleeptimer_hal_sysrtc.c247 void sleeptimer_hal_enable_int(uint8_t local_flag) in sleeptimer_hal_enable_int()
265 void sleeptimer_hal_disable_int(uint8_t local_flag) in sleeptimer_hal_disable_int()
286 void sleeptimer_hal_set_int(uint8_t local_flag) in sleeptimer_hal_set_int()
298 bool sli_sleeptimer_hal_is_int_status_set(uint8_t local_flag) in sli_sleeptimer_hal_is_int_status_set()
327 uint8_t local_flag = 0; in SL_CODE_CLASSIFY() local
Dsl_sleeptimer_hal_burtc.c230 void sleeptimer_hal_enable_int(uint8_t local_flag) in sleeptimer_hal_enable_int()
238 void sleeptimer_hal_disable_int(uint8_t local_flag) in sleeptimer_hal_disable_int()
246 void sleeptimer_hal_set_int(uint8_t local_flag) in sleeptimer_hal_set_int()
256 bool sli_sleeptimer_hal_is_int_status_set(uint8_t local_flag) in sli_sleeptimer_hal_is_int_status_set()
297 uint8_t local_flag = 0; in BURTC_IRQHandler() local
Dsl_sleeptimer_hal_timer.c216 void sleeptimer_hal_enable_int(uint8_t local_flag) in sleeptimer_hal_enable_int()
238 void sleeptimer_hal_disable_int(uint8_t local_flag) in sleeptimer_hal_disable_int()
258 void sleeptimer_hal_set_int(uint8_t local_flag) in sleeptimer_hal_set_int()
270 bool sli_sleeptimer_hal_is_int_status_set(uint8_t local_flag) in sli_sleeptimer_hal_is_int_status_set()
297 uint8_t local_flag = 0; in SLEEPTIMER_TIMER_IRQHandler() local
Dsl_sleeptimer.c1260 void process_timer_irq(uint8_t local_flag) in process_timer_irq()