Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_PPIB.c45 struct nhw_subsc_mem* subscribed; //[n_ch] member
68 …nhw_ppib_st[i].subscribed = (struct nhw_subsc_mem*)bs_calloc(nhw_ppib_n_ch[i], sizeof(struct nhw_s… in nhw_ppib_init()
80 free(nhw_ppib_st[i].subscribed); in nhw_ppib_free()
81 nhw_ppib_st[i].subscribed = NULL; in nhw_ppib_free()
159 &this->subscribed[ppib_ch], in nhw_PPIB_regw_sideeffects_SUBSCRIBE_SEND()
DNHW_IPC.c40 struct nhw_subsc_mem* subscribed; //[n_ch] member
61 …nhw_ipc_st[i].subscribed = (struct nhw_subsc_mem*)bs_calloc(nhw_ipc_n_ch[i], sizeof(struct nhw_sub… in nhw_ipc_init()
73 free(nhw_ipc_st[i].subscribed); in nhw_ipc_free()
74 nhw_ipc_st[i].subscribed = NULL; in nhw_ipc_free()
166 &this->subscribed[ch], in nhw_IPC_regw_sideeffects_SUBSCRIBE_SEND()
DNHW_EGU.c38 struct nhw_subsc_mem* subscribed; //[n_events] member
64 …nhw_egu_st[i].subscribed = (struct nhw_subsc_mem*)bs_calloc(nhw_egu_n_events[i], sizeof(struct nhw… in nhw_egu_init()
78 free(nhw_egu_st[i].subscribed); in nhw_egu_free()
79 nhw_egu_st[i].subscribed = NULL; in nhw_egu_free()
172 &this->subscribed[n], in nhw_egu_regw_sideeffects_SUBSCRIBE_TRIGGER()
DNHW_GRTC.c80 struct nhw_subsc_mem* subscribed; //[n_cc] member
127 …nhw_grtc_st.subscribed = (struct nhw_subsc_mem*)bs_calloc(nhw_grtc_n_cc, sizeof(struct nhw_subsc_m… in nhw_grtc_init()
151 free(nhw_grtc_st.subscribed); in nhw_grtc_free()
152 nhw_grtc_st.subscribed = NULL; in nhw_grtc_free()
381 &this->subscribed[cc_n], in nhw_GRTC_regw_sideeffects_SUBSCRIBE_CAPTURE()