Home
last modified time | relevance | path

Searched refs:SPI_CR2_NSSP (Results 1 – 4 of 4) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_spi.h881 SET_BIT(SPIx->CR2, SPI_CR2_NSSP); in LL_SPI_EnableNSSPulseMgt()
893 CLEAR_BIT(SPIx->CR2, SPI_CR2_NSSP); in LL_SPI_DisableNSSPulseMgt()
905 return ((READ_BIT(SPIx->CR2, SPI_CR2_NSSP) == (SPI_CR2_NSSP)) ? 1UL : 0UL); in LL_SPI_IsEnabledNSSPulse()
Dstm32l4xx_hal_spi.h303 #define SPI_NSS_PULSE_ENABLE SPI_CR2_NSSP
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_spi.c1333 … if ((READ_BIT(spi_cr1, SPI_CR1_MSTR) == 0U) && (READ_BIT(spi_cr2, SPI_CR2_NSSP) == SPI_CR2_NSSP)) in HAL_SPI_TransmitReceive()
1401 … if ((READ_BIT(spi_cr1, SPI_CR1_MSTR) == 0U) && (READ_BIT(spi_cr2, SPI_CR2_NSSP) == SPI_CR2_NSSP)) in HAL_SPI_TransmitReceive()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h13264 #define SPI_CR2_NSSP SPI_CR2_NSSP_Msk /*!< NSS pulse manag… macro