Functions

__STATIC_INLINE void ll_dma_enable_it_tfr (dma_regs_t *DMAx, uint32_t channel)
 Enable Transfer Complete interrupt. More...
 
__STATIC_INLINE void ll_dma_enable_it_blk (dma_regs_t *DMAx, uint32_t channel)
 Enable Block Complete interrupt. More...
 
__STATIC_INLINE void ll_dma_enable_it_srct (dma_regs_t *DMAx, uint32_t channel)
 Enable source transaction Complete interrupt. More...
 
__STATIC_INLINE void ll_dma_enable_it_dstt (dma_regs_t *DMAx, uint32_t channel)
 Enable destination transaction Complete interrupt. More...
 
__STATIC_INLINE void ll_dma_enable_it_err (dma_regs_t *DMAx, uint32_t channel)
 Enable error interrupt. More...
 
__STATIC_INLINE void ll_dma_disable_it_tfr (dma_regs_t *DMAx, uint32_t channel)
 Disable Transfer Complete interrupt. More...
 
__STATIC_INLINE void ll_dma_disable_it_blk (dma_regs_t *DMAx, uint32_t channel)
 Disable Block Complete interrupt. More...
 
__STATIC_INLINE void ll_dma_disable_it_srct (dma_regs_t *DMAx, uint32_t channel)
 Disable source transaction Complete interrupt. More...
 
__STATIC_INLINE void ll_dma_disable_it_dstt (dma_regs_t *DMAx, uint32_t channel)
 Disable destination transaction Complete interrupt. More...
 
__STATIC_INLINE void ll_dma_disable_it_err (dma_regs_t *DMAx, uint32_t channel)
 Disable error interrupt. More...
 
__STATIC_INLINE uint32_t ll_dma_is_enable_it_tfr (dma_regs_t *DMAx, uint32_t channel)
 Check if DMA Transfer interrupt is enabled or disabled. More...
 
__STATIC_INLINE uint32_t ll_dma_is_enable_it_blk (dma_regs_t *DMAx, uint32_t channel)
 Check if DMA block interrupt is enabled or disabled. More...
 
__STATIC_INLINE uint32_t ll_dma_is_enable_it_srct (dma_regs_t *DMAx, uint32_t channel)
 Check if DMA source transaction interrupt is enabled or disabled. More...
 
__STATIC_INLINE uint32_t ll_dma_is_enable_it_dstt (dma_regs_t *DMAx, uint32_t channel)
 Check if DMA destination transaction interrupt is enabled or disabled. More...
 
__STATIC_INLINE uint32_t ll_dma_is_enable_it_err (dma_regs_t *DMAx, uint32_t channel)
 Check if DMA error interrupt is enabled or disabled. More...
 
__STATIC_INLINE void ll_dma_enable_it (dma_regs_t *DMAx, uint32_t channel)
 Enable DMA channel interrupt. More...
 
__STATIC_INLINE void ll_dma_disable_it (dma_regs_t *DMAx, uint32_t channel)
 Disable DMA channel interrupt. More...
 
__STATIC_INLINE uint32_t ll_dma_is_enable_it (dma_regs_t *DMAx, uint32_t channel)
 Check if DMA interrupt is enabled or disabled. More...
 

Detailed Description

Function Documentation

◆ ll_dma_disable_it()

__STATIC_INLINE void ll_dma_disable_it ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Disable DMA channel interrupt.

Register|BitsName --------|-------- CTLL | INI_EN

Parameters
DMAxDMA instance.
channelThis parameter can be one of the following values:
Return values
None

Definition at line 4880 of file gr55xx_ll_dma.h.

◆ ll_dma_disable_it_blk()

__STATIC_INLINE void ll_dma_disable_it_blk ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Disable Block Complete interrupt.

Register|BitsName --------|-------- MASK_BLK | BLK_WE&BLK

Parameters
DMAxDMAx instance
channelThis parameter can be one of the following values:
Return values
None

Definition at line 4640 of file gr55xx_ll_dma.h.

◆ ll_dma_disable_it_dstt()

__STATIC_INLINE void ll_dma_disable_it_dstt ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Disable destination transaction Complete interrupt.

Register|BitsName --------|-------- MASK_DST_TRN | DST_TRN_WE&DST_TRN

Parameters
DMAxDMAx instance
channelThis parameter can be one of the following values:
Return values
None

Definition at line 4688 of file gr55xx_ll_dma.h.

◆ ll_dma_disable_it_err()

__STATIC_INLINE void ll_dma_disable_it_err ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Disable error interrupt.

Register|BitsName --------|-------- MASK_ERR | ERR_WE&ERR

Parameters
DMAxDMAx instance
channelThis parameter can be one of the following values:
Return values
None

Definition at line 4712 of file gr55xx_ll_dma.h.

◆ ll_dma_disable_it_srct()

__STATIC_INLINE void ll_dma_disable_it_srct ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Disable source transaction Complete interrupt.

Register|BitsName --------|-------- MASK_SRC_TRN | SRC_TRN_WE&SRC_TRN

Parameters
DMAxDMAx instance
channelThis parameter can be one of the following values:
Return values
None

Definition at line 4664 of file gr55xx_ll_dma.h.

◆ ll_dma_disable_it_tfr()

__STATIC_INLINE void ll_dma_disable_it_tfr ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Disable Transfer Complete interrupt.

Register|BitsName --------|-------- MASK_TFR | TFR_WE&TFR

Parameters
DMAxDMAx instance
channelThis parameter can be one of the following values:
Return values
None

Definition at line 4616 of file gr55xx_ll_dma.h.

◆ ll_dma_enable_it()

__STATIC_INLINE void ll_dma_enable_it ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Enable DMA channel interrupt.

Register|BitsName --------|-------- CTLL | INI_EN

Parameters
DMAxDMA instance.
channelThis parameter can be one of the following values:
Return values
None

Definition at line 4856 of file gr55xx_ll_dma.h.

◆ ll_dma_enable_it_blk()

__STATIC_INLINE void ll_dma_enable_it_blk ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Enable Block Complete interrupt.

Register|BitsName --------|-------- MASK_BLK | BLK_WE&BLK

Parameters
DMAxDMAx instance
channelThis parameter can be one of the following values:
Return values
None

Definition at line 4520 of file gr55xx_ll_dma.h.

◆ ll_dma_enable_it_dstt()

__STATIC_INLINE void ll_dma_enable_it_dstt ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Enable destination transaction Complete interrupt.

Register|BitsName --------|-------- MASK_DST_TRN | DST_TRN_WE&DST_TRN

Parameters
DMAxDMAx instance
channelThis parameter can be one of the following values:
Return values
None

Definition at line 4568 of file gr55xx_ll_dma.h.

◆ ll_dma_enable_it_err()

__STATIC_INLINE void ll_dma_enable_it_err ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Enable error interrupt.

Register|BitsName --------|-------- MASK_ERR | ERR_WE&ERR

Parameters
DMAxDMAx instance
channelThis parameter can be one of the following values:
Return values
None

Definition at line 4592 of file gr55xx_ll_dma.h.

◆ ll_dma_enable_it_srct()

__STATIC_INLINE void ll_dma_enable_it_srct ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Enable source transaction Complete interrupt.

Register|BitsName --------|-------- MASK_SRC_TRN | SRC_TRN_WE&SRC_TRN

Parameters
DMAxDMAx instance
channelThis parameter can be one of the following values:
Return values
None

Definition at line 4544 of file gr55xx_ll_dma.h.

◆ ll_dma_enable_it_tfr()

__STATIC_INLINE void ll_dma_enable_it_tfr ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Enable Transfer Complete interrupt.

Register|BitsName --------|-------- MASK_TFR | TFR_WE&TFR

Parameters
DMAxDMAx instance
channelThis parameter can be one of the following values:
Return values
None

Definition at line 4496 of file gr55xx_ll_dma.h.

◆ ll_dma_is_enable_it()

__STATIC_INLINE uint32_t ll_dma_is_enable_it ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Check if DMA interrupt is enabled or disabled.

Register|BitsName --------|-------- CTL_LO | INT_EN

Parameters
DMAxDMA instance.
channelThis parameter can be one of the following values:
Return values
Stateof bit (1 or 0).

Definition at line 4904 of file gr55xx_ll_dma.h.

◆ ll_dma_is_enable_it_blk()

__STATIC_INLINE uint32_t ll_dma_is_enable_it_blk ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Check if DMA block interrupt is enabled or disabled.

Register|BitsName --------|-------- MASK_BLK | BLK_WE&BLK

Parameters
DMAxDMA instance.
channelThis parameter can be one of the following values:
Return values
Stateof bit (1 or 0).

Definition at line 4760 of file gr55xx_ll_dma.h.

◆ ll_dma_is_enable_it_dstt()

__STATIC_INLINE uint32_t ll_dma_is_enable_it_dstt ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Check if DMA destination transaction interrupt is enabled or disabled.

Register|BitsName --------|-------- MASK_DST_TRN | DST_TRN

Parameters
DMAxDMA instance.
channelThis parameter can be one of the following values:
Return values
Stateof bit (1 or 0).

Definition at line 4808 of file gr55xx_ll_dma.h.

◆ ll_dma_is_enable_it_err()

__STATIC_INLINE uint32_t ll_dma_is_enable_it_err ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Check if DMA error interrupt is enabled or disabled.

Register|BitsName --------|-------- MASK_ERR | ERR

Parameters
DMAxDMA instance.
channelThis parameter can be one of the following values:
Return values
Stateof bit (1 or 0).

Definition at line 4832 of file gr55xx_ll_dma.h.

◆ ll_dma_is_enable_it_srct()

__STATIC_INLINE uint32_t ll_dma_is_enable_it_srct ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Check if DMA source transaction interrupt is enabled or disabled.

Register|BitsName --------|-------- MASK_SRC_TRN | SRC_TRN

Parameters
DMAxDMA instance.
channelThis parameter can be one of the following values:
Return values
Stateof bit (1 or 0).

Definition at line 4784 of file gr55xx_ll_dma.h.

◆ ll_dma_is_enable_it_tfr()

__STATIC_INLINE uint32_t ll_dma_is_enable_it_tfr ( dma_regs_t *  DMAx,
uint32_t  channel 
)

Check if DMA Transfer interrupt is enabled or disabled.

Register|BitsName --------|-------- MASK_TFR | TFR

Parameters
DMAxDMA instance.
channelThis parameter can be one of the following values:
Return values
Stateof bit (1 or 0).

Definition at line 4736 of file gr55xx_ll_dma.h.