Home
last modified time | relevance | path

Searched refs:I2Sxext (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_spi.c554 ErrorStatus LL_I2S_InitFullDuplex(SPI_TypeDef *I2Sxext, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_InitFullDuplex() argument
560 assert_param(IS_I2S_EXT_ALL_INSTANCE(I2Sxext)); in LL_I2S_InitFullDuplex()
566 if (LL_I2S_IsEnabled(I2Sxext) == 0x00000000U) in LL_I2S_InitFullDuplex()
577 WRITE_REG(I2Sxext->I2SPR, I2S_I2SPR_CLEAR_MASK); in LL_I2S_InitFullDuplex()
593 MODIFY_REG(I2Sxext->I2SCFGR, in LL_I2S_InitFullDuplex()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_spi.c569 ErrorStatus LL_I2S_InitFullDuplex(SPI_TypeDef *I2Sxext, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_InitFullDuplex() argument
575 assert_param(IS_I2S_EXT_ALL_INSTANCE(I2Sxext)); in LL_I2S_InitFullDuplex()
581 if (LL_I2S_IsEnabled(I2Sxext) == 0x00000000U) in LL_I2S_InitFullDuplex()
592 WRITE_REG(I2Sxext->I2SPR, I2S_I2SPR_CLEAR_MASK); in LL_I2S_InitFullDuplex()
608 MODIFY_REG(I2Sxext->I2SCFGR, in LL_I2S_InitFullDuplex()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_spi.h2000 ErrorStatus LL_I2S_InitFullDuplex(SPI_TypeDef *I2Sxext, LL_I2S_InitTypeDef *I2S_InitStruct);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_spi.h2224 ErrorStatus LL_I2S_InitFullDuplex(SPI_TypeDef *I2Sxext, LL_I2S_InitTypeDef *I2S_InitStruct);