Home
last modified time | relevance | path

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

/nrf_hw_models-3.6.0/src/HW_models/
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()