GetBufHandle
Function Usage
Obtains a memory block managed by the customized TBufPool based on offset.
Prototype
1 | __aicore__ inline TBufHandle GetBufHandle(uint8_t offset) |
Parameter |
Input/Output |
Meaning |
|---|---|---|
offset |
Input |
Index value of a memory block |
Availability
Precautions
The value of offset cannot exceed the value of BUFID_SIZE defined in EXTERN_IMPL_BUFPOOL. You can add verification as required.
Returns
The specified memory block, whose type is TBufHandle.
Example
For details, see Example.
Parent topic: Customized TBufPool