思澈科技软件开发工具包  2.20
I2S_Exported_Functions_Group1

Functions

HAL_StatusTypeDef HAL_I2S_Init (I2S_HandleTypeDef *hi2s)
 Initializes the I2S according to the specified parameters in the I2S_InitTypeDef and create the associated handle. More...
 
HAL_StatusTypeDef HAL_I2S_DeInit (I2S_HandleTypeDef *hi2s)
 DeInitializes the I2S peripheral. More...
 
void HAL_I2S_MspInit (I2S_HandleTypeDef *hi2s)
 Initializes the I2S pin setting. More...
 
void HAL_I2S_MspDeInit (I2S_HandleTypeDef *hi2s)
 deunitializes the I2S pin setting. More...
 

Detailed Description

Function Documentation

◆ HAL_I2S_DeInit()

HAL_StatusTypeDef HAL_I2S_DeInit ( I2S_HandleTypeDef hi2s)

DeInitializes the I2S peripheral.

Parameters
hi2spointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module
Return values
HALstatus

◆ HAL_I2S_Init()

HAL_StatusTypeDef HAL_I2S_Init ( I2S_HandleTypeDef hi2s)

Initializes the I2S according to the specified parameters in the I2S_InitTypeDef and create the associated handle.

Parameters
hi2spointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module
Return values
HALstatus

◆ HAL_I2S_MspDeInit()

void HAL_I2S_MspDeInit ( I2S_HandleTypeDef hi2s)

deunitializes the I2S pin setting.

Parameters
hi2spointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module
Return values
None

◆ HAL_I2S_MspInit()

void HAL_I2S_MspInit ( I2S_HandleTypeDef hi2s)

Initializes the I2S pin setting.

Parameters
hi2spointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module
Return values
None