Skip to main content

NRC_SetCompleteOneInstrCallBack(void (*fun)(void))

Set the callback function when an instruction is executed

When an instruction is executed, this callback function will be called

The callback function cannot contain time-consuming operations, otherwise it will have a serious impact on the running of the program

Type

int =>Set the callback function when an instruction is executed

Parameter Option

None

Sample code