Lines Matching refs:CLOCK_regs
71 NRF_CLOCK_Type *CLOCK_regs; member
152 c_el->CLOCK_regs = (NRF_CLOCK_Type *)&NRF_CLKPWR_regs[i]; in nhw_clock_init()
259 NRF_CLOCK_Type *CLOCK_regs = this->CLOCK_regs; in nhw_clock_signal_handler() local
261 CLOCK_regs->LFCLKSRCCOPY = CLOCK_regs->LFCLKSRC & CLOCK_LFCLKSRC_SRC_Msk; in nhw_clock_signal_handler()
262 CLOCK_regs->LFCLKRUN = CLOCK_LFCLKRUN_STATUS_Msk; in nhw_clock_signal_handler()
438 NRF_CLOCK_Type *CLOCK_regs = this->CLOCK_regs; in nhw_clock_LFTimer_triggered() local
444 CLOCK_regs->LFCLKSTAT = CLOCK_LFCLKSTAT_STATE_Msk in nhw_clock_LFTimer_triggered()
445 | (CLOCK_regs->LFCLKSRCCOPY << CLOCK_LFCLKSTAT_SRC_Pos); in nhw_clock_LFTimer_triggered()
452 CLOCK_regs->LFCLKSTAT = 0; in nhw_clock_LFTimer_triggered()
464 NRF_CLOCK_Type *CLOCK_regs = this->CLOCK_regs; in nhw_clock_HFTimer_triggered() local
469 CLOCK_regs->HFCLKSTAT = CLOCK_HFCLKSTAT_STATE_Msk in nhw_clock_HFTimer_triggered()
476 CLOCK_regs->HFCLKSTAT = 0; in nhw_clock_HFTimer_triggered()
544 this->CLOCK_regs->SUBSCRIBE_##TASK_N, \