Macros | |
#define | I2S_CHECK_FLAG(__SR__, __FLAG__) ((((__SR__) & ((__FLAG__) & I2S_FLAG_MASK)) == ((__FLAG__) & I2S_FLAG_MASK)) ? SET : RESET) |
Check whether the specified SPI flag is set or not. More... | |
#define | I2S_CHECK_FLAG(__SR__, __FLAG__) |
Check whether the specified SPI flag is set or not. More... | |
#define | I2S_CHECK_FLAG(__SR__, __FLAG__) |
Check whether the specified SPI flag is set or not. More... | |
#define | I2S_CHECK_FLAG(__SR__, __FLAG__) |
Check whether the specified SPI flag is set or not. More... | |
#define | I2S_CHECK_FLAG(__SR__, __FLAG__) ((((__SR__) & ((__FLAG__) & I2S_FLAG_MASK)) == ((__FLAG__) & I2S_FLAG_MASK)) ? SET : RESET) |
Check whether the specified SPI flag is set or not. More... | |
#define | I2S_CHECK_IT_SOURCE(__CR2__, __INTERRUPT__) ((((__CR2__) & (__INTERRUPT__)) == (__INTERRUPT__)) ? SET : RESET) |
Check whether the specified SPI Interrupt is set or not. More... | |
#define | I2S_CHECK_IT_SOURCE(__CR2__, __INTERRUPT__) |
Check whether the specified SPI Interrupt is set or not. More... | |
#define | I2S_CHECK_IT_SOURCE(__CR2__, __INTERRUPT__) |
Check whether the specified SPI Interrupt is set or not. More... | |
#define | I2S_CHECK_IT_SOURCE(__CR2__, __INTERRUPT__) |
Check whether the specified SPI Interrupt is set or not. More... | |
#define | I2S_CHECK_IT_SOURCE(__IER__, __INTERRUPT__) ((((__IER__) & (__INTERRUPT__)) == (__INTERRUPT__)) ? SET : RESET) |
Check whether the specified SPI Interrupt is set or not. More... | |
#define | IS_I2S_AUDIO_FREQ(__FREQ__) |
#define | IS_I2S_AUDIO_FREQ(__FREQ__) |
#define | IS_I2S_AUDIO_FREQ(__FREQ__) |
#define | IS_I2S_AUDIO_FREQ(__FREQ__) |
#define | IS_I2S_AUDIO_FREQ(__FREQ__) |
#define | IS_I2S_CLOCKSOURCE(CLOCK) |
#define | IS_I2S_CPOL(__CPOL__) |
Checks if I2S Serial clock steady state parameter is in allowed range. More... | |
#define | IS_I2S_CPOL(__CPOL__) |
Checks if I2S Serial clock steady state parameter is in allowed range. More... | |
#define | IS_I2S_CPOL(__CPOL__) |
Checks if I2S Serial clock steady state parameter is in allowed range. More... | |
#define | IS_I2S_CPOL(__CPOL__) |
Checks if I2S Serial clock steady state parameter is in allowed range. More... | |
#define | IS_I2S_CPOL(__CPOL__) |
#define | IS_I2S_DATA_24BIT_ALIGNMENT(__ALIGNMENT__) |
#define | IS_I2S_DATA_FORMAT(__FORMAT__) |
#define | IS_I2S_DATA_FORMAT(__FORMAT__) |
#define | IS_I2S_DATA_FORMAT(__FORMAT__) |
#define | IS_I2S_DATA_FORMAT(__FORMAT__) |
#define | IS_I2S_DATA_FORMAT(__FORMAT__) |
#define | IS_I2S_FIRST_BIT(__BIT__) |
#define | IS_I2S_FULLDUPLEX(__MODE__) |
#define | IS_I2S_FULLDUPLEX_MODE(MODE) |
#define | IS_I2S_FULLDUPLEX_MODE(MODE) |
#define | IS_I2S_FULLDUPLEX_MODE(MODE) |
#define | IS_I2S_MASTER(__MODE__) |
#define | IS_I2S_MASTER_KEEP_IO_STATE(__AFCNTR__) |
#define | IS_I2S_MCLK_OUTPUT(__OUTPUT__) |
#define | IS_I2S_MCLK_OUTPUT(__OUTPUT__) |
#define | IS_I2S_MCLK_OUTPUT(__OUTPUT__) |
#define | IS_I2S_MCLK_OUTPUT(__OUTPUT__) |
#define | IS_I2S_MCLK_OUTPUT(__OUTPUT__) |
#define | IS_I2S_MODE(__MODE__) |
Checks if I2S Mode parameter is in allowed range. More... | |
#define | IS_I2S_MODE(__MODE__) |
Checks if I2S Mode parameter is in allowed range. More... | |
#define | IS_I2S_MODE(__MODE__) |
Checks if I2S Mode parameter is in allowed range. More... | |
#define | IS_I2S_MODE(__MODE__) |
Checks if I2S Mode parameter is in allowed range. More... | |
#define | IS_I2S_MODE(__MODE__) |
Checks if I2S Mode parameter is in allowed range. More... | |
#define | IS_I2S_SLAVE(__MODE__) |
#define | IS_I2S_STANDARD(__STANDARD__) |
#define | IS_I2S_STANDARD(__STANDARD__) |
#define | IS_I2S_STANDARD(__STANDARD__) |
#define | IS_I2S_STANDARD(__STANDARD__) |
#define | IS_I2S_STANDARD(__STANDARD__) |
#define | IS_I2S_WS_INVERSION(__WSINV__) |
#define I2S_CHECK_FLAG | ( | __SR__, | |
__FLAG__ | |||
) | ((((__SR__) & ((__FLAG__) & I2S_FLAG_MASK)) == ((__FLAG__) & I2S_FLAG_MASK)) ? SET : RESET) |
Check whether the specified SPI flag is set or not.
<strong>SR</strong> | copy of I2S SR regsiter. |
<strong>FLAG</strong> | specifies the flag to check. This parameter can be one of the following values:
|
SET | or RESET. |
Definition at line 491 of file stm32f7xx_hal_i2s.h.
#define I2S_CHECK_FLAG | ( | __SR__, | |
__FLAG__ | |||
) |
Check whether the specified SPI flag is set or not.
<strong>SR</strong> | copy of I2S SR regsiter. |
<strong>FLAG</strong> | specifies the flag to check. This parameter can be one of the following values:
|
SET | or RESET. |
Definition at line 530 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define I2S_CHECK_FLAG | ( | __SR__, | |
__FLAG__ | |||
) |
Check whether the specified SPI flag is set or not.
<strong>SR</strong> | copy of I2S SR regsiter. |
<strong>FLAG</strong> | specifies the flag to check. This parameter can be one of the following values:
|
SET | or RESET. |
Definition at line 530 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define I2S_CHECK_FLAG | ( | __SR__, | |
__FLAG__ | |||
) |
Check whether the specified SPI flag is set or not.
<strong>SR</strong> | copy of I2S SR regsiter. |
<strong>FLAG</strong> | specifies the flag to check. This parameter can be one of the following values:
|
SET | or RESET. |
Definition at line 530 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define I2S_CHECK_FLAG | ( | __SR__, | |
__FLAG__ | |||
) | ((((__SR__) & ((__FLAG__) & I2S_FLAG_MASK)) == ((__FLAG__) & I2S_FLAG_MASK)) ? SET : RESET) |
Check whether the specified SPI flag is set or not.
<strong>SR</strong> | copy of I2S SR register. |
<strong>FLAG</strong> | specifies the flag to check. This parameter can be one of the following values:
|
SET | or RESET. |
Definition at line 560 of file stm32h7xx_hal_i2s.h.
#define I2S_CHECK_IT_SOURCE | ( | __CR2__, | |
__INTERRUPT__ | |||
) | ((((__CR2__) & (__INTERRUPT__)) == (__INTERRUPT__)) ? SET : RESET) |
Check whether the specified SPI Interrupt is set or not.
<strong>CR2</strong> | copy of I2S CR2 regsiter. |
<strong>INTERRUPT</strong> | specifies the SPI interrupt source to check. This parameter can be one of the following values:
|
SET | or RESET. |
Definition at line 502 of file stm32f7xx_hal_i2s.h.
#define I2S_CHECK_IT_SOURCE | ( | __CR2__, | |
__INTERRUPT__ | |||
) |
Check whether the specified SPI Interrupt is set or not.
<strong>CR2</strong> | copy of I2S CR2 regsiter. |
<strong>INTERRUPT</strong> | specifies the SPI interrupt source to check. This parameter can be one of the following values:
|
SET | or RESET. |
Definition at line 542 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define I2S_CHECK_IT_SOURCE | ( | __CR2__, | |
__INTERRUPT__ | |||
) |
Check whether the specified SPI Interrupt is set or not.
<strong>CR2</strong> | copy of I2S CR2 regsiter. |
<strong>INTERRUPT</strong> | specifies the SPI interrupt source to check. This parameter can be one of the following values:
|
SET | or RESET. |
Definition at line 542 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define I2S_CHECK_IT_SOURCE | ( | __CR2__, | |
__INTERRUPT__ | |||
) |
Check whether the specified SPI Interrupt is set or not.
<strong>CR2</strong> | copy of I2S CR2 regsiter. |
<strong>INTERRUPT</strong> | specifies the SPI interrupt source to check. This parameter can be one of the following values:
|
SET | or RESET. |
Definition at line 542 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define I2S_CHECK_IT_SOURCE | ( | __IER__, | |
__INTERRUPT__ | |||
) | ((((__IER__) & (__INTERRUPT__)) == (__INTERRUPT__)) ? SET : RESET) |
Check whether the specified SPI Interrupt is set or not.
<strong>IER</strong> | copy of I2S IER register. |
<strong>INTERRUPT</strong> | specifies the SPI interrupt source to check. This parameter can be one of the following values:
|
SET | or RESET. |
Definition at line 574 of file stm32h7xx_hal_i2s.h.
#define IS_I2S_AUDIO_FREQ | ( | __FREQ__ | ) |
Definition at line 528 of file stm32f7xx_hal_i2s.h.
#define IS_I2S_AUDIO_FREQ | ( | __FREQ__ | ) |
Definition at line 569 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_AUDIO_FREQ | ( | __FREQ__ | ) |
Definition at line 569 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_AUDIO_FREQ | ( | __FREQ__ | ) |
Definition at line 569 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_AUDIO_FREQ | ( | __FREQ__ | ) |
Definition at line 613 of file stm32h7xx_hal_i2s.h.
#define IS_I2S_CLOCKSOURCE | ( | CLOCK | ) |
Definition at line 540 of file stm32f7xx_hal_i2s.h.
#define IS_I2S_CPOL | ( | __CPOL__ | ) |
Checks if I2S Serial clock steady state parameter is in allowed range.
<strong>CPOL</strong> | specifies the I2S serial clock steady state. This parameter can be a value of I2S Clock Polarity |
None |
Definition at line 537 of file stm32f7xx_hal_i2s.h.
#define IS_I2S_CPOL | ( | __CPOL__ | ) |
Checks if I2S Serial clock steady state parameter is in allowed range.
<strong>CPOL</strong> | specifies the I2S serial clock steady state. This parameter can be a value of I2S Clock Polarity |
None |
Definition at line 581 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_CPOL | ( | __CPOL__ | ) |
Checks if I2S Serial clock steady state parameter is in allowed range.
<strong>CPOL</strong> | specifies the I2S serial clock steady state. This parameter can be a value of I2S Clock Polarity |
None |
Definition at line 581 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_CPOL | ( | __CPOL__ | ) |
Checks if I2S Serial clock steady state parameter is in allowed range.
<strong>CPOL</strong> | specifies the I2S serial clock steady state. This parameter can be a value of I2S Clock Polarity |
None |
Definition at line 581 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_CPOL | ( | __CPOL__ | ) |
Definition at line 617 of file stm32h7xx_hal_i2s.h.
#define IS_I2S_DATA_24BIT_ALIGNMENT | ( | __ALIGNMENT__ | ) |
Definition at line 626 of file stm32h7xx_hal_i2s.h.
#define IS_I2S_DATA_FORMAT | ( | __FORMAT__ | ) |
Definition at line 520 of file stm32f7xx_hal_i2s.h.
#define IS_I2S_DATA_FORMAT | ( | __FORMAT__ | ) |
Definition at line 561 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_DATA_FORMAT | ( | __FORMAT__ | ) |
Definition at line 561 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_DATA_FORMAT | ( | __FORMAT__ | ) |
Definition at line 561 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_DATA_FORMAT | ( | __FORMAT__ | ) |
Definition at line 605 of file stm32h7xx_hal_i2s.h.
#define IS_I2S_FIRST_BIT | ( | __BIT__ | ) |
Definition at line 620 of file stm32h7xx_hal_i2s.h.
#define IS_I2S_FULLDUPLEX | ( | __MODE__ | ) |
Definition at line 596 of file stm32h7xx_hal_i2s.h.
#define IS_I2S_FULLDUPLEX_MODE | ( | MODE | ) |
Definition at line 573 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_FULLDUPLEX_MODE | ( | MODE | ) |
Definition at line 573 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_FULLDUPLEX_MODE | ( | MODE | ) |
Definition at line 573 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_MASTER | ( | __MODE__ | ) |
Definition at line 588 of file stm32h7xx_hal_i2s.h.
#define IS_I2S_MASTER_KEEP_IO_STATE | ( | __AFCNTR__ | ) |
Definition at line 629 of file stm32h7xx_hal_i2s.h.
#define IS_I2S_MCLK_OUTPUT | ( | __OUTPUT__ | ) |
Definition at line 525 of file stm32f7xx_hal_i2s.h.
#define IS_I2S_MCLK_OUTPUT | ( | __OUTPUT__ | ) |
Definition at line 566 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_MCLK_OUTPUT | ( | __OUTPUT__ | ) |
Definition at line 566 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_MCLK_OUTPUT | ( | __OUTPUT__ | ) |
Definition at line 566 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_MCLK_OUTPUT | ( | __OUTPUT__ | ) |
Definition at line 610 of file stm32h7xx_hal_i2s.h.
#define IS_I2S_MODE | ( | __MODE__ | ) |
Checks if I2S Mode parameter is in allowed range.
None |
Definition at line 509 of file stm32f7xx_hal_i2s.h.
#define IS_I2S_MODE | ( | __MODE__ | ) |
Checks if I2S Mode parameter is in allowed range.
None |
Definition at line 550 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_MODE | ( | __MODE__ | ) |
Checks if I2S Mode parameter is in allowed range.
None |
Definition at line 550 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_MODE | ( | __MODE__ | ) |
Checks if I2S Mode parameter is in allowed range.
None |
Definition at line 550 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_MODE | ( | __MODE__ | ) |
Checks if I2S Mode parameter is in allowed range.
None |
Definition at line 581 of file stm32h7xx_hal_i2s.h.
#define IS_I2S_SLAVE | ( | __MODE__ | ) |
Definition at line 592 of file stm32h7xx_hal_i2s.h.
#define IS_I2S_STANDARD | ( | __STANDARD__ | ) |
Definition at line 514 of file stm32f7xx_hal_i2s.h.
#define IS_I2S_STANDARD | ( | __STANDARD__ | ) |
Definition at line 555 of file stm32f411/stm32f411e-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_STANDARD | ( | __STANDARD__ | ) |
Definition at line 555 of file stm32f469/stm32f469i-disco/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_STANDARD | ( | __STANDARD__ | ) |
Definition at line 555 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_i2s.h.
#define IS_I2S_STANDARD | ( | __STANDARD__ | ) |
Definition at line 599 of file stm32h7xx_hal_i2s.h.
#define IS_I2S_WS_INVERSION | ( | __WSINV__ | ) |
Definition at line 623 of file stm32h7xx_hal_i2s.h.