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... | |
HAL_StatusTypeDef HAL_I2S_DeInit | ( | I2S_HandleTypeDef * | hi2s | ) |
DeInitializes the I2S peripheral.
hi2s | pointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module |
HAL | status |
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.
hi2s | pointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module |
HAL | status |
void HAL_I2S_MspDeInit | ( | I2S_HandleTypeDef * | hi2s | ) |
deunitializes the I2S pin setting.
hi2s | pointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module |
None |
void HAL_I2S_MspInit | ( | I2S_HandleTypeDef * | hi2s | ) |
Initializes the I2S pin setting.
hi2s | pointer to a I2S_HandleTypeDef structure that contains the configuration information for I2S module |
None |