Post a request to the playback's task queue.
usbd_audio_os.h / usbd_audio_os.c
void USBD_Audio_OS_PlaybackReqPost (void *p_msg, USBD_ERR *p_err); |
p_msg
Pointer to the message which is a playback event.
p_err
Pointer to variable that will receive the return error code from this function.
USBD_ERR_NONE
USBD_ERR_OS_FAIL
None.
Audio Class.
In case of errors, USBD_ERR_OS_FAIL
should be returned. Otherwise, USBD_ERR_NONE
should be used.