|
STM32F479xx HAL User Manual
|
Defines | |
| #define | LL_I2S_PRESCALER_PARITY_EVEN 0x00000000U |
| #define | LL_I2S_PRESCALER_PARITY_ODD (SPI_I2SPR_ODD >> 8U) |
| #define LL_I2S_PRESCALER_PARITY_EVEN 0x00000000U |
Odd factor: Real divider value is = I2SDIV * 2
Definition at line 1288 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 1289 of file stm32f4xx_ll_spi.h.
1.7.6.1