Home
last modified time | relevance | path

Searched defs:backend_data (Results 1 – 1 of 1) sorted by relevance

/subsys/ipc/ipc_service/backends/
A Dipc_icbmsg.c182 struct backend_data { struct
183 const struct icbmsg_config *conf;/* Backend instance config. */
184 struct icmsg_data_t control_data;/* ICMsg data. */
186 struct k_mutex mutex; /* Mutex to protect: ICMsg send call and
189 struct k_work ep_bound_work; /* Work item for bounding processing. */
190 struct k_sem block_wait_sem; /* Semaphore for waiting for free blocks. */
192 struct ept_data ept[NUM_EPT]; /* Array of registered endpoints. */
193 uint8_t ept_map[NUM_EPT]; /* Array that maps endpoint address to index. */
194 uint16_t waiting_bound[NUM_EPT];/* The bound messages waiting to be registered. */
195 atomic_t flags; /* Flags on higher bits, number of registered
[all …]

Completed in 16 milliseconds