|
◆ BSL_UIO_Read()
int32_t BSL_UIO_Read |
( |
BSL_UIO * |
uio, |
|
|
void * |
data, |
|
|
uint32_t |
len, |
|
|
uint32_t * |
readLen |
|
) |
| |
Read data from the UIO object.
- 参数
-
uio | [IN] uio object. |
data | [IN] Buffer for receiving data |
len | [IN] Length of the received data buffer. |
readLen | [OUT] Length of the received data. |
- 返回值
-
|