Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_ipc.h43 #if !defined(IPC_EVENTS_NUM) && defined(IPC_CH_NUM)
44 #define IPC_EVENTS_NUM IPC_CH_NUM
47 #if !defined(IPC_TASKS_NUM) && defined(IPC_CH_NUM)
48 #define IPC_TASKS_NUM IPC_CH_NUM
115 #if (IPC_CH_NUM > 8) || defined(__NRFX_DOXYGEN__)
493 NRFX_ASSERT(index < IPC_CH_NUM); in nrf_ipc_send_task_get()
499 NRFX_ASSERT(index < IPC_CH_NUM); in nrf_ipc_receive_event_get()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_ipc.c155 NRFX_ASSERT(channel_index < IPC_CH_NUM); in nrfx_ipc_receive_event_channel_assign()
167 NRFX_ASSERT(channel_index < IPC_CH_NUM); in nrfx_ipc_send_task_channel_assign()
/hal_nordic-latest/nrfx/mdk/
Dnrf5340_network_peripherals.h72 #define IPC_CH_NUM 16 macro
Dnrf9160_peripherals.h198 #define IPC_CH_NUM 8 macro
Dnrf9120_peripherals.h198 #define IPC_CH_NUM 8 macro
Dnrf5340_application_peripherals.h89 #define IPC_CH_NUM 16 macro