Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
DMA_Management
[SWPMI Exported Functions]
Functions | |
__STATIC_INLINE void | LL_SWPMI_EnableDMAReq_RX (SWPMI_TypeDef *SWPMIx) |
Enable DMA mode for reception CR RXDMA LL_SWPMI_EnableDMAReq_RX. | |
__STATIC_INLINE void | LL_SWPMI_DisableDMAReq_RX (SWPMI_TypeDef *SWPMIx) |
Disable DMA mode for reception 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 CR RXDMA LL_SWPMI_IsEnabledDMAReq_RX. | |
__STATIC_INLINE void | LL_SWPMI_EnableDMAReq_TX (SWPMI_TypeDef *SWPMIx) |
Enable DMA mode for transmission CR TXDMA LL_SWPMI_EnableDMAReq_TX. | |
__STATIC_INLINE void | LL_SWPMI_DisableDMAReq_TX (SWPMI_TypeDef *SWPMIx) |
Disable DMA mode for transmission 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 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 TDR TD LL_SWPMI_DMA_GetRegAddr RDR RD LL_SWPMI_DMA_GetRegAddr. |
Function Documentation
__STATIC_INLINE void LL_SWPMI_DisableDMAReq_RX | ( | SWPMI_TypeDef * | SWPMIx ) |
Disable DMA mode for reception CR RXDMA LL_SWPMI_DisableDMAReq_RX.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
None
Definition at line 988 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_DisableDMAReq_TX | ( | SWPMI_TypeDef * | SWPMIx ) |
Disable DMA mode for transmission CR TXDMA LL_SWPMI_DisableDMAReq_TX.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
None
Definition at line 1021 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_DMA_GetRegAddr | ( | SWPMI_TypeDef * | SWPMIx, |
uint32_t | Direction | ||
) |
Get the data register address used for DMA transfer TDR TD LL_SWPMI_DMA_GetRegAddr
RDR RD LL_SWPMI_DMA_GetRegAddr.
- Parameters:
-
SWPMIx SWPMI Instance Direction This parameter can be one of the following values: - LL_SWPMI_DMA_REG_DATA_TRANSMIT
- LL_SWPMI_DMA_REG_DATA_RECEIVE
- Return values:
-
Address of data register
Definition at line 1047 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_EnableDMAReq_RX | ( | SWPMI_TypeDef * | SWPMIx ) |
Enable DMA mode for reception CR RXDMA LL_SWPMI_EnableDMAReq_RX.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
None
Definition at line 977 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE void LL_SWPMI_EnableDMAReq_TX | ( | SWPMI_TypeDef * | SWPMIx ) |
Enable DMA mode for transmission CR TXDMA LL_SWPMI_EnableDMAReq_TX.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
None
Definition at line 1010 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledDMAReq_RX | ( | SWPMI_TypeDef * | SWPMIx ) |
Check if DMA mode for reception is enabled CR RXDMA LL_SWPMI_IsEnabledDMAReq_RX.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 999 of file stm32l4xx_ll_swpmi.h.
__STATIC_INLINE uint32_t LL_SWPMI_IsEnabledDMAReq_TX | ( | SWPMI_TypeDef * | SWPMIx ) |
Check if DMA mode for transmission is enabled CR TXDMA LL_SWPMI_IsEnabledDMAReq_TX.
- Parameters:
-
SWPMIx SWPMI Instance
- Return values:
-
State of bit (1 or 0).
Definition at line 1032 of file stm32l4xx_ll_swpmi.h.
Generated on Tue Jul 12 2022 17:38:58 by
