|
STM32F103xB HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_SPI_EnableDMAReq_RX (SPI_TypeDef *SPIx) |
| Enable DMA Rx. | |
| __STATIC_INLINE void | LL_SPI_DisableDMAReq_RX (SPI_TypeDef *SPIx) |
| Disable DMA Rx. | |
| __STATIC_INLINE uint32_t | LL_SPI_IsEnabledDMAReq_RX (SPI_TypeDef *SPIx) |
| Check if DMA Rx is enabled. | |
| __STATIC_INLINE void | LL_SPI_EnableDMAReq_TX (SPI_TypeDef *SPIx) |
| Enable DMA Tx. | |
| __STATIC_INLINE void | LL_SPI_DisableDMAReq_TX (SPI_TypeDef *SPIx) |
| Disable DMA Tx. | |
| __STATIC_INLINE uint32_t | LL_SPI_IsEnabledDMAReq_TX (SPI_TypeDef *SPIx) |
| Check if DMA Tx is enabled. | |
| __STATIC_INLINE uint32_t | LL_SPI_DMA_GetRegAddr (SPI_TypeDef *SPIx) |
| Get the data register address used for DMA transfer. | |
| __STATIC_INLINE void LL_SPI_DisableDMAReq_RX | ( | SPI_TypeDef * | SPIx | ) |
Disable DMA Rx.
| SPIx | SPI Instance |
| None |
Definition at line 957 of file stm32f1xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_DisableDMAReq_TX | ( | SPI_TypeDef * | SPIx | ) |
Disable DMA Tx.
| SPIx | SPI Instance |
| None |
Definition at line 990 of file stm32f1xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_DMA_GetRegAddr | ( | SPI_TypeDef * | SPIx | ) |
Get the data register address used for DMA transfer.
| SPIx | SPI Instance |
| Address | of data register |
Definition at line 1012 of file stm32f1xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_EnableDMAReq_RX | ( | SPI_TypeDef * | SPIx | ) |
Enable DMA Rx.
| SPIx | SPI Instance |
| None |
Definition at line 946 of file stm32f1xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_EnableDMAReq_TX | ( | SPI_TypeDef * | SPIx | ) |
Enable DMA Tx.
| SPIx | SPI Instance |
| None |
Definition at line 979 of file stm32f1xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_IsEnabledDMAReq_RX | ( | SPI_TypeDef * | SPIx | ) |
Check if DMA Rx is enabled.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 968 of file stm32f1xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_IsEnabledDMAReq_TX | ( | SPI_TypeDef * | SPIx | ) |
Check if DMA Tx is enabled.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 1001 of file stm32f1xx_ll_spi.h.
1.7.6.1