header file for the usbd_audio_out_if.c file. More...
Go to the source code of this file.
Macros | |
#define | AUDIO_FAIL 0xFF |
#define | AUDIO_MUTE 0x01 |
#define | AUDIO_OK 0x00 |
#define | AUDIO_STATE_ACTIVE 0x01 |
#define | AUDIO_STATE_ERROR 0x05 |
#define | AUDIO_STATE_INACTIVE 0x00 |
#define | AUDIO_STATE_PAUSED 0x03 |
#define | AUDIO_STATE_PLAYING 0x02 |
#define | AUDIO_STATE_STOPPED 0x04 |
#define | AUDIO_UNMUTE 0x00 |
Enumerations | |
enum | AUDIO_CMD_TypeDef { AUDIO_CMD_PLAY = 1, AUDIO_CMD_PAUSE, AUDIO_CMD_STOP } |
Variables | |
AUDIO_FOPS_TypeDef | AUDIO_OUT_fops |
header file for the usbd_audio_out_if.c file.
Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.st.com/software_license_agreement_liberty_v2
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file usbd_audio_out_if.h.