Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer_hal_sysrtc.c186 if (((sl_hal_sysrtc_get_group_interrupts(0u) & SYSRTC_GRP0_IEN_CMP0) != 0) in sleeptimer_hal_set_compare()
301 uint32_t irq_flag = sl_hal_sysrtc_get_group_interrupts(0u); in sli_sleeptimer_hal_is_int_status_set()
331 irq_flag = sl_hal_sysrtc_get_group_interrupts(0u); in SL_CODE_CLASSIFY()
394 if ((sl_hal_sysrtc_get_group_interrupts(0) & _SYSRTC_GRP0_IF_CAP0_MASK) != 0) { in sleeptimer_hal_get_capture()
/hal_silabs-latest/simplicity_sdk/platform/peripheral/inc/
Dsl_hal_sysrtc_compat.h78 #define sl_sysrtc_get_group_interrupts sl_hal_sysrtc_get_group_interrupts
Dsl_hal_sysrtc.h372 uint32_t sl_hal_sysrtc_get_group_interrupts(uint8_t group_number);
/hal_silabs-latest/simplicity_sdk/platform/peripheral/src/
Dsl_hal_sysrtc.c450 uint32_t sl_hal_sysrtc_get_group_interrupts(uint8_t group_number) in sl_hal_sysrtc_get_group_interrupts() function