Searched refs:SPI_CR2_SSOE (Results 1 – 20 of 20) sorted by relevance
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_spi.h | 237 #define LL_SPI_NSS_HARD_OUTPUT (((uint32_t)SPI_CR2_SSOE << 16U)) /*!< NSS pin used in O… 852 MODIFY_REG(SPIx->CR2, SPI_CR2_SSOE, ((uint32_t)(NSS >> 16U))); in LL_SPI_SetNSSMode() 868 register uint32_t Ssoe = (READ_BIT(SPIx->CR2, SPI_CR2_SSOE) << 16U); in LL_SPI_GetNSSMode()
|
D | stm32l4xx_hal_spi.h | 295 #define SPI_NSS_HARD_OUTPUT (SPI_CR2_SSOE << 16U)
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_spi_ex.c | 119 hspi->Instance->CR2 = (((hspi->Init.NSS >> 16U) & SPI_CR2_SSOE) | hspi->Init.TIMode); in HAL_SPI_Init()
|
D | stm32l1xx_ll_spi.c | 237 MODIFY_REG(SPIx->CR2, SPI_CR2_SSOE, (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_spi.h | 239 #define LL_SPI_NSS_HARD_OUTPUT (((uint32_t)SPI_CR2_SSOE << 16U)) /*!< NSS pin used in O… 718 MODIFY_REG(SPIx->CR2, SPI_CR2_SSOE, ((uint32_t)(NSS >> 16U))); in LL_SPI_SetNSSMode() 734 register uint32_t Ssoe = (READ_BIT(SPIx->CR2, SPI_CR2_SSOE) << 16U); in LL_SPI_GetNSSMode()
|
D | stm32l1xx_hal_spi.h | 254 #define SPI_NSS_HARD_OUTPUT ((uint32_t)(SPI_CR2_SSOE << 16))
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_spi.h | 238 #define LL_SPI_NSS_HARD_OUTPUT (((uint32_t)SPI_CR2_SSOE << 16U)) /*!< NSS pin used in O… 715 MODIFY_REG(SPIx->CR2, SPI_CR2_SSOE, ((uint32_t)(NSS >> 16U))); in LL_SPI_SetNSSMode() 731 register uint32_t Ssoe = (READ_BIT(SPIx->CR2, SPI_CR2_SSOE) << 16U); in LL_SPI_GetNSSMode()
|
D | stm32l0xx_hal_spi.h | 237 #define SPI_NSS_HARD_OUTPUT ((uint32_t)(SPI_CR2_SSOE << 16U))
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_ll_spi.c | 248 SPI_CR2_DS | SPI_CR2_SSOE, in LL_SPI_Init()
|
D | stm32l4xx_hal_spi.c | 445 WRITE_REG(hspi->Instance->CR2, (((hspi->Init.NSS >> 16U) & SPI_CR2_SSOE) | hspi->Init.TIMode | in HAL_SPI_Init()
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_ll_spi.c | 225 MODIFY_REG(SPIx->CR2, SPI_CR2_SSOE, (SPI_InitStruct->NSS >> 16U)); in LL_SPI_Init()
|
D | stm32l0xx_hal_spi.c | 282 WRITE_REG(hspi->Instance->CR2, (((hspi->Init.NSS >> 16U) & SPI_CR2_SSOE) | hspi->Init.TIMode)); in HAL_SPI_Init()
|
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 4979 #define SPI_CR2_SSOE SPI_CR2_SSOE_Msk /*!< SS Output Enabl… macro
|
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 5335 #define SPI_CR2_SSOE SPI_CR2_SSOE_Msk /*!< SS Output Enabl… macro
|
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 5486 #define SPI_CR2_SSOE SPI_CR2_SSOE_Msk /*!< SS Output Enabl… macro
|
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 5105 #define SPI_CR2_SSOE SPI_CR2_SSOE_Msk /*!< SS Output Enabl… macro
|
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 5105 #define SPI_CR2_SSOE SPI_CR2_SSOE_Msk /*!< SS Output Enabl… macro
|
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 5670 #define SPI_CR2_SSOE SPI_CR2_SSOE_Msk /*!< SS Output Enabl… macro
|
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 5776 #define SPI_CR2_SSOE SPI_CR2_SSOE_Msk /*!< SS Output Enabl… macro
|
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 13261 #define SPI_CR2_SSOE SPI_CR2_SSOE_Msk /*!< SS Output Enabl… macro
|