Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_ipc_impl.h80 #define CYHAL_IPC_USR_CHANNELS ((_CYHAL_IPC_DRV_CHANNELS) - _CYHAL_IPC_CHAN_USER) macro
82 #if (CYHAL_IPC_USR_CHANNELS > 0)
86 #if (CYHAL_IPC_USR_CHANNELS > 1)
90 #if (CYHAL_IPC_USR_CHANNELS > 2)
94 #if (CYHAL_IPC_USR_CHANNELS > 3)
98 #if (CYHAL_IPC_USR_CHANNELS > 4)
102 #if (CYHAL_IPC_USR_CHANNELS > 5)
106 #if (CYHAL_IPC_USR_CHANNELS > 6)
110 #if (CYHAL_IPC_USR_CHANNELS > 7)
114 #if (CYHAL_IPC_USR_CHANNELS > 8)
[all …]
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_ipc.c105 #if (CYHAL_IPC_USR_CHANNELS <= 8)
232 cyhal_ipc_t *_ipc_objects[CYHAL_IPC_USR_CHANNELS];
1170 …t32_t chan_idx = CYHAL_IPC_CHAN_0; chan_idx < CYHAL_IPC_CHAN_0 + CYHAL_IPC_USR_CHANNELS; ++chan_id… in cyhal_ipc_queue_init()
1176 for (uint8_t obj_idx = 0; obj_idx < CYHAL_IPC_USR_CHANNELS; ++obj_idx) in cyhal_ipc_queue_init()
1303 for (uint8_t obj_idx = 0; obj_idx < CYHAL_IPC_USR_CHANNELS; ++obj_idx) in cyhal_ipc_queue_get_handle()