Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_CLOCK.c71 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
[all …]