Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c193 uint16_t waiting_bound[NUM_EPT];/* The bound messages waiting to be registered. */ member
766 if (dev_data->waiting_bound[i] != WAITING_BOUND_MSG_EMPTY) { in ept_bound_process()
771 dev_data->waiting_bound[i], i); in ept_bound_process()
776 dev_data->waiting_bound[i] = in ept_bound_process()
924 dev_data->waiting_bound[ept_addr] = rx_block_index; in received_bound()
1277 memset(&dev_data->waiting_bound, 0xFF, sizeof(dev_data->waiting_bound)); in backend_init()