STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
Eclipse_WS2
STM32F769IDiscovery
inc
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
11
extern
SPDIFRX_HandleTypeDef
hspdif
;
12
13
int
SPDIF_RX_Start
(
void
);
14
15
#endif
/* SPDIF_RX_H_ */
SPDIFRX_HandleTypeDef
SPDIFRX handle Structure definition.
Definition:
stm32f7xx_hal_spdifrx.h:140
SPDIF_RX_Start
int SPDIF_RX_Start(void)
Start the SPDIF Rx reception.
Definition:
SPDIF_Rx.c:20
hspdif
SPDIFRX_HandleTypeDef hspdif
Definition:
main.c:74
Generated by
1.8.11