STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
SPDIF_Tx.h
Go to the documentation of this file.
1 /*
2  * SPDIF_Tx.h
3  *
4  * Created on: May 29, 2016
5  * Author: Torsten
6  */
7 
8 #ifndef SPDIF_TX_H_
9 #define SPDIF_TX_H_
10 
11 void SPDIF_Tx_Init(void);
12 void SPDIF_Tx_Start(void);
13 
16 
17 #endif /* SPDIF_TX_H_ */
void SPDIF_Tx_Init(void)
Initialize the SPDIF Tx transmission, forward as SPDIF out.
Definition: SPDIF_Tx.c:25
void SPDIF_TX_HalfTransfer_CallBack(void)
ISR Handler for the SPDIF Tx (first buffer full)
Definition: SPDIF_Tx.c:109
void SPDIF_Tx_Start(void)
Start the SPDIF Tx transmission, output.
Definition: SPDIF_Tx.c:67
void SPDIF_TX_TransferComplete_CallBack(void)
ISR Handler for the SPDIF Tx (second buffer full)
Definition: SPDIF_Tx.c:89