Home
last modified time | relevance | path

Searched refs:SPI_I2SCFGR_ASTRTEN (Results 1 – 5 of 5) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_spi.h1624 #if defined(SPI_I2SCFGR_ASTRTEN)
1633 SET_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_ASTRTEN); in LL_I2S_EnableAsyncStart()
1644 CLEAR_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_ASTRTEN); in LL_I2S_DisableAsyncStart()
1655 return (READ_BIT(SPIx->I2SCFGR, SPI_I2SCFGR_ASTRTEN) == (SPI_I2SCFGR_ASTRTEN)); in LL_I2S_IsEnabledAsyncStart()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_i2s.c319 #if defined(SPI_I2SCFGR_ASTRTEN) in HAL_I2S_Init()
323 hi2s->Instance->I2SCFGR = tmpreg | SPI_I2SCFGR_ASTRTEN; in HAL_I2S_Init()
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h5075 #define SPI_I2SCFGR_ASTRTEN SPI_I2SCFGR_ASTRTEN_Msk /*!<Asynchronous sta… macro
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h5582 #define SPI_I2SCFGR_ASTRTEN SPI_I2SCFGR_ASTRTEN_Msk /*!<Asynchronous sta… macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h5431 #define SPI_I2SCFGR_ASTRTEN SPI_I2SCFGR_ASTRTEN_Msk /*!<Asynchronous sta… macro