|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_SPI_EnableDMAReq_RX (SPI_TypeDef *SPIx) |
| Enable DMA Rx CR2 RXDMAEN LL_SPI_EnableDMAReq_RX. More... | |
| __STATIC_INLINE void | LL_SPI_DisableDMAReq_RX (SPI_TypeDef *SPIx) |
| Disable DMA Rx CR2 RXDMAEN LL_SPI_DisableDMAReq_RX. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_IsEnabledDMAReq_RX (SPI_TypeDef *SPIx) |
| Check if DMA Rx is enabled CR2 RXDMAEN LL_SPI_IsEnabledDMAReq_RX. More... | |
| __STATIC_INLINE void | LL_SPI_EnableDMAReq_TX (SPI_TypeDef *SPIx) |
| Enable DMA Tx CR2 TXDMAEN LL_SPI_EnableDMAReq_TX. More... | |
| __STATIC_INLINE void | LL_SPI_DisableDMAReq_TX (SPI_TypeDef *SPIx) |
| Disable DMA Tx CR2 TXDMAEN LL_SPI_DisableDMAReq_TX. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_IsEnabledDMAReq_TX (SPI_TypeDef *SPIx) |
| Check if DMA Tx is enabled CR2 TXDMAEN LL_SPI_IsEnabledDMAReq_TX. More... | |
| __STATIC_INLINE void | LL_SPI_SetDMAParity_RX (SPI_TypeDef *SPIx, uint32_t Parity) |
| Set parity of Last DMA reception CR2 LDMARX LL_SPI_SetDMAParity_RX. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_GetDMAParity_RX (SPI_TypeDef *SPIx) |
| Get parity configuration for Last DMA reception CR2 LDMARX LL_SPI_GetDMAParity_RX. More... | |
| __STATIC_INLINE void | LL_SPI_SetDMAParity_TX (SPI_TypeDef *SPIx, uint32_t Parity) |
| Set parity of Last DMA transmission CR2 LDMATX LL_SPI_SetDMAParity_TX. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_GetDMAParity_TX (SPI_TypeDef *SPIx) |
| Get parity configuration for Last DMA transmission CR2 LDMATX LL_SPI_GetDMAParity_TX. More... | |
| __STATIC_INLINE uint32_t | LL_SPI_DMA_GetRegAddr (SPI_TypeDef *SPIx) |
| Get the data register address used for DMA transfer DR DR LL_SPI_DMA_GetRegAddr. More... | |
| __STATIC_INLINE void LL_SPI_DisableDMAReq_RX | ( | SPI_TypeDef * | SPIx | ) |
Disable DMA Rx CR2 RXDMAEN LL_SPI_DisableDMAReq_RX.
| SPIx | SPI Instance |
| None |
Definition at line 1206 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_DisableDMAReq_TX | ( | SPI_TypeDef * | SPIx | ) |
Disable DMA Tx CR2 TXDMAEN LL_SPI_DisableDMAReq_TX.
| SPIx | SPI Instance |
| None |
Definition at line 1239 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_DMA_GetRegAddr | ( | SPI_TypeDef * | SPIx | ) |
Get the data register address used for DMA transfer DR DR LL_SPI_DMA_GetRegAddr.
| SPIx | SPI Instance |
| Address | of data register |
Definition at line 1315 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_EnableDMAReq_RX | ( | SPI_TypeDef * | SPIx | ) |
Enable DMA Rx CR2 RXDMAEN LL_SPI_EnableDMAReq_RX.
| SPIx | SPI Instance |
| None |
Definition at line 1195 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_EnableDMAReq_TX | ( | SPI_TypeDef * | SPIx | ) |
Enable DMA Tx CR2 TXDMAEN LL_SPI_EnableDMAReq_TX.
| SPIx | SPI Instance |
| None |
Definition at line 1228 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_GetDMAParity_RX | ( | SPI_TypeDef * | SPIx | ) |
Get parity configuration for Last DMA reception CR2 LDMARX LL_SPI_GetDMAParity_RX.
| SPIx | SPI Instance |
| Returned | value can be one of the following values:
|
Definition at line 1277 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_GetDMAParity_TX | ( | SPI_TypeDef * | SPIx | ) |
Get parity configuration for Last DMA transmission CR2 LDMATX LL_SPI_GetDMAParity_TX.
| SPIx | SPI Instance |
| Returned | value can be one of the following values:
|
Definition at line 1304 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_IsEnabledDMAReq_RX | ( | SPI_TypeDef * | SPIx | ) |
Check if DMA Rx is enabled CR2 RXDMAEN LL_SPI_IsEnabledDMAReq_RX.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 1217 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE uint32_t LL_SPI_IsEnabledDMAReq_TX | ( | SPI_TypeDef * | SPIx | ) |
Check if DMA Tx is enabled CR2 TXDMAEN LL_SPI_IsEnabledDMAReq_TX.
| SPIx | SPI Instance |
| State | of bit (1 or 0). |
Definition at line 1250 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_SetDMAParity_RX | ( | SPI_TypeDef * | SPIx, |
| uint32_t | Parity | ||
| ) |
Set parity of Last DMA reception CR2 LDMARX LL_SPI_SetDMAParity_RX.
| SPIx | SPI Instance |
| Parity | This parameter can be one of the following values:
|
| None |
Definition at line 1264 of file stm32l4xx_ll_spi.h.
| __STATIC_INLINE void LL_SPI_SetDMAParity_TX | ( | SPI_TypeDef * | SPIx, |
| uint32_t | Parity | ||
| ) |
Set parity of Last DMA transmission CR2 LDMATX LL_SPI_SetDMAParity_TX.
| SPIx | SPI Instance |
| Parity | This parameter can be one of the following values:
|
| None |
Definition at line 1291 of file stm32l4xx_ll_spi.h.