STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | I2S_CHECK_FLAG(__SR__, __FLAG__) |
Check whether the specified SPI flag is set or not. | |
#define | I2S_CHECK_IT_SOURCE(__CR2__, __INTERRUPT__) |
Check whether the specified SPI Interrupt is set or not. | |
#define | IS_I2S_MODE(__MODE__) |
Checks if I2S Mode parameter is in allowed range. | |
#define | IS_I2S_STANDARD(__STANDARD__) |
#define | IS_I2S_DATA_FORMAT(__FORMAT__) |
#define | IS_I2S_MCLK_OUTPUT(__OUTPUT__) |
#define | IS_I2S_AUDIO_FREQ(__FREQ__) |
#define | IS_I2S_FULLDUPLEX_MODE(MODE) |
#define | IS_I2S_CPOL(__CPOL__) |
Checks if I2S Serial clock steady state parameter is in allowed range. | |
#define | IS_I2S_CLOCKSOURCE(CLOCK) |
#define I2S_CHECK_FLAG | ( | __SR__, | |
__FLAG__ ) |
#include <stm32f4xx_hal_i2s.h>
Check whether the specified SPI flag is set or not.
__SR__ | copy of I2S SR register. |
__FLAG__ | specifies the flag to check. This parameter can be one of the following values:
|
SET | or RESET. |
Definition at line 529 of file stm32f4xx_hal_i2s.h.
#define I2S_CHECK_IT_SOURCE | ( | __CR2__, | |
__INTERRUPT__ ) |
#include <stm32f4xx_hal_i2s.h>
Check whether the specified SPI Interrupt is set or not.
__CR2__ | copy of I2S CR2 register. |
__INTERRUPT__ | specifies the SPI interrupt source to check. This parameter can be one of the following values:
|
SET | or RESET. |
Definition at line 541 of file stm32f4xx_hal_i2s.h.
#define IS_I2S_MODE | ( | __MODE__ | ) |
#include <stm32f4xx_hal_i2s.h>
Checks if I2S Mode parameter is in allowed range.
__MODE__ | specifies the I2S Mode. This parameter can be a value of I2S Mode |
None |
Definition at line 549 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Init().
#define IS_I2S_STANDARD | ( | __STANDARD__ | ) |
#include <stm32f4xx_hal_i2s.h>
Definition at line 554 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Init().
#define IS_I2S_DATA_FORMAT | ( | __FORMAT__ | ) |
#include <stm32f4xx_hal_i2s.h>
Definition at line 560 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Init().
#define IS_I2S_MCLK_OUTPUT | ( | __OUTPUT__ | ) |
#include <stm32f4xx_hal_i2s.h>
Definition at line 565 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Init().
#define IS_I2S_AUDIO_FREQ | ( | __FREQ__ | ) |
#include <stm32f4xx_hal_i2s.h>
Definition at line 568 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Init().
#define IS_I2S_FULLDUPLEX_MODE | ( | MODE | ) |
#include <stm32f4xx_hal_i2s.h>
Definition at line 572 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Init().
#define IS_I2S_CPOL | ( | __CPOL__ | ) |
#include <stm32f4xx_hal_i2s.h>
Checks if I2S Serial clock steady state parameter is in allowed range.
__CPOL__ | specifies the I2S serial clock steady state. This parameter can be a value of I2S Clock Polarity |
None |
Definition at line 580 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Init().
#define IS_I2S_CLOCKSOURCE | ( | CLOCK | ) |
#include <stm32f4xx_hal_i2s.h>
Definition at line 590 of file stm32f4xx_hal_i2s.h.
Referenced by HAL_I2S_Init().