Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_DPPI.c100 static struct dppi_status nhw_dppi_st[NHW_DPPI_TOTAL_INST]; variable
114 struct dppi_status *el = &nhw_dppi_st[i]; in nhw_dppi_init()
149 if (nhw_dppi_st[i].registry != NULL) { /* LCOV_EXCL_BR_LINE */ in nhw_dppi_free()
150 int n_ch = nhw_dppi_st[i].n_ch; in nhw_dppi_free()
152 if (nhw_dppi_st[i].registry[n] != NULL) { /* LCOV_EXCL_BR_LINE */ in nhw_dppi_free()
153 free(nhw_dppi_st[i].registry[n]); in nhw_dppi_free()
156 free(nhw_dppi_st[i].registry); in nhw_dppi_free()
157 nhw_dppi_st[i].registry = NULL; in nhw_dppi_free()
159 free(nhw_dppi_st[i].reg_size); in nhw_dppi_free()
160 nhw_dppi_st[i].reg_size = NULL; in nhw_dppi_free()
[all …]