![]() |
RTEMS 6.1-rc7
|
Functions | |
__STATIC_INLINE void | LL_SWPMI_EnableDMAReq_RX (SWPMI_TypeDef *SWPMIx) |
Enable DMA mode for reception @rmtoll CR RXDMA LL_SWPMI_EnableDMAReq_RX. | |
__STATIC_INLINE void | LL_SWPMI_DisableDMAReq_RX (SWPMI_TypeDef *SWPMIx) |
Disable DMA mode for reception @rmtoll CR RXDMA LL_SWPMI_DisableDMAReq_RX. | |
__STATIC_INLINE uint32_t | LL_SWPMI_IsEnabledDMAReq_RX (SWPMI_TypeDef *SWPMIx) |
Check if DMA mode for reception is enabled @rmtoll CR RXDMA LL_SWPMI_IsEnabledDMAReq_RX. | |
__STATIC_INLINE void | LL_SWPMI_EnableDMAReq_TX (SWPMI_TypeDef *SWPMIx) |
Enable DMA mode for transmission @rmtoll CR TXDMA LL_SWPMI_EnableDMAReq_TX. | |
__STATIC_INLINE void | LL_SWPMI_DisableDMAReq_TX (SWPMI_TypeDef *SWPMIx) |
Disable DMA mode for transmission @rmtoll CR TXDMA LL_SWPMI_DisableDMAReq_TX. | |
__STATIC_INLINE uint32_t | LL_SWPMI_IsEnabledDMAReq_TX (SWPMI_TypeDef *SWPMIx) |
Check if DMA mode for transmission is enabled @rmtoll CR TXDMA LL_SWPMI_IsEnabledDMAReq_TX. | |
__STATIC_INLINE uint32_t | LL_SWPMI_DMA_GetRegAddr (SWPMI_TypeDef *SWPMIx, uint32_t Direction) |
Get the data register address used for DMA transfer @rmtoll TDR TD LL_SWPMI_DMA_GetRegAddr RDR RD LL_SWPMI_DMA_GetRegAddr. | |
__STATIC_INLINE void LL_SWPMI_DisableDMAReq_RX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable DMA mode for reception @rmtoll CR RXDMA LL_SWPMI_DisableDMAReq_RX.
SWPMIx | SWPMI Instance |
None |
__STATIC_INLINE void LL_SWPMI_DisableDMAReq_TX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Disable DMA mode for transmission @rmtoll CR TXDMA LL_SWPMI_DisableDMAReq_TX.
SWPMIx | SWPMI Instance |
None |
__STATIC_INLINE uint32_t LL_SWPMI_DMA_GetRegAddr | ( | SWPMI_TypeDef * | SWPMIx, |
uint32_t | Direction | ||
) |
Get the data register address used for DMA transfer @rmtoll TDR TD LL_SWPMI_DMA_GetRegAddr
RDR RD LL_SWPMI_DMA_GetRegAddr.
SWPMIx | SWPMI Instance |
Direction | This parameter can be one of the following values: |
Address | of data register |
__STATIC_INLINE void LL_SWPMI_EnableDMAReq_RX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable DMA mode for reception @rmtoll CR RXDMA LL_SWPMI_EnableDMAReq_RX.
SWPMIx | SWPMI Instance |
None |
__STATIC_INLINE void LL_SWPMI_EnableDMAReq_TX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Enable DMA mode for transmission @rmtoll CR TXDMA LL_SWPMI_EnableDMAReq_TX.
SWPMIx | SWPMI Instance |
None |
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledDMAReq_RX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if DMA mode for reception is enabled @rmtoll CR RXDMA LL_SWPMI_IsEnabledDMAReq_RX.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledDMAReq_TX | ( | SWPMI_TypeDef * | SWPMIx | ) |
Check if DMA mode for transmission is enabled @rmtoll CR TXDMA LL_SWPMI_IsEnabledDMAReq_TX.
SWPMIx | SWPMI Instance |
State | of bit (1 or 0). |