Variables
Usbd_audio_out_if_Private_Variables
Collaboration diagram for Usbd_audio_out_if_Private_Variables:

Variables

AUDIO_FOPS_TypeDef AUDIO_OUT_fops
 
static uint8_t AudioState = AUDIO_STATE_INACTIVE
 

Detailed Description

Variable Documentation

AUDIO_FOPS_TypeDef AUDIO_OUT_fops
Initial value:
=
{
}
static uint8_t DeInit(uint32_t options)
DeInit Free all resources used by low layer and stops audio-play function.
static uint8_t Init(uint32_t AudioFreq, uint32_t Volume, uint32_t options)
Init Initialize and configures all required resources for audio play function.
static uint8_t MuteCtl(uint8_t cmd)
MuteCtl Mute or Unmute the audio current output.
static uint8_t PeriodicTC(uint8_t cmd)
static uint8_t VolumeCtl(uint8_t vol)
VolumeCtl Set the volume level in %.
static uint8_t GetState(void)
GetState Return the current state of the audio machine.
static uint8_t AudioCmd(uint8_t *pbuf, uint32_t size, uint8_t cmd)
AudioCmd Play, Stop, Pause or Resume current file.

Definition at line 84 of file usbd_audio_out_if.c.

uint8_t AudioState = AUDIO_STATE_INACTIVE
static

Definition at line 95 of file usbd_audio_out_if.c.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54