TI中文支持网
TI专业的中文技术问题搜集分享网站

PIN_clrPendInterrupt

HI,

PIN_clrPendInterrupt 是清除中断标志位吗?是否可以在中断中调用呢?

谢谢

Kevin Qiu1:

/** @brief Clear pending interrupt for pin, if any**@param handleHandle provided by previous call to PIN_open()*@param pinId#PIN_Id for pin to clear pending interrupt for*@return #PIN_SUCCESS if successful, else error code*@par Usage*@code*PIN_ClrPendInterrupt(hPins, PIN_ID(8));*@endcode*/
extern PIN_Status PIN_clrPendInterrupt(PIN_Handle handle, PIN_Id pinId);

ruimao cong:

回复 Kevin Qiu1:

这是清除中断标志位?还是关闭中断信号的?

赞(0)
未经允许不得转载:TI中文支持网 » PIN_clrPendInterrupt
分享到: 更多 (0)