CARME-M4 BSP  V1.5
i2s.h
Go to the documentation of this file.
1 #ifndef __I2S_H__
2 #define __I2S_H__
3 
72 #ifdef __cplusplus
73  extern "C" {
74 #endif /* __cplusplus */
75 
76 /*----- Header-Files -------------------------------------------------------*/
77 #include <stm32f4xx.h> /* Processor STM32F407IG */
78 
79 /*----- Macros -------------------------------------------------------------*/
80 
81 /*----- Data types ---------------------------------------------------------*/
82 
83 /*----- Function prototypes ------------------------------------------------*/
84 extern void CARME_I2S_GPIO_Init(void);
85 
86 /*----- Data ---------------------------------------------------------------*/
87 
88 #ifdef __cplusplus
89  }
90 #endif /* __cplusplus */
91 
97 #endif /* __I2S_H__ */
void CARME_I2S_GPIO_Init(void)
I2S GPIO initialization.
Definition: i2s.c:107