Библиотека LUFA (раннее название MyUSB) версия 101122
USB_Audio_SampleFreq_t Struct Reference

24-битная структура частоты звука (Audio Frequency Structure). More...

#include <Audio.h>

Data Fields

uint16_t LowWord
uint8_t HighByte

Detailed Description

Определение типа структуры частоты 24-битной аудиовыборки. GCC не содержит встроенного типа для 24-битных данных, поэтому эта структура используется вместо этого для постройки значения. Fill this structure with the AUDIO_SAMPLE_FREQ() macro.


Field Documentation

Старшие 8 бит полного 24-битного значения.

Младшие 16 бит полного 24-битного значения.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines