Searched refs:SPI_CR1_SSM (Results 1 – 20 of 20) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_spi.h | 235 #define LL_SPI_NSS_SOFT (SPI_CR1_SSM) /*!< NSS managed inter… 851 MODIFY_REG(SPIx->CR1, SPI_CR1_SSM, NSS); in LL_SPI_SetNSSMode() 867 register uint32_t Ssm = (READ_BIT(SPIx->CR1, SPI_CR1_SSM)); in LL_SPI_GetNSSMode()
|
D | stm32l4xx_hal_spi.h | 293 #define SPI_NSS_SOFT SPI_CR1_SSM
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_spi_ex.c | 115 … hspi->Init.CLKPolarity | hspi->Init.CLKPhase | (hspi->Init.NSS & SPI_CR1_SSM) | in HAL_SPI_Init()
|
D | stm32l1xx_ll_spi.c | 68 SPI_CR1_SSM | SPI_CR1_RXONLY | SPI_CR1_DFF | \
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_spi.h | 237 #define LL_SPI_NSS_SOFT (SPI_CR1_SSM) /*!< NSS managed inter… 717 MODIFY_REG(SPIx->CR1, SPI_CR1_SSM, NSS); in LL_SPI_SetNSSMode() 733 register uint32_t Ssm = (READ_BIT(SPIx->CR1, SPI_CR1_SSM)); in LL_SPI_GetNSSMode()
|
D | stm32l1xx_hal_spi.h | 252 #define SPI_NSS_SOFT SPI_CR1_SSM
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_spi.h | 236 #define LL_SPI_NSS_SOFT (SPI_CR1_SSM) /*!< NSS managed inter… 714 MODIFY_REG(SPIx->CR1, SPI_CR1_SSM, NSS); in LL_SPI_SetNSSMode() 730 register uint32_t Ssm = (READ_BIT(SPIx->CR1, SPI_CR1_SSM)); in LL_SPI_GetNSSMode()
|
D | stm32l0xx_hal_spi.h | 235 #define SPI_NSS_SOFT SPI_CR1_SSM
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_ll_spi.c | 67 SPI_CR1_SSM | SPI_CR1_RXONLY | SPI_CR1_CRCL | \
|
D | stm32l4xx_hal_spi.c | 434 … hspi->Init.CLKPolarity | hspi->Init.CLKPhase | (hspi->Init.NSS & SPI_CR1_SSM) | in HAL_SPI_Init() 1335 SET_BIT(hspi->Instance->CR1, SPI_CR1_SSM); in HAL_SPI_TransmitReceive() 1403 SET_BIT(hspi->Instance->CR1, SPI_CR1_SSM); in HAL_SPI_TransmitReceive()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_ll_spi.c | 68 SPI_CR1_SSM | SPI_CR1_RXONLY | SPI_CR1_DFF | \
|
D | stm32l0xx_hal_spi.c | 278 … hspi->Init.CLKPolarity | hspi->Init.CLKPhase | (hspi->Init.NSS & SPI_CR1_SSM) | in HAL_SPI_Init()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 4950 #define SPI_CR1_SSM SPI_CR1_SSM_Msk /*!< Software slave … macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 5457 #define SPI_CR1_SSM SPI_CR1_SSM_Msk /*!< Software slave … macro
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 5076 #define SPI_CR1_SSM SPI_CR1_SSM_Msk /*!< Software slave … macro
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 5076 #define SPI_CR1_SSM SPI_CR1_SSM_Msk /*!< Software slave … macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 5306 #define SPI_CR1_SSM SPI_CR1_SSM_Msk /*!< Software slave … macro
|
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 5641 #define SPI_CR1_SSM SPI_CR1_SSM_Msk /*!< Software slave … macro
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 5747 #define SPI_CR1_SSM SPI_CR1_SSM_Msk /*!< Software slave … macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 13232 #define SPI_CR1_SSM SPI_CR1_SSM_Msk /*!<Software slave m… macro
|