Home
last modified time | relevance | path

Searched refs:local_flag (Results 1 – 8 of 8) 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() argument
153 if (local_flag & SLEEPTIMER_EVENT_OF) { in sleeptimer_hal_enable_int()
157 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_enable_int()
167 void sleeptimer_hal_disable_int(uint8_t local_flag) in sleeptimer_hal_disable_int() argument
171 if (local_flag & SLEEPTIMER_EVENT_OF) { in sleeptimer_hal_disable_int()
175 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_disable_int()
188 void sleeptimer_hal_set_int(uint8_t local_flag) in sleeptimer_hal_set_int() argument
190 if (local_flag & SLEEPTIMER_EVENT_COMP) { 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() argument
205 switch (local_flag) { in sli_sleeptimer_hal_is_int_status_set()
[all …]
Dsl_sleeptimer_hal_sysrtc.c247 void sleeptimer_hal_enable_int(uint8_t local_flag) in sleeptimer_hal_enable_int() argument
251 if (local_flag & SLEEPTIMER_EVENT_OF) { in sleeptimer_hal_enable_int()
255 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_enable_int()
265 void sleeptimer_hal_disable_int(uint8_t local_flag) in sleeptimer_hal_disable_int() argument
269 if (local_flag & SLEEPTIMER_EVENT_OF) { in sleeptimer_hal_disable_int()
273 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_disable_int()
286 void sleeptimer_hal_set_int(uint8_t local_flag) in sleeptimer_hal_set_int() argument
288 if (local_flag & SLEEPTIMER_EVENT_COMP) { 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() argument
303 switch (local_flag) { in sli_sleeptimer_hal_is_int_status_set()
[all …]
Dsl_sleeptimer_hal_prortc.c251 void sleeptimer_hal_enable_int(uint8_t local_flag) in sleeptimer_hal_enable_int() argument
255 if (local_flag & SLEEPTIMER_EVENT_OF) { in sleeptimer_hal_enable_int()
259 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_enable_int()
281 void sleeptimer_hal_disable_int(uint8_t local_flag) in sleeptimer_hal_disable_int() argument
285 if (local_flag & SLEEPTIMER_EVENT_OF) { in sleeptimer_hal_disable_int()
289 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_disable_int()
304 void sleeptimer_hal_set_int(uint8_t local_flag) in sleeptimer_hal_set_int() argument
306 if (local_flag & SLEEPTIMER_EVENT_COMP) { 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() argument
325 switch (local_flag) { in sli_sleeptimer_hal_is_int_status_set()
[all …]
Dsl_sleeptimer_hal_timer.c216 void sleeptimer_hal_enable_int(uint8_t local_flag) in sleeptimer_hal_enable_int() argument
220 if (local_flag & SLEEPTIMER_EVENT_OF) { in sleeptimer_hal_enable_int()
224 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_enable_int()
238 void sleeptimer_hal_disable_int(uint8_t local_flag) in sleeptimer_hal_disable_int() argument
242 if (local_flag & SLEEPTIMER_EVENT_OF) { in sleeptimer_hal_disable_int()
246 if (local_flag & SLEEPTIMER_EVENT_COMP) { in sleeptimer_hal_disable_int()
258 void sleeptimer_hal_set_int(uint8_t local_flag) in sleeptimer_hal_set_int() argument
260 if (local_flag & SLEEPTIMER_EVENT_COMP) { 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() argument
275 switch (local_flag) { in sli_sleeptimer_hal_is_int_status_set()
[all …]
Dsl_sleeptimer_hal_burtc.c230 void sleeptimer_hal_enable_int(uint8_t local_flag) in sleeptimer_hal_enable_int() argument
232 sleeptimer_hal_burtc_enable_interrupts(irqien_hal2burtc(local_flag)); in sleeptimer_hal_enable_int()
238 void sleeptimer_hal_disable_int(uint8_t local_flag) in sleeptimer_hal_disable_int() argument
240 sleeptimer_hal_burtc_disable_interrupts(irqien_hal2burtc(local_flag)); in sleeptimer_hal_disable_int()
246 void sleeptimer_hal_set_int(uint8_t local_flag) in sleeptimer_hal_set_int() argument
248 sleeptimer_hal_burtc_set_interrupts(irqien_hal2burtc(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() argument
262 switch (local_flag) { in sli_sleeptimer_hal_is_int_status_set()
297 uint8_t local_flag = 0; in BURTC_IRQHandler() local
304 local_flag = irqflags_burtc2hal(irq_flag); in BURTC_IRQHandler()
[all …]
Dsli_sleeptimer_hal.h94 void sleeptimer_hal_enable_int(uint8_t local_flag);
102 void sleeptimer_hal_disable_int(uint8_t local_flag);
110 void sleeptimer_hal_set_int(uint8_t local_flag);
152 void process_timer_irq(uint8_t local_flag);
Dsl_sleeptimer.c1260 void process_timer_irq(uint8_t local_flag) in process_timer_irq() argument
1263 if (local_flag & SLEEPTIMER_EVENT_OF) { in process_timer_irq()
1281 if (local_flag & SLEEPTIMER_EVENT_COMP) { in process_timer_irq()
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/inc/
Dsli_sleeptimer.h91 bool sli_sleeptimer_hal_is_int_status_set(uint8_t local_flag);