STM32H735xx HAL User Manual
Defines
Prescaler Factor
I2S Exported Constants

Defines

#define LL_I2S_PRESCALER_PARITY_EVEN   (0x00000000UL)
#define LL_I2S_PRESCALER_PARITY_ODD   (0x00000001UL)

Define Documentation

#define LL_I2S_PRESCALER_PARITY_EVEN   (0x00000000UL)

Odd factor: Real divider value is = I2SDIV * 2

Definition at line 2719 of file stm32h7xx_ll_spi.h.

#define LL_I2S_PRESCALER_PARITY_ODD   (0x00000001UL)

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

Definition at line 2720 of file stm32h7xx_ll_spi.h.