GetBufHandle

Function Usage

Obtains a memory block managed by the customized TBufPool based on offset.

Prototype

1
__aicore__ inline TBufHandle GetBufHandle(uint8_t offset)
Table 1 Parameters

Parameter

Input/Output

Meaning

offset

Input

Index value of a memory block

Availability

Atlas Training Series Product

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.