Go to the source code of this file.
|
s32 | osPiStartDma (OSIoMesg *mb, s32 priority, s32 direction, u32 devAddr, void *vAddr, u32 nbytes, OSMesgQueue *mq) |
|
void | osCreatePiManager (OSPri pri, OSMesgQueue *cmdQ, OSMesg *cmdBuf, s32 cmdMsgCnt) |
|
OSMesgQueue * | osPiGetCmdQueue (void) |
|
s32 | osPiWriteIo (u32 devAddr, u32 data) |
|
s32 | osPiReadIo (u32 devAddr, u32 *data) |
|
◆ OS_MESG_PRI_HIGH
#define OS_MESG_PRI_HIGH 1 |
◆ OS_MESG_PRI_NORMAL
#define OS_MESG_PRI_NORMAL 0 |
◆ OS_READ
◆ OS_WRITE
◆ OSPiHandle
◆ osCreatePiManager()
void osCreatePiManager |
( |
OSPri |
pri, |
|
|
OSMesgQueue * |
cmdQ, |
|
|
OSMesg * |
cmdBuf, |
|
|
s32 |
cmdMsgCnt |
|
) |
| |
◆ osPiGetCmdQueue()
OSMesgQueue* osPiGetCmdQueue |
( |
void |
| ) |
|
◆ osPiReadIo()
◆ osPiStartDma()
◆ osPiWriteIo()