Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
intel_adsp_ipc_data Struct Reference

Intel Audio DSP IPC service backend data struct. More...

#include <zephyr/ipc/backends/intel_adsp_host_ipc.h>

Data Fields

struct k_sem sem
 Semaphore used to wait for remote acknowledgment of sent message.
struct k_spinlock lock
 General driver lock.
bool tx_ack_pending
 Pending TX acknowlegement.
const struct ipc_ept_cfgept_cfg
 Pointer to endpoint configuration.

Detailed Description

Intel Audio DSP IPC service backend data struct.

Field Documentation

◆ ept_cfg

const struct ipc_ept_cfg* intel_adsp_ipc_data::ept_cfg

Pointer to endpoint configuration.

◆ lock

struct k_spinlock intel_adsp_ipc_data::lock

General driver lock.

◆ sem

struct k_sem intel_adsp_ipc_data::sem

Semaphore used to wait for remote acknowledgment of sent message.

◆ tx_ack_pending

bool intel_adsp_ipc_data::tx_ack_pending

Pending TX acknowlegement.


The documentation for this struct was generated from the following file: