STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_MDMA_EnableChannel (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Enable MDMA channel. | |
__STATIC_INLINE void | LL_MDMA_DisableChannel (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Disable MDMA channel. | |
__STATIC_INLINE uint32_t | LL_MDMA_IsEnabledChannel (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Check if MDMA channel is enabled or disabled. | |
__STATIC_INLINE void | LL_MDMA_GenerateSWRequest (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Generate a SW transfer request on the MDMA channel. | |
__STATIC_INLINE void | LL_MDMA_ConfigXferEndianness (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t Configuration) |
Configure Transfer endianness parameters : Word, Half word and Bytes Endianness. | |
__STATIC_INLINE void | LL_MDMA_SetWordEndianness (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t Endianness) |
Set Words Endianness. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetWordEndianness (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Words Endianness. | |
__STATIC_INLINE void | LL_MDMA_SetHalfWordEndianness (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t Endianness) |
Set Half Words Endianness. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetHalfWordEndianness (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Half Words Endianness. | |
__STATIC_INLINE void | LL_MDMA_SetByteEndianness (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t Endianness) |
Set Bytes Endianness. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetByteEndianness (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Bytes Endianness. | |
__STATIC_INLINE void | LL_MDMA_SetChannelPriorityLevel (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t Priority) |
Set Channel priority level. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetChannelPriorityLevel (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Channel priority level. | |
__STATIC_INLINE void | LL_MDMA_ConfigTransfer (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t Configuration, uint32_t BufferXferLength) |
Configure MDMA transfer parameters. | |
__STATIC_INLINE void | LL_MDMA_EnableBufferableWrMode (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Enable Bufferable Write Mode. | |
__STATIC_INLINE void | LL_MDMA_DisableBufferableWrMode (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Disable Bufferable Write Mode. | |
__STATIC_INLINE uint32_t | LL_MDMA_IsEnabledBufferableWrMode (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Check if Bufferable Write Mode is enabled or disabled. | |
__STATIC_INLINE void | LL_MDMA_SetRequestMode (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t RequestMode) |
Set Request Mode. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetRequestMode (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Request Mode. | |
__STATIC_INLINE void | LL_MDMA_SetTriggerMode (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t TriggerMode) |
Set Trigger Mode. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetTriggerMode (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Trigger Mode. | |
__STATIC_INLINE void | LL_MDMA_SetPaddingAlignment (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t PaddingAlignment) |
Set Padding Alignment. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetPaddingAlignment (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Padding Alignment. | |
__STATIC_INLINE void | LL_MDMA_EnablePacking (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Enable Packing. | |
__STATIC_INLINE void | LL_MDMA_DisablePacking (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Disable Packing. | |
__STATIC_INLINE uint32_t | LL_MDMA_IsEnabledPacking (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Check if packing is enabled or disabled. | |
__STATIC_INLINE void | LL_MDMA_SetBufferTransferLength (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t Length) |
Set Buffer Transfer Length. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetBufferTransferLength (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Buffer Transfer Length. | |
__STATIC_INLINE void | LL_MDMA_SetDestinationBurstSize (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t Dburst) |
Set Destination burst transfer. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetDestinationBurstSize (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Destination burst transfer. | |
__STATIC_INLINE void | LL_MDMA_SetSourceBurstSize (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t Sburst) |
Set Source burst transfer. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetSourceBurstSize (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Source burst transfer. | |
__STATIC_INLINE void | LL_MDMA_SetDestinationIncSize (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t IncSize) |
Set Destination Increment Offset Size. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetDestinationIncSize (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Destination Increment Offset Size. | |
__STATIC_INLINE void | LL_MDMA_SetSourceIncSize (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t IncSize) |
Set Source Increment Offset Size. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetSourceIncSize (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Source Increment Offset Size. | |
__STATIC_INLINE void | LL_MDMA_SetDestinationDataSize (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t DestDataSize) |
Set Destination Data Size. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetDestinationDataSize (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Destination Data Size. | |
__STATIC_INLINE void | LL_MDMA_SetSourceDataSize (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t SrcDataSize) |
Set Source Data Size. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetSourceDataSize (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Source Data Size. | |
__STATIC_INLINE void | LL_MDMA_SetDestinationIncMode (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t DestIncMode) |
Set Destination Increment Mode. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetDestinationIncMode (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Destination Increment Mode. | |
__STATIC_INLINE void | LL_MDMA_SetSourceIncMode (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t SrcIncMode) |
Set Source Increment Mode. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetSourceIncMode (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Source Increment Mode. | |
__STATIC_INLINE void | LL_MDMA_ConfigBlkCounters (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t BlockRepeatCount, uint32_t BlkDataLength) |
Configure MDMA Block number of data and repeat Count. | |
__STATIC_INLINE void | LL_MDMA_SetBlkDataLength (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t BlkDataLength) |
Set Block Number of data bytes to transfer. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetBlkDataLength (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Block Number of data bytes to transfer. | |
__STATIC_INLINE void | LL_MDMA_SetBlkRepeatCount (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t BlockRepeatCount) |
Set Block Repeat Count. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetBlkRepeatCount (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Block Repeat Count. | |
__STATIC_INLINE void | LL_MDMA_ConfigBlkRepeatAddrUpdate (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t Configuration) |
Configure MDMA block repeat address update mode. | |
__STATIC_INLINE void | LL_MDMA_SetBlkRepeatDestAddrUpdate (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t DestAdrUpdateMode) |
Set Block Repeat Destination address Update Mode. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetBlkRepeatDestAddrUpdate (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Block Repeat Destination address Update Mode. | |
__STATIC_INLINE void | LL_MDMA_SetBlkRepeatSrcAddrUpdate (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t SrcAdrUpdateMode) |
Set Block Repeat Source address Update Mode. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetBlkRepeatSrcAddrUpdate (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Block Repeat Source address Update Mode. | |
__STATIC_INLINE void | LL_MDMA_ConfigAddresses (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t SrcAddress, uint32_t DstAddress) |
Configure the Source and Destination addresses. | |
__STATIC_INLINE void | LL_MDMA_SetSourceAddress (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t SrcAddress) |
Set transfer Source address. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetSourceAddress (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get transfer Source address. | |
__STATIC_INLINE void | LL_MDMA_SetDestinationAddress (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t DestAddress) |
Set transfer Destination address. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetDestinationAddress (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get transfer Destination address. | |
__STATIC_INLINE void | LL_MDMA_ConfigBlkRptAddrUpdateValue (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t SrctAdrUpdateValue, uint32_t DestAdrUpdateValue) |
Configure the Source and Destination Block repeat addresses Update value. | |
__STATIC_INLINE void | LL_MDMA_SetBlkRptDestAddrUpdateValue (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t DestAdrUpdateValue) |
Set transfer Destination address Update Value. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetBlkRptDestAddrUpdateValue (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get transfer Destination address Update Value. | |
__STATIC_INLINE void | LL_MDMA_SetBlkRptSrcAddrUpdateValue (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t SrcAdrUpdateValue) |
Set transfer Source address Update Value. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetBlkRptSrcAddrUpdateValue (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get transfer Source address Update Value. | |
__STATIC_INLINE void | LL_MDMA_SetLinkAddress (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t LinkAddress) |
Set transfer Link Address. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetLinkAddress (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get transfer Link Address. | |
__STATIC_INLINE void | LL_MDMA_ConfigBusSelection (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t Configuration) |
Configure MDMA source and destination bus selection. | |
__STATIC_INLINE void | LL_MDMA_SetDestBusSelection (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t DestBus) |
Set Destination Bus Selection. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetDestBusSelection (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Destination Bus Selection. | |
__STATIC_INLINE void | LL_MDMA_SetSrcBusSelection (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t SrcBus) |
Set Source Bus Selection. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetSrcBusSelection (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Source Bus Selection. | |
__STATIC_INLINE void | LL_MDMA_SetHWTrigger (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t HWRequest) |
Set Transfer hardware trigger (Request). | |
__STATIC_INLINE uint32_t | LL_MDMA_GetHWTrigger (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Transfer hardware trigger (Request). | |
__STATIC_INLINE void | LL_MDMA_SetMaskAddress (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t MaskAddress) |
Set Mask Address. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetMaskAddress (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Mask Address. | |
__STATIC_INLINE void | LL_MDMA_SetMaskData (MDMA_TypeDef *MDMAx, uint32_t Channel, uint32_t MaskData) |
Set Mask Data. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetMaskData (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Mask Data. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetXferErrorDirection (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Transfer Error Direction. | |
__STATIC_INLINE uint32_t | LL_MDMA_GetXferErrorLSBAddress (MDMA_TypeDef *MDMAx, uint32_t Channel) |
Get Transfer Error LSB Address. |
__STATIC_INLINE void LL_MDMA_ConfigAddresses | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | SrcAddress, | ||
uint32_t | DstAddress | ||
) |
Configure the Source and Destination addresses.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
SrcAddress | Between Min_Data = 0 and Max_Data = 0xFFFFFFFF |
DstAddress | Between Min_Data = 0 and Max_Data = 0xFFFFFFFF |
None |
Definition at line 2529 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_ConfigBlkCounters | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | BlockRepeatCount, | ||
uint32_t | BlkDataLength | ||
) |
Configure MDMA Block number of data and repeat Count.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
BlockRepeatCount | Between 0 to 0x00000FFF |
BlkDataLength | Between 0 to 0x00010000 |
None |
Definition at line 2200 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_Init().
__STATIC_INLINE void LL_MDMA_ConfigBlkRepeatAddrUpdate | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | Configuration | ||
) |
Configure MDMA block repeat address update mode.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Configuration | This parameter must be a combination of all the following values: |
None |
Definition at line 2361 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_Init().
__STATIC_INLINE void LL_MDMA_ConfigBlkRptAddrUpdateValue | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | SrctAdrUpdateValue, | ||
uint32_t | DestAdrUpdateValue | ||
) |
Configure the Source and Destination Block repeat addresses Update value.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
SrctAdrUpdateValue | Min_Data = 0 and Max_Data = 0x0000FFFF |
DestAdrUpdateValue | Between Min_Data = 0 and Max_Data = 0x0000FFFF |
None |
Definition at line 2687 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_Init().
__STATIC_INLINE void LL_MDMA_ConfigBusSelection | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | Configuration | ||
) |
Configure MDMA source and destination bus selection.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Configuration | This parameter must be a combination of all the following values: |
None |
Definition at line 2909 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_Init().
__STATIC_INLINE void LL_MDMA_ConfigTransfer | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | Configuration, | ||
uint32_t | BufferXferLength | ||
) |
Configure MDMA transfer parameters.
None |
Definition at line 1146 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_Init().
__STATIC_INLINE void LL_MDMA_ConfigXferEndianness | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | Configuration | ||
) |
Configure Transfer endianness parameters : Word, Half word and Bytes Endianness.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Configuration | This parameter must be a combination of all the following values: |
None |
Definition at line 817 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_Init().
__STATIC_INLINE void LL_MDMA_DisableBufferableWrMode | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Disable Bufferable Write Mode.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 1207 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_DisableChannel | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Disable MDMA channel.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 721 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_DeInit().
__STATIC_INLINE void LL_MDMA_DisablePacking | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Disable Packing.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 1502 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_EnableBufferableWrMode | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Enable Bufferable Write Mode.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 1177 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_EnableChannel | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Enable MDMA channel.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 691 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_EnablePacking | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Enable Packing.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 1472 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_GenerateSWRequest | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Generate a SW transfer request on the MDMA channel.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 781 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetBlkDataLength | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Block Number of data bytes to transfer.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Between | 0 to 0x00010000 |
None |
Definition at line 2264 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetBlkRepeatCount | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Block Repeat Count.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Between | 0 to 0x00000FFF |
None |
Definition at line 2327 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetBlkRepeatDestAddrUpdate | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Block Repeat Destination address Update Mode.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 2429 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetBlkRepeatSrcAddrUpdate | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Block Repeat Source address Update Mode.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 2495 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetBlkRptDestAddrUpdateValue | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get transfer Destination address Update Value.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Between | 0 to 0x0000FFFF |
None |
Definition at line 2751 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetBlkRptSrcAddrUpdateValue | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get transfer Source address Update Value.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Between | 0 to 0x0000FFFF |
None |
Definition at line 2813 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetBufferTransferLength | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Buffer Transfer Length.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Between | 0 to 0x0000007F |
None |
Definition at line 1595 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetByteEndianness | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Bytes Endianness.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 1016 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetChannelPriorityLevel | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Channel priority level.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 1086 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetDestBusSelection | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Destination Bus Selection.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 2977 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetDestinationAddress | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get transfer Destination address.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Between | 0 to 0xFFFFFFFF |
None |
Definition at line 2653 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetDestinationBurstSize | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Destination burst transfer.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 1673 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetDestinationDataSize | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Destination Data Size.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 1961 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetDestinationIncMode | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Destination Increment Mode.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 2099 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetDestinationIncSize | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Destination Increment Offset Size.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 1821 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetHalfWordEndianness | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Half Words Endianness.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 950 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetHWTrigger | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Transfer hardware trigger (Request).
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
None |
Definition at line 3179 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetLinkAddress | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get transfer Link Address.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Between | 0 to 0xFFFFFFFF |
None |
Definition at line 2875 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetMaskAddress | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Mask Address.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Between | 0 to 0xFFFFFFFF |
None |
Definition at line 3241 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetMaskData | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Mask Data.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Between | 0 to 0xFFFFFFFF |
None |
Definition at line 3303 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetPaddingAlignment | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Padding Alignment.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 1441 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetRequestMode | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Request Mode.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 1303 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetSourceAddress | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get transfer Source address.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Between | 0 to 0xFFFFFFFF |
None |
Definition at line 2591 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetSourceBurstSize | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Source burst transfer.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 1751 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetSourceDataSize | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Source Data Size.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 2031 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetSourceIncMode | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Source Increment Mode.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 2167 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetSourceIncSize | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Source Increment Offset Size.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 1891 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetSrcBusSelection | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Source Bus Selection.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 3043 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetTriggerMode | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Trigger Mode.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 1373 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetWordEndianness | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Words Endianness.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 884 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetXferErrorDirection | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Transfer Error Direction.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Returned | value can be one of the following values: |
None |
Definition at line 3336 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_GetXferErrorLSBAddress | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Get Transfer Error LSB Address.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Between | 0 to 0x0000007F |
None |
Definition at line 3367 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_IsEnabledBufferableWrMode | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Check if Bufferable Write Mode is enabled or disabled.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 1237 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_IsEnabledChannel | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Check if MDMA channel is enabled or disabled.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 751 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE uint32_t LL_MDMA_IsEnabledPacking | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel | ||
) |
Check if packing is enabled or disabled.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 1532 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetBlkDataLength | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | BlkDataLength | ||
) |
Set Block Number of data bytes to transfer.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
BlkDataLength | Between 0 to 0x00010000 |
None |
Definition at line 2233 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetBlkRepeatCount | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | BlockRepeatCount | ||
) |
Set Block Repeat Count.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
BlockRepeatCount | Between 0 to 0x00000FFF |
None |
Definition at line 2295 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetBlkRepeatDestAddrUpdate | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | DestAdrUpdateMode | ||
) |
Set Block Repeat Destination address Update Mode.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
DestAdrUpdateMode | This parameter can be one of the following values: |
None |
Definition at line 2396 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetBlkRepeatSrcAddrUpdate | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | SrcAdrUpdateMode | ||
) |
Set Block Repeat Source address Update Mode.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
SrcAdrUpdateMode | This parameter can be one of the following values: |
None |
Definition at line 2462 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetBlkRptDestAddrUpdateValue | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | DestAdrUpdateValue | ||
) |
Set transfer Destination address Update Value.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
DestAdrUpdateValue | Between 0 to 0x0000FFFF |
None |
Definition at line 2719 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetBlkRptSrcAddrUpdateValue | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | SrcAdrUpdateValue | ||
) |
Set transfer Source address Update Value.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
SrcAdrUpdateValue | Between 0 to 0x0000FFFF |
None |
Definition at line 2782 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetBufferTransferLength | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | Length | ||
) |
Set Buffer Transfer Length.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Length | Between 0 to 0x0000007F |
None |
Definition at line 1563 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetByteEndianness | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | Endianness | ||
) |
Set Bytes Endianness.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Endianness | This parameter can be one of the following values: |
None |
Definition at line 983 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetChannelPriorityLevel | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | Priority | ||
) |
Set Channel priority level.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Priority | This parameter can be one of the following values: |
None |
Definition at line 1051 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_Init().
__STATIC_INLINE void LL_MDMA_SetDestBusSelection | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | DestBus | ||
) |
Set Destination Bus Selection.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
DestBus | This parameter can be one of the following values: |
None |
Definition at line 2944 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetDestinationAddress | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | DestAddress | ||
) |
Set transfer Destination address.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
DestAddress | Between 0 to 0xFFFFFFFF |
None |
Definition at line 2622 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_Init().
__STATIC_INLINE void LL_MDMA_SetDestinationBurstSize | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | Dburst | ||
) |
Set Destination burst transfer.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Dburst | This parameter can be one of the following values: |
None |
Definition at line 1634 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetDestinationDataSize | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | DestDataSize | ||
) |
Set Destination Data Size.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
DestDataSize | This parameter can be one of the following values: |
None |
Definition at line 1926 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetDestinationIncMode | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | DestIncMode | ||
) |
Set Destination Increment Mode.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
DestIncMode | This parameter can be one of the following values: |
None |
Definition at line 2065 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetDestinationIncSize | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | IncSize | ||
) |
Set Destination Increment Offset Size.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
IncSize | This parameter can be one of the following values: |
None |
Definition at line 1786 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetHalfWordEndianness | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | Endianness | ||
) |
Set Half Words Endianness.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Endianness | This parameter can be one of the following values: |
None |
Definition at line 917 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetHWTrigger | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | HWRequest | ||
) |
Set Transfer hardware trigger (Request).
None |
Definition at line 3111 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_Init().
__STATIC_INLINE void LL_MDMA_SetLinkAddress | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | LinkAddress | ||
) |
Set transfer Link Address.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
LinkAddress | Between 0 to 0xFFFFFFFF |
None |
Definition at line 2844 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_Init().
__STATIC_INLINE void LL_MDMA_SetMaskAddress | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | MaskAddress | ||
) |
Set Mask Address.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
MaskAddress | Between 0 to 0xFFFFFFFF |
None |
Definition at line 3210 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_Init().
__STATIC_INLINE void LL_MDMA_SetMaskData | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | MaskData | ||
) |
Set Mask Data.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
MaskData | Between 0 to 0xFFFFFFFF |
None |
Definition at line 3272 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_Init().
__STATIC_INLINE void LL_MDMA_SetPaddingAlignment | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | PaddingAlignment | ||
) |
Set Padding Alignment.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
PaddingAlignment | This parameter can be one of the following values: |
None |
Definition at line 1407 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetRequestMode | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | RequestMode | ||
) |
Set Request Mode.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
RequestMode | This parameter can be one of the following values: |
None |
Definition at line 1270 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetSourceAddress | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | SrcAddress | ||
) |
Set transfer Source address.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
SrcAddress | Between 0 to 0xFFFFFFFF |
None |
Definition at line 2560 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_Init().
__STATIC_INLINE void LL_MDMA_SetSourceBurstSize | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | Sburst | ||
) |
Set Source burst transfer.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Sburst | This parameter can be one of the following values: |
None |
Definition at line 1712 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetSourceDataSize | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | SrcDataSize | ||
) |
Set Source Data Size.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
SrcDataSize | This parameter can be one of the following values: |
None |
Definition at line 1996 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetSourceIncMode | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | SrcIncMode | ||
) |
Set Source Increment Mode.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
SrcIncMode | This parameter can be one of the following values: |
None |
Definition at line 2133 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetSourceIncSize | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | IncSize | ||
) |
Set Source Increment Offset Size.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
IncSize | This parameter can be one of the following values: |
None |
Definition at line 1856 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetSrcBusSelection | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | SrcBus | ||
) |
Set Source Bus Selection.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
SrcBus | This parameter can be one of the following values: |
None |
Definition at line 3010 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetTriggerMode | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | TriggerMode | ||
) |
Set Trigger Mode.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
TriggerMode | This parameter can be one of the following values: |
None |
Definition at line 1338 of file stm32h7xx_ll_mdma.h.
__STATIC_INLINE void LL_MDMA_SetWordEndianness | ( | MDMA_TypeDef * | MDMAx, |
uint32_t | Channel, | ||
uint32_t | Endianness | ||
) |
Set Words Endianness.
MDMAx | MDMAx Instance |
Channel | This parameter can be one of the following values: |
Endianness | This parameter can be one of the following values: |
None |
Definition at line 851 of file stm32h7xx_ll_mdma.h.