/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_ll_spi.c | 272 CLEAR_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_I2SMOD); in LL_SPI_Init() 322 SPI_I2SCFGR_I2SCFG | SPI_I2SCFGR_I2SMOD ) 433 SPI_I2SCFGR_I2SMOD); in LL_I2S_Init() 598 SPI_I2SCFGR_I2SMOD | mode); in LL_I2S_InitFullDuplex()
|
H A D | stm32f4xx_hal_i2s.c | 333 SPI_I2SCFGR_I2SE | SPI_I2SCFGR_I2SMOD)); in HAL_I2S_Init() 429 SPI_I2SCFGR_I2SE | SPI_I2SCFGR_I2SMOD), \ in HAL_I2S_Init() 430 (SPI_I2SCFGR_I2SMOD | hi2s->Init.Mode | \ in HAL_I2S_Init() 455 SPI_I2SCFGR_I2SE | SPI_I2SCFGR_I2SMOD)); in HAL_I2S_Init() 472 tmpreg |= (uint16_t)((uint16_t)SPI_I2SCFGR_I2SMOD | (uint16_t)(tmp | \ in HAL_I2S_Init()
|
H A D | stm32f4xx_hal_spi.c | 398 #if defined(SPI_I2SCFGR_I2SMOD) in HAL_SPI_Init() 400 CLEAR_BIT(hspi->Instance->I2SCFGR, SPI_I2SCFGR_I2SMOD); in HAL_SPI_Init()
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_i2s.c | 324 SPI_I2SCFGR_I2SE | SPI_I2SCFGR_I2SMOD)); in HAL_I2S_Init() 420 SPI_I2SCFGR_I2SE | SPI_I2SCFGR_I2SMOD), \ in HAL_I2S_Init() 421 (SPI_I2SCFGR_I2SMOD | hi2s->Init.Mode | \ in HAL_I2S_Init() 446 SPI_I2SCFGR_I2SE | SPI_I2SCFGR_I2SMOD)); in HAL_I2S_Init() 463 tmpreg |= (uint16_t)((uint16_t)SPI_I2SCFGR_I2SMOD | (uint16_t)(tmp | \ in HAL_I2S_Init()
|
H A D | stm32f4xx_hal_spi.c | 394 #if defined(SPI_I2SCFGR_I2SMOD) in HAL_SPI_Init() 396 CLEAR_BIT(hspi->Instance->I2SCFGR, SPI_I2SCFGR_I2SMOD); in HAL_SPI_Init()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_ll_spi.h | 1381 SET_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_I2SMOD | SPI_I2SCFGR_I2SE); in LL_I2S_Enable() 1392 CLEAR_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_I2SMOD | SPI_I2SCFGR_I2SE); in LL_I2S_Disable()
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/ |
H A D | stm32l0xx_hal_spi.c | 403 #if defined(SPI_I2SCFGR_I2SMOD) in HAL_SPI_Init() 405 CLEAR_BIT(hspi->Instance->I2SCFGR, SPI_I2SCFGR_I2SMOD); in HAL_SPI_Init()
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_spi.c | 441 #if defined(SPI_I2SCFGR_I2SMOD) in HAL_SPI_Init() 443 CLEAR_BIT(hspi->Instance->I2SCFGR, SPI_I2SCFGR_I2SMOD); in HAL_SPI_Init()
|
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_spi.c | 474 #if defined(SPI_I2SCFGR_I2SMOD) in HAL_SPI_Init() 476 CLEAR_BIT(hspi->Instance->I2SCFGR, SPI_I2SCFGR_I2SMOD); in HAL_SPI_Init()
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
H A D | stm32f410rx.h | 5744 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selecti… macro
|
H A D | stm32f410tx.h | 5694 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selecti… macro
|
H A D | stm32f410cx.h | 5740 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selecti… macro
|
H A D | stm32f401xe.h | 5775 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selecti… macro
|
H A D | stm32f401xc.h | 5775 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selecti… macro
|
H A D | stm32f411xe.h | 5806 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selecti… macro
|
H A D | stm32f412cx.h | 10377 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selecti… macro
|
H A D | stm32f405xx.h | 11260 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selecti… macro
|
H A D | stm32f415xx.h | 11545 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selecti… macro
|
H A D | stm32f412zx.h | 11387 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selecti… macro
|
H A D | stm32f407xx.h | 11596 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selecti… macro
|
H A D | stm32f412vx.h | 11367 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selecti… macro
|
H A D | stm32f413xx.h | 12028 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selecti… macro
|
H A D | stm32f423xx.h | 12178 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selecti… macro
|
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/CMSIS/Device/ST/STM32L0xx/Include/ |
H A D | stm32l073xx.h | 5565 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selecti… macro
|
/btstack/port/stm32-f4discovery-cc256x/Drivers/CMSIS/Device/ST/STM32F4xx/Include/ |
H A D | stm32f407xx.h | 11612 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selecti… macro
|