Searched refs:I2SPR (Results  1 – 11 of 11) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ | 
| D | stm32l1xx_ll_spi.h | 1555   MODIFY_REG(SPIx->I2SPR, SPI_I2SPR_I2SDIV, PrescalerLinear);  in LL_I2S_SetPrescalerLinear()1566   return (uint32_t)(READ_BIT(SPIx->I2SPR, SPI_I2SPR_I2SDIV));  in LL_I2S_GetPrescalerLinear()
 1580   MODIFY_REG(SPIx->I2SPR, SPI_I2SPR_ODD, PrescalerParity << 8U);  in LL_I2S_SetPrescalerParity()
 1593   return (uint32_t)(READ_BIT(SPIx->I2SPR, SPI_I2SPR_ODD) >> 8U);  in LL_I2S_GetPrescalerParity()
 1604   SET_BIT(SPIx->I2SPR, SPI_I2SPR_MCKOE);  in LL_I2S_EnableMasterClock()
 1615   CLEAR_BIT(SPIx->I2SPR, SPI_I2SPR_MCKOE);  in LL_I2S_DisableMasterClock()
 1626   return (READ_BIT(SPIx->I2SPR, SPI_I2SPR_MCKOE) == (SPI_I2SPR_MCKOE));  in LL_I2S_IsEnabledMasterClock()
 
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ | 
| D | stm32l0xx_ll_spi.h | 1550   MODIFY_REG(SPIx->I2SPR, SPI_I2SPR_I2SDIV, PrescalerLinear);  in LL_I2S_SetPrescalerLinear()1561   return (uint32_t)(READ_BIT(SPIx->I2SPR, SPI_I2SPR_I2SDIV));  in LL_I2S_GetPrescalerLinear()
 1575   MODIFY_REG(SPIx->I2SPR, SPI_I2SPR_ODD, PrescalerParity << 8U);  in LL_I2S_SetPrescalerParity()
 1588   return (uint32_t)(READ_BIT(SPIx->I2SPR, SPI_I2SPR_ODD) >> 8U);  in LL_I2S_GetPrescalerParity()
 1599   SET_BIT(SPIx->I2SPR, SPI_I2SPR_MCKOE);  in LL_I2S_EnableMasterClock()
 1610   CLEAR_BIT(SPIx->I2SPR, SPI_I2SPR_MCKOE);  in LL_I2S_DisableMasterClock()
 1621   return (READ_BIT(SPIx->I2SPR, SPI_I2SPR_MCKOE) == (SPI_I2SPR_MCKOE));  in LL_I2S_IsEnabledMasterClock()
 
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ | 
| D | stm32l1xx_ll_spi.c | 477     WRITE_REG(SPIx->I2SPR, i2sdiv | i2sodd | I2S_InitStruct->MCLKOutput);  in LL_I2S_Init()520 …MODIFY_REG(SPIx->I2SPR, SPI_I2SPR_I2SDIV | SPI_I2SPR_ODD, PrescalerLinear | (PrescalerParity << 8U…  in LL_I2S_ConfigPrescaler()
 
 | 
| D | stm32l1xx_hal_i2s.c | 309 …hi2s->Instance->I2SPR = (uint32_t)((uint32_t)i2sdiv | (uint32_t)(i2sodd | (uint32_t)hi2s->Init.MCL…  in HAL_I2S_Init()
 | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ | 
| D | stm32l0xx_ll_spi.c | 465     WRITE_REG(SPIx->I2SPR, i2sdiv | i2sodd | I2S_InitStruct->MCLKOutput);  in LL_I2S_Init()508 …MODIFY_REG(SPIx->I2SPR, SPI_I2SPR_I2SDIV | SPI_I2SPR_ODD, PrescalerLinear | (PrescalerParity << 8U…  in LL_I2S_ConfigPrescaler()
 
 | 
| D | stm32l0xx_hal_i2s.c | 304 …hi2s->Instance->I2SPR = (uint32_t)((uint32_t)i2sdiv | (uint32_t)(i2sodd | (uint32_t)hi2s->Init.MCL…  in HAL_I2S_Init()
 | 
| /loramac-node-latest/src/boards/SKiM881AXL/cmsis/ | 
| D | stm32l081xx.h | 478 …__IO uint32_t I2SPR;    /*!< SPI_I2S prescaler register,                          Address offset: …  member
 | 
| /loramac-node-latest/src/boards/NucleoL073/cmsis/ | 
| D | stm32l073xx.h | 519 …__IO uint32_t I2SPR;    /*!< SPI_I2S prescaler register,                          Address offset: …  member
 | 
| /loramac-node-latest/src/boards/B-L072Z-LRWAN1/cmsis/ | 
| D | stm32l072xx.h | 505 …__IO uint32_t I2SPR;    /*!< SPI_I2S prescaler register,                          Address offset: …  member
 | 
| /loramac-node-latest/src/boards/NAMote72/cmsis/ | 
| D | stm32l152xc.h | 545 …__IO uint32_t I2SPR;      /*!< SPI_I2S prescaler register,                         Address offset:…  member
 | 
| /loramac-node-latest/src/boards/NucleoL152/cmsis/ | 
| D | stm32l152xe.h | 560 …__IO uint32_t I2SPR;      /*!< SPI_I2S prescaler register,                         Address offset:…  member
 |