Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/include/
A Dnrfx_ipc.h59 …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()
/external/platform/nrfx/drivers/src/
A Dnrfx_ipc.c72 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()
/external/platform/nrfx/mdk/
A Dnrf5340_network_peripherals.h71 #define IPC_CONF_NUM 16 macro
A Dnrf9160_peripherals.h194 #define IPC_CONF_NUM 8 macro
A Dnrf5340_application_peripherals.h86 #define IPC_CONF_NUM 16 macro

Completed in 8 milliseconds