Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c103 #define NUM_EPT CONFIG_IPC_SERVICE_BACKEND_ICBMSG_NUM_EP macro
191 struct ept_data ept[NUM_EPT]; /* Array of registered endpoints. */
192 uint8_t ept_map[NUM_EPT]; /* Array that maps endpoint address to index. */
193 uint16_t waiting_bound[NUM_EPT];/* The bound messages waiting to be registered. */
219 BUILD_ASSERT(NUM_EPT <= EPT_ADDR_INVALID, "Too many endpoints");
623 for (i = 0; i < NUM_EPT; i++) { in find_ept_by_name()
748 for (i = 0; i < NUM_EPT; i++) { in ept_bound_process()
765 for (i = 0; i < NUM_EPT; i++) { in ept_bound_process()
790 for (i = 0; i < NUM_EPT; i++) { in ept_bound_process()
813 if (ept_addr >= NUM_EPT || dev_data->ept_map[ept_addr] >= NUM_EPT) { in get_ept_and_rx_validate()
[all …]