PM5358
RTOS Interface
Failure = <any other value>
Getting an ISV Buffer: sysSuni4x622ISVBufferGet
This function gets a buffer from the RTOS that will be used by the ISR code to create an
Format | #define sysSuni4x622ISVBufferGet() |
Prototype | sSUNI4x622_ISV *sysSuni4x622ISVBufferGet(void) |
Inputs | None |
Outputs | None |
Returns | Success = (pointer to) a ISV buffer |
| Failure = NULL (pointer) |
Returning an ISV Buffer: sysSuni4x622ISVBufferRtn
This function returns an ISV buffer to the RTOS when the information in the block is no longer needed by the DPR.
Format | #define sysSuni4x622ISVBufferRtn(pISV) | |
Prototype | void sysSuni4x622ISVBufferRtn(sSUNI4x622_ISV *pISV) | |
Inputs | pISV | : (pointer to) a ISV buffer |
Outputs | None |
|
Returns | None |
|
Getting a DPV Buffer: sysSuni4x622DPVBufferGet
This function gets a buffer from the RTOS that will be used by the DPR code to create a
Format | #define sysSuni4x622DPVBufferGet() |
Prototype | sSUNI4x622_DPV *sysSuni4x622DPVBufferGet(void) |
Inputs | None |
Outputs | None |
Returns | Success = (pointer to) a DPV buffer |
| Failure = NULL (pointer) |
Proprietary and Confidential to | 114 |
Document ID: |
|