Searched refs:SPI_I2SPR_ODD (Results 1 – 9 of 9) sorted by relevance
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_spi.h | 1303 #define LL_I2S_PRESCALER_PARITY_ODD (SPI_I2SPR_ODD >> 8U) /*!< Odd factor: Real divider … 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()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_spi.h | 1298 #define LL_I2S_PRESCALER_PARITY_ODD (SPI_I2SPR_ODD >> 8U) /*!< Odd factor: Real divider … 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()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_ll_spi.c | 520 …MODIFY_REG(SPIx->I2SPR, SPI_I2SPR_I2SDIV | SPI_I2SPR_ODD, PrescalerLinear | (PrescalerParity << 8U… in LL_I2S_ConfigPrescaler()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_ll_spi.c | 508 …MODIFY_REG(SPIx->I2SPR, SPI_I2SPR_I2SDIV | SPI_I2SPR_ODD, PrescalerLinear | (PrescalerParity << 8U… in LL_I2S_ConfigPrescaler()
|
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 5082 #define SPI_I2SPR_ODD SPI_I2SPR_ODD_Msk /*!<Odd factor for t… macro
|
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 5438 #define SPI_I2SPR_ODD SPI_I2SPR_ODD_Msk /*!<Odd factor for t… macro
|
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 5589 #define SPI_I2SPR_ODD SPI_I2SPR_ODD_Msk /*!<Odd factor for t… macro
|
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 5777 #define SPI_I2SPR_ODD SPI_I2SPR_ODD_Msk /*!<Odd factor for t… macro
|
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 5883 #define SPI_I2SPR_ODD SPI_I2SPR_ODD_Msk /*!<Odd factor for t… macro
|