SPRAC77E January 2022 – February 2022 TMS320F28379D , TMS320F28379D-Q1 , TMS320F28379S
Description
This function is to be called when needing to clear the FIFO pointer from the CLB. This function needs to be called subsequently after reading a FIFO value pushed by the HLC so that the next PUSH will be in the correct position.
Definition
void pto_qeponclb_clearFIFOptr(uint32_t clbBase);
Parameters
Input:
Return: none
Usage
Example code:
pto_qeponclb_clearFIFOptr(0x00003000);