Searched refs:CLOCK_regs (Results 1 – 1 of 1) sorted by relevance
71 NRF_CLOCK_Type *CLOCK_regs; member149 c_el->CLOCK_regs = (NRF_CLOCK_Type *)&NRF_CLKPWR_regs[i]; in nhw_clock_init()256 NRF_CLOCK_Type *CLOCK_regs = this->CLOCK_regs; in nhw_clock_signal_handler() local258 CLOCK_regs->LFCLKSRCCOPY = CLOCK_regs->LFCLKSRC & CLOCK_LFCLKSRC_SRC_Msk; in nhw_clock_signal_handler()259 CLOCK_regs->LFCLKRUN = CLOCK_LFCLKRUN_STATUS_Msk; in nhw_clock_signal_handler()435 NRF_CLOCK_Type *CLOCK_regs = this->CLOCK_regs; in nhw_clock_LFTimer_triggered() local441 CLOCK_regs->LFCLKSTAT = CLOCK_LFCLKSTAT_STATE_Msk in nhw_clock_LFTimer_triggered()442 | (CLOCK_regs->LFCLKSRCCOPY << CLOCK_LFCLKSTAT_SRC_Pos); in nhw_clock_LFTimer_triggered()449 CLOCK_regs->LFCLKSTAT &= ~CLOCK_LFCLKSTAT_STATE_Msk; in nhw_clock_LFTimer_triggered()461 NRF_CLOCK_Type *CLOCK_regs = this->CLOCK_regs; in nhw_clock_HFTimer_triggered() local[all …]