Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_DPPI.c96 uint32_t *shadow_CHG; /*[n_chg] Shadowed/internal version of the CHG register to allow member
137 el->shadow_CHG = (uint32_t*)bs_calloc(n_chg, sizeof(uint32_t)); in nhw_dppi_init()
171 free(nhw_dppi_st[i].shadow_CHG); in nhw_dppi_free()
172 nhw_dppi_st[i].shadow_CHG = NULL; in nhw_dppi_free()
488 regs->CHG[n] = this->shadow_CHG[n]; in nhw_dppi_regw_sideeffects_CHGn()
492 this->shadow_CHG[n] = regs->CHG[n]; in nhw_dppi_regw_sideeffects_CHGn()