Searched refs:PrescalerParity (Results 1 – 2 of 2) sorted by relevance
529 void LL_I2S_ConfigPrescaler(SPI_TypeDef *SPIx, uint32_t PrescalerLinear, uint32_t PrescalerParity) in LL_I2S_ConfigPrescaler() argument534 assert_param(IS_LL_I2S_PRESCALER_PARITY(PrescalerParity)); in LL_I2S_ConfigPrescaler()537 …MODIFY_REG(SPIx->I2SPR, SPI_I2SPR_I2SDIV | SPI_I2SPR_ODD, PrescalerLinear | (PrescalerParity << 8U… in LL_I2S_ConfigPrescaler()
1564 __STATIC_INLINE void LL_I2S_SetPrescalerParity(SPI_TypeDef *SPIx, uint32_t PrescalerParity) in LL_I2S_SetPrescalerParity() argument1566 MODIFY_REG(SPIx->I2SPR, SPI_I2SPR_ODD, PrescalerParity << 8U); in LL_I2S_SetPrescalerParity()1999 … LL_I2S_ConfigPrescaler(SPI_TypeDef *SPIx, uint32_t PrescalerLinear, uint32_t PrescalerParity);