STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_I2S_EnableDMAReq_RX (SPI_TypeDef *SPIx) |
Enable DMA Rx. | |
__STATIC_INLINE void | LL_I2S_DisableDMAReq_RX (SPI_TypeDef *SPIx) |
Disable DMA Rx. | |
__STATIC_INLINE uint32_t | LL_I2S_IsEnabledDMAReq_RX (SPI_TypeDef *SPIx) |
Check if DMA Rx is enabled. | |
__STATIC_INLINE void | LL_I2S_EnableDMAReq_TX (SPI_TypeDef *SPIx) |
Enable DMA Tx. | |
__STATIC_INLINE void | LL_I2S_DisableDMAReq_TX (SPI_TypeDef *SPIx) |
Disable DMA Tx. | |
__STATIC_INLINE uint32_t | LL_I2S_IsEnabledDMAReq_TX (SPI_TypeDef *SPIx) |
Check if DMA Tx is enabled. |
__STATIC_INLINE void LL_I2S_DisableDMAReq_RX | ( | SPI_TypeDef * | SPIx | ) |
Disable DMA Rx.
SPIx | SPI Instance |
None |
Definition at line 3611 of file stm32h7xx_ll_spi.h.
References LL_SPI_DisableDMAReq_RX().
__STATIC_INLINE void LL_I2S_DisableDMAReq_TX | ( | SPI_TypeDef * | SPIx | ) |
Disable DMA Tx.
SPIx | SPI Instance |
None |
Definition at line 3644 of file stm32h7xx_ll_spi.h.
References LL_SPI_DisableDMAReq_TX().
__STATIC_INLINE void LL_I2S_EnableDMAReq_RX | ( | SPI_TypeDef * | SPIx | ) |
Enable DMA Rx.
SPIx | SPI Instance |
None |
Definition at line 3600 of file stm32h7xx_ll_spi.h.
References LL_SPI_EnableDMAReq_RX().
__STATIC_INLINE void LL_I2S_EnableDMAReq_TX | ( | SPI_TypeDef * | SPIx | ) |
Enable DMA Tx.
SPIx | SPI Instance |
None |
Definition at line 3633 of file stm32h7xx_ll_spi.h.
References LL_SPI_EnableDMAReq_TX().
__STATIC_INLINE uint32_t LL_I2S_IsEnabledDMAReq_RX | ( | SPI_TypeDef * | SPIx | ) |
Check if DMA Rx is enabled.
SPIx | SPI Instance |
State | of bit (1 or 0) |
Definition at line 3622 of file stm32h7xx_ll_spi.h.
References LL_SPI_IsEnabledDMAReq_RX().
__STATIC_INLINE uint32_t LL_I2S_IsEnabledDMAReq_TX | ( | SPI_TypeDef * | SPIx | ) |
Check if DMA Tx is enabled.
SPIx | SPI Instance |
State | of bit (1 or 0) |
Definition at line 3655 of file stm32h7xx_ll_spi.h.
References LL_SPI_IsEnabledDMAReq_TX().