Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer_hal_prortc.c70 #define PRORTC_IF_COMP_BIT RTCC_IF_CC0 macro
72 #define PRORTC_IF_COMP_BIT RTCC_IF_CC1 macro
221 if (((PRORTC->IF & PRORTC_IF_COMP_BIT) != 0) in sleeptimer_hal_set_compare()
263 PRORTC->IF_CLR = PRORTC_IF_COMP_BIT; in sleeptimer_hal_enable_int()
265 PRORTC->IFC = PRORTC_IF_COMP_BIT; in sleeptimer_hal_enable_int()
272 prortc_ien |= PRORTC_IF_COMP_BIT; in sleeptimer_hal_enable_int()
290 prortc_int_dis |= PRORTC_IF_COMP_BIT; in sleeptimer_hal_disable_int()
308 PRORTC->IF_SET = PRORTC_IF_COMP_BIT; in sleeptimer_hal_set_int()
310 PRORTC->IFS = PRORTC_IF_COMP_BIT; in sleeptimer_hal_set_int()
327 int_is_set = ((irq_flag & PRORTC_IF_COMP_BIT) == PRORTC_IF_COMP_BIT); in sli_sleeptimer_hal_is_int_status_set()
[all …]