STM32F439xx HAL User Manual
Defines
Prescaler Factor
I2S Exported Constants

Defines

#define LL_I2S_PRESCALER_PARITY_EVEN   0x00000000U
#define LL_I2S_PRESCALER_PARITY_ODD   (SPI_I2SPR_ODD >> 8U)

Define Documentation

#define LL_I2S_PRESCALER_PARITY_EVEN   0x00000000U

Odd factor: Real divider value is = I2SDIV * 2

Definition at line 1295 of file stm32f4xx_ll_spi.h.

#define LL_I2S_PRESCALER_PARITY_ODD   (SPI_I2SPR_ODD >> 8U)

Odd factor: Real divider value is = (I2SDIV * 2)+1

Definition at line 1296 of file stm32f4xx_ll_spi.h.