| STM32F4xx HAL Documentation
                 Hardware Abstraction Layer for STM32F4 familiy | 
| Macros | |
| #define | __HAL_I2S_RESET_HANDLE_STATE(__HANDLE__) | 
| Reset I2S handle state. | |
| #define | __HAL_I2S_ENABLE(__HANDLE__) | 
| Enable the specified SPI peripheral (in I2S mode). | |
| #define | __HAL_I2S_DISABLE(__HANDLE__) | 
| Disable the specified SPI peripheral (in I2S mode). | |
| #define | __HAL_I2S_ENABLE_IT(__HANDLE__, __INTERRUPT__) | 
| Enable the specified I2S interrupts. | |
| #define | __HAL_I2S_DISABLE_IT(__HANDLE__, __INTERRUPT__) | 
| Disable the specified I2S interrupts. | |
| #define | __HAL_I2S_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) | 
| Checks if the specified I2S interrupt source is enabled or disabled. | |
| #define | __HAL_I2S_GET_FLAG(__HANDLE__, __FLAG__) | 
| Checks whether the specified I2S flag is set or not. | |
| #define | __HAL_I2S_CLEAR_OVRFLAG(__HANDLE__) | 
| Clears the I2S OVR pending flag. | |
| #define | __HAL_I2S_CLEAR_UDRFLAG(__HANDLE__) | 
| Clears the I2S UDR pending flag. | |
| #define | __HAL_I2S_FLUSH_RX_DR(__HANDLE__) | 
| Flush the I2S DR Register. | |
| #define __HAL_I2S_RESET_HANDLE_STATE | ( | __HANDLE__ | ) | 
#include <stm32f4xx_hal_i2s.h>
Reset I2S handle state.
| __HANDLE__ | specifies the I2S Handle. | 
| None | 
Definition at line 340 of file stm32f4xx_hal_i2s.h.
| #define __HAL_I2S_ENABLE | ( | __HANDLE__ | ) | 
#include <stm32f4xx_hal_i2s.h>
Enable the specified SPI peripheral (in I2S mode).
| __HANDLE__ | specifies the I2S Handle. | 
| None | 
Definition at line 347 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_DMAResume(), HAL_I2S_Receive(), HAL_I2S_Receive_DMA(), HAL_I2S_Receive_IT(), HAL_I2S_Transmit(), HAL_I2S_Transmit_DMA(), and HAL_I2S_Transmit_IT().
| #define __HAL_I2S_DISABLE | ( | __HANDLE__ | ) | 
#include <stm32f4xx_hal_i2s.h>
Disable the specified SPI peripheral (in I2S mode).
| __HANDLE__ | specifies the I2S Handle. | 
| None | 
Definition at line 353 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_DeInit(), and HAL_I2S_DMAStop().
| #define __HAL_I2S_ENABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ ) | 
#include <stm32f4xx_hal_i2s.h>
Enable the specified I2S interrupts.
| __HANDLE__ | specifies the I2S Handle. | 
| __INTERRUPT__ | specifies the interrupt source to enable or disable. This parameter can be one of the following values: 
 | 
| None | 
Definition at line 364 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Receive_IT(), and HAL_I2S_Transmit_IT().
| #define __HAL_I2S_DISABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ ) | 
#include <stm32f4xx_hal_i2s.h>
Disable the specified I2S interrupts.
| __HANDLE__ | specifies the I2S Handle. | 
| __INTERRUPT__ | specifies the interrupt source to enable or disable. This parameter can be one of the following values: 
 | 
| None | 
Definition at line 375 of file stm32f4xx_hal_i2s.h.
Referenced by I2S_IRQHandler(), I2S_Receive_IT(), and I2S_Transmit_IT().
| #define __HAL_I2S_GET_IT_SOURCE | ( | __HANDLE__, | |
| __INTERRUPT__ ) | 
#include <stm32f4xx_hal_i2s.h>
Checks if the specified I2S interrupt source is enabled or disabled.
| __HANDLE__ | specifies the I2S Handle. This parameter can be I2S where x: 1, 2, or 3 to select the I2S peripheral. | 
| __INTERRUPT__ | specifies the I2S interrupt source to check. This parameter can be one of the following values: 
 | 
| The | new state of IT (TRUE or FALSE). | 
Definition at line 387 of file stm32f4xx_hal_i2s.h.
Referenced by I2S_IRQHandler().
| #define __HAL_I2S_GET_FLAG | ( | __HANDLE__, | |
| __FLAG__ ) | 
#include <stm32f4xx_hal_i2s.h>
Checks whether the specified I2S flag is set or not.
| __HANDLE__ | specifies the I2S Handle. | 
| __FLAG__ | specifies the flag to check. This parameter can be one of the following values: 
 | 
| The | new state of FLAG (TRUE or FALSE). | 
Definition at line 403 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Receive(), HAL_I2S_Transmit(), and I2S_WaitFlagStateUntilTimeout().
| #define __HAL_I2S_CLEAR_OVRFLAG | ( | __HANDLE__ | ) | 
#include <stm32f4xx_hal_i2s.h>
Clears the I2S OVR pending flag.
| __HANDLE__ | specifies the I2S Handle. | 
| None | 
Definition at line 409 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_DMAStop(), HAL_I2S_Receive(), HAL_I2S_Receive_DMA(), and I2S_IRQHandler().
| #define __HAL_I2S_CLEAR_UDRFLAG | ( | __HANDLE__ | ) | 
#include <stm32f4xx_hal_i2s.h>
Clears the I2S UDR pending flag.
| __HANDLE__ | specifies the I2S Handle. | 
| None | 
Definition at line 419 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_DMAStop(), HAL_I2S_Transmit(), and I2S_IRQHandler().
| #define __HAL_I2S_FLUSH_RX_DR | ( | __HANDLE__ | ) | 
#include <stm32f4xx_hal_i2s.h>
Flush the I2S DR Register.
| __HANDLE__ | specifies the I2S Handle. | 
| None | 
Definition at line 428 of file stm32f4xx_hal_i2s.h.