1.5.5.4.10 SRV_FU_MEM_TRANSFER_CB Function Pointer

C

typedef void (*SRV_FU_MEM_TRANSFER_CB)
    (SRV_FU_MEM_TRANSFER_CMD command, SRV_FU_MEM_TRANSFER_RESULT result);

Summary

Callback function pointer to get the result of a memory transaction.

Description

This callback is used to get the result of a memory transaction.

Remarks

None.