Searched refs:SPI_CR2_RXNEIE (Results 1 – 17 of 17) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_spi.h | 154 #define LL_SPI_CR2_RXNEIE SPI_CR2_RXNEIE /*!< Rx buffer not empty inter… 1116 SET_BIT(SPIx->CR2, SPI_CR2_RXNEIE); in LL_SPI_EnableIT_RXNE() 1150 CLEAR_BIT(SPIx->CR2, SPI_CR2_RXNEIE); in LL_SPI_DisableIT_RXNE() 1183 return ((READ_BIT(SPIx->CR2, SPI_CR2_RXNEIE) == (SPI_CR2_RXNEIE)) ? 1UL : 0UL); in LL_SPI_IsEnabledIT_RXNE()
|
D | stm32l4xx_hal_spi.h | 384 #define SPI_IT_RXNE SPI_CR2_RXNEIE
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_spi.h | 154 #define LL_SPI_CR2_RXNEIE SPI_CR2_RXNEIE /*!< Rx buffer not empty inter… 917 SET_BIT(SPIx->CR2, SPI_CR2_RXNEIE); in LL_SPI_EnableIT_RXNE() 951 CLEAR_BIT(SPIx->CR2, SPI_CR2_RXNEIE); in LL_SPI_DisableIT_RXNE() 984 return (READ_BIT(SPIx->CR2, SPI_CR2_RXNEIE) == (SPI_CR2_RXNEIE)); in LL_SPI_IsEnabledIT_RXNE()
|
D | stm32l1xx_hal_i2s.h | 267 #define I2S_IT_RXNE SPI_CR2_RXNEIE
|
D | stm32l1xx_hal_spi.h | 317 #define SPI_IT_RXNE SPI_CR2_RXNEIE
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_spi.h | 155 #define LL_SPI_CR2_RXNEIE SPI_CR2_RXNEIE /*!< Rx buffer not empty inter… 914 SET_BIT(SPIx->CR2, SPI_CR2_RXNEIE); in LL_SPI_EnableIT_RXNE() 948 CLEAR_BIT(SPIx->CR2, SPI_CR2_RXNEIE); in LL_SPI_DisableIT_RXNE() 981 return (READ_BIT(SPIx->CR2, SPI_CR2_RXNEIE) == (SPI_CR2_RXNEIE)); in LL_SPI_IsEnabledIT_RXNE()
|
D | stm32l0xx_hal_i2s.h | 244 #define I2S_IT_RXNE SPI_CR2_RXNEIE
|
D | stm32l0xx_hal_spi.h | 293 #define SPI_IT_RXNE SPI_CR2_RXNEIE
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_spi.c | 2291 if (HAL_IS_BIT_SET(hspi->Instance->CR2, SPI_CR2_RXNEIE)) in HAL_SPI_Abort() 2449 if (HAL_IS_BIT_SET(hspi->Instance->CR2, SPI_CR2_RXNEIE)) in HAL_SPI_Abort_IT() 4201 CLEAR_BIT(hspi->Instance->CR2, (SPI_CR2_TXEIE | SPI_CR2_RXNEIE | SPI_CR2_ERRIE)); in SPI_AbortRx_ISR() 4213 while (HAL_IS_BIT_SET(hspi->Instance->CR2, SPI_CR2_RXNEIE)); in SPI_AbortRx_ISR() 4243 CLEAR_BIT(hspi->Instance->CR2, (SPI_CR2_TXEIE | SPI_CR2_RXNEIE | SPI_CR2_ERRIE)); in SPI_AbortTx_ISR()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 4988 #define SPI_CR2_RXNEIE SPI_CR2_RXNEIE_Msk /*!< RX buffer Not E… macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 5495 #define SPI_CR2_RXNEIE SPI_CR2_RXNEIE_Msk /*!< RX buffer Not E… macro
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 5111 #define SPI_CR2_RXNEIE SPI_CR2_RXNEIE_Msk /*!< RX buffer Not E… macro
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 5111 #define SPI_CR2_RXNEIE SPI_CR2_RXNEIE_Msk /*!< RX buffer Not E… macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 5344 #define SPI_CR2_RXNEIE SPI_CR2_RXNEIE_Msk /*!< RX buffer Not E… macro
|
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 5679 #define SPI_CR2_RXNEIE SPI_CR2_RXNEIE_Msk /*!< RX buffer Not E… macro
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 5785 #define SPI_CR2_RXNEIE SPI_CR2_RXNEIE_Msk /*!< RX buffer Not E… macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 13273 #define SPI_CR2_RXNEIE SPI_CR2_RXNEIE_Msk /*!< RX buffer Not E… macro
|