Searched refs:local_flag (Results 1 – 8 of 8) sorted by relevance
149 void sleeptimer_hal_enable_int(uint8_t local_flag) in sleeptimer_hal_enable_int() argument153 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() argument171 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() argument190 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() argument205 switch (local_flag) { in sli_sleeptimer_hal_is_int_status_set()[all …]
247 void sleeptimer_hal_enable_int(uint8_t local_flag) in sleeptimer_hal_enable_int() argument251 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() argument269 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() argument288 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() argument303 switch (local_flag) { in sli_sleeptimer_hal_is_int_status_set()[all …]
251 void sleeptimer_hal_enable_int(uint8_t local_flag) in sleeptimer_hal_enable_int() argument255 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() argument285 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() argument306 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() argument325 switch (local_flag) { in sli_sleeptimer_hal_is_int_status_set()[all …]
216 void sleeptimer_hal_enable_int(uint8_t local_flag) in sleeptimer_hal_enable_int() argument220 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() argument242 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() argument260 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() argument275 switch (local_flag) { in sli_sleeptimer_hal_is_int_status_set()[all …]
230 void sleeptimer_hal_enable_int(uint8_t local_flag) in sleeptimer_hal_enable_int() argument232 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() argument240 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() argument248 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() argument262 switch (local_flag) { in sli_sleeptimer_hal_is_int_status_set()297 uint8_t local_flag = 0; in BURTC_IRQHandler() local304 local_flag = irqflags_burtc2hal(irq_flag); in BURTC_IRQHandler()[all …]
94 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);
1260 void process_timer_irq(uint8_t local_flag) in process_timer_irq() argument1263 if (local_flag & SLEEPTIMER_EVENT_OF) { in process_timer_irq()1281 if (local_flag & SLEEPTIMER_EVENT_COMP) { in process_timer_irq()
91 bool sli_sleeptimer_hal_is_int_status_set(uint8_t local_flag);