|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|


结构体 | |
| struct | LosRpqueueSendCfg |
类型定义 | |
| typedef void(* | LosRpqueueCallback) (UINT8 cmd, UINT8 *data, UINT16 len) |
函数 | |
| UINT32 | LOS_RpqueueInit (void *queue, UINT32 size, UINT32 option) |
| Rpqueue init. | |
| UINT32 | LOS_RpqueueMaxSendSizeGet (void *queue, UINT16 *maxSendSize) |
| get Rpqueue current max send size. | |
| UINT32 | LOS_RpqueueSend (void *queue, const UINT8 *data, UINT16 len, const LosRpqueueSendCfg *cfg) |
| Rpqueue send message. | |
| UINT32 | LOS_RpqueueRecv (void *queue, LosRpqueueCallback recvDataCb) |
| Rpqueue data receive. | |
| #define LOS_RPQUEUE_ALIGN_SIZE 8U |
| #define LOS_RPQUEUE_OPTION_SYNC_MSG_SEND 0x0001U |