Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

usbd_audio_os.h / usbd_audio_os.c

Prototype

Code Block
languagecpp
void  *USBD_Audio_OS_PlaybackReqPend (USBD_ERR  *p_err);


Arguments

p_err

Pointer to variable that will receive the return error code from this function.

...

p_err argument should be assigned as described in following table.

Anchor
Table - Error Code Assignment for Pending on a Playback Request
Table - Error Code Assignment for Pending on a Playback Request

Panel
borderWidth0
titleTable - Error Code Assignment for Pending on a Playback Request


Operation resultError code to assign
No errorUSBD_ERR_NONE
Pend timeoutUSBD_ERR_OS_TIMEOUT
Pend abortedUSBD_ERR_OS_ABORT
Pend failed for any other reasonUSBD_ERR_OS_FAIL