Go to the source code of this file.
void SPDIF_TX_HalfTransfer_CallBack |
( |
void |
| ) |
|
ISR Handler for the SPDIF Tx (first buffer full)
- Parameters
-
- Return values
-
Definition at line 109 of file SPDIF_Tx.c.
void SPDIF_Tx_Init |
( |
void |
| ) |
|
Initialize the SPDIF Tx transmission, forward as SPDIF out.
- Parameters
-
- Return values
-
Definition at line 25 of file SPDIF_Tx.c.
void SPDIF_Tx_Start |
( |
void |
| ) |
|
Start the SPDIF Tx transmission, output.
- Parameters
-
- Return values
-
Definition at line 67 of file SPDIF_Tx.c.
void SPDIF_TX_TransferComplete_CallBack |
( |
void |
| ) |
|
ISR Handler for the SPDIF Tx (second buffer full)
- Parameters
-
- Return values
-
Definition at line 89 of file SPDIF_Tx.c.