最終更新:2015-03-25 (水) 23:47:42 (3319d)  

NAK
Top / NAK

Receiving device cannot accept data or transmitting device cannot send data

バルク転送

  • 受信が成功したときはACK、失敗したときはNAK
  • 受信出来ない状態の時には、待ってくれという意味でNAKを返信
  • さらにデバイス側が動作不能な状態の時には、STALLを返信

メモ

  • NAK indicates that a function was unable to accept data from the host (OUT) or that a function has no data to transmit to the host (IN).
  • NAK can only be returned by functions in the data phase of IN transactions or the handshake phase of OUT or PING transactions. The host can never issue NAK.

メモ

  • エンドポイントのバッファ用FIFOに有効データがなかった場合にNAK応答

構造

フィールドPID
ビット数8

関連