STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
SPDIF_Rx.h
Go to the documentation of this file.
1 /*
2  * SPDIF_Rx.h
3  *
4  * Created on: May 28, 2016
5  * Author: Torsten
6  */
7 
8 #ifndef SPDIF_RX_H_
9 #define SPDIF_RX_H_
10 
12 
13 int SPDIF_RX_Start(void);
14 
15 #endif /* SPDIF_RX_H_ */
SPDIFRX handle Structure definition.
int SPDIF_RX_Start(void)
Start the SPDIF Rx reception.
Definition: SPDIF_Rx.c:20
SPDIFRX_HandleTypeDef hspdif
Definition: main.c:74