在第141页对 ETH 接收描述符控制字的翻译中:<br /><br />31 Interrupt 该位表示当该帧或帧片段中的数据以及相关的状态信息已提交给存储器时,是否确实产生了一个RxDone中断<br /><br />应当翻译成:<br />31 Interrupt 如果置位,那么当该帧或帧片段中的数据以及相关的状态信息已提交给存储器时,产生了一个RxDone中断.<br /><br />英文原文:<br />31 Interrupt If true generate an RxDone interrupt when the data in this frame or frame<br />fragment and the associated status information has been committed to<br />memory.<br />我想应当在if true后面,少了一个逗号<br /><br /> |
|