DEVHIO_smem_write Function#include <kmc/hio/devhio_smem.h>
int DEVHIO_smem_write(
int ch,
int offset,
const void * buf,
int length
);
| Name | Description | |
|---|---|---|
| in | ch | Channel number (from 0 to DEVHIO_COMM_MAX_CHANNEL-1). |
| in | offset | Starting position to write. |
| in | buf | Data to write. |
| in | length | Size of the data to write. |
Writes data in shared memory.
CONFIDENTIAL