CARME-M4 BSP  V1.5

CARME-M4 I2S high level functions. More...

+ Collaboration diagram for I2S:

Files

file  i2s.h
 I2S board support package for the CARME-M4 module.
 
file  i2s.c
 I2S board support package for the CARME-M4 module.
 

Functions

void CARME_I2S_GPIO_Init (void)
 I2S GPIO initialization. More...
 

Variables

static CARME_Port_Pin_t CARME_I2S_Port_Pin []
 I2S Port and Pin association. More...
 

Detailed Description

CARME-M4 I2S high level functions.

Function Documentation

void CARME_I2S_GPIO_Init ( void  )

I2S GPIO initialization.

Returns
None

Definition at line 107 of file i2s.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

CARME_Port_Pin_t CARME_I2S_Port_Pin[]
static
Initial value:
= {
{ GPIOC, GPIO_Pin_6, GPIO_Mode_AF, GPIO_AF_SPI2 },
{ GPIOB, GPIO_Pin_9, GPIO_Mode_AF, GPIO_AF_SPI2 },
{ GPIOI, GPIO_Pin_1, GPIO_Mode_AF, GPIO_AF_SPI2 },
{ GPIOI, GPIO_Pin_2, GPIO_Mode_AF, GPIO_AF_SPI3 },
{ GPIOI, GPIO_Pin_3, GPIO_Mode_AF, GPIO_AF_SPI2 },
}
#define GPIO_AF_SPI3
AF 6 selection.

I2S Port and Pin association.

Definition at line 90 of file i2s.c.