Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_control_mchp_xec.c181 #define XEC_CC_HTMR_0_GIRQ23_POS 16 macro
242 girq23->SRC = BIT(XEC_CC_HTMR_0_GIRQ23_POS); in pll_wait_lock_periph()
246 if (girq23->SRC & BIT(XEC_CC_HTMR_0_GIRQ23_POS)) { in pll_wait_lock_periph()
410 girq23->SRC = BIT(XEC_CC_HTMR_0_GIRQ23_POS); in hib_timer_delay()
416 while ((girq23->SRC & BIT(XEC_CC_HTMR_0_GIRQ23_POS)) == 0) { in hib_timer_delay()
424 girq23->SRC = BIT(XEC_CC_HTMR_0_GIRQ23_POS); in hib_timer_delay()
501 girq23->SRC = BIT(XEC_CC_HTMR_0_GIRQ23_POS); in check_32k_crystal()
520 while ((girq23->SRC & BIT(XEC_CC_HTMR_0_GIRQ23_POS)) == 0) { in check_32k_crystal()
540 girq23->SRC = BIT(XEC_CC_HTMR_0_GIRQ23_POS); in check_32k_crystal()