Searched refs:IPC_CONF_NUM (Results 1 – 5 of 5) sorted by relevance
59 …uint32_t send_task_config[IPC_CONF_NUM]; ///< Configuration of the connection between signals …60 …uint32_t receive_event_config[IPC_CONF_NUM]; ///< Configuration of the connection between events a…192 NRFX_ASSERT(send_index < IPC_CONF_NUM); in nrfx_ipc_signal()198 NRFX_ASSERT(event_index < IPC_CONF_NUM); in nrfx_ipc_receive_config_set()204 NRFX_ASSERT(send_index < IPC_CONF_NUM); in nrfx_ipc_send_config_set()
72 for (i = 0; i < IPC_CONF_NUM; ++i) in nrfx_ipc_config_load()77 for (i = 0; i < IPC_CONF_NUM; ++i) in nrfx_ipc_config_load()90 for (i = 0; i < IPC_CONF_NUM; ++i) in nrfx_ipc_uninit()95 for (i = 0; i < IPC_CONF_NUM; ++i) in nrfx_ipc_uninit()
71 #define IPC_CONF_NUM 16 macro
194 #define IPC_CONF_NUM 8 macro
86 #define IPC_CONF_NUM 16 macro
Completed in 8 milliseconds