STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_DMAMUX_EnableIT_SO (DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel) |
Enable the Synchronization Event Overrun Interrupt on DMAMUX channel x. | |
__STATIC_INLINE void | LL_DMAMUX_DisableIT_SO (DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel) |
Disable the Synchronization Event Overrun Interrupt on DMAMUX channel x. | |
__STATIC_INLINE uint32_t | LL_DMAMUX_IsEnabledIT_SO (DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t Channel) |
Check if the Synchronization Event Overrun Interrupt on DMAMUX channel x is enabled or disabled. | |
__STATIC_INLINE void | LL_DMAMUX_EnableIT_RGO (DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t RequestGenChannel) |
Enable the Request Generation Trigger Event Overrun Interrupt on DMAMUX channel x. | |
__STATIC_INLINE void | LL_DMAMUX_DisableIT_RGO (DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t RequestGenChannel) |
Disable the Request Generation Trigger Event Overrun Interrupt on DMAMUX channel x. | |
__STATIC_INLINE uint32_t | LL_DMAMUX_IsEnabledIT_RGO (DMAMUX_Channel_TypeDef *DMAMUXx, uint32_t RequestGenChannel) |
Check if the Request Generation Trigger Event Overrun Interrupt on DMAMUX channel x is enabled or disabled. |
__STATIC_INLINE void LL_DMAMUX_DisableIT_RGO | ( | DMAMUX_Channel_TypeDef * | DMAMUXx, |
uint32_t | RequestGenChannel | ||
) |
Disable the Request Generation Trigger Event Overrun Interrupt on DMAMUX channel x.
DMAMUXx | DMAMUXx Instance |
RequestGenChannel | This parameter can be one of the following values: |
None |
Definition at line 2384 of file stm32h7xx_ll_dmamux.h.
References DMAMUX_REQ_GEN_OFFSET, and DMAMUX_RGCR_SIZE.
__STATIC_INLINE void LL_DMAMUX_DisableIT_SO | ( | DMAMUX_Channel_TypeDef * | DMAMUXx, |
uint32_t | Channel | ||
) |
Disable the Synchronization Event Overrun Interrupt on DMAMUX channel x.
DMAMUXx | DMAMUXx Instance |
Channel | This parameter can be one of the following values:
|
None |
Definition at line 2310 of file stm32h7xx_ll_dmamux.h.
References DMAMUX_CCR_SIZE.
__STATIC_INLINE void LL_DMAMUX_EnableIT_RGO | ( | DMAMUX_Channel_TypeDef * | DMAMUXx, |
uint32_t | RequestGenChannel | ||
) |
Enable the Request Generation Trigger Event Overrun Interrupt on DMAMUX channel x.
DMAMUXx | DMAMUXx Instance |
RequestGenChannel | This parameter can be one of the following values: |
None |
Definition at line 2362 of file stm32h7xx_ll_dmamux.h.
References DMAMUX_REQ_GEN_OFFSET, and DMAMUX_RGCR_SIZE.
__STATIC_INLINE void LL_DMAMUX_EnableIT_SO | ( | DMAMUX_Channel_TypeDef * | DMAMUXx, |
uint32_t | Channel | ||
) |
Enable the Synchronization Event Overrun Interrupt on DMAMUX channel x.
DMAMUXx | DMAMUXx Instance |
Channel | This parameter can be one of the following values:
|
None |
Definition at line 2280 of file stm32h7xx_ll_dmamux.h.
References DMAMUX_CCR_SIZE.
__STATIC_INLINE uint32_t LL_DMAMUX_IsEnabledIT_RGO | ( | DMAMUX_Channel_TypeDef * | DMAMUXx, |
uint32_t | RequestGenChannel | ||
) |
Check if the Request Generation Trigger Event Overrun Interrupt on DMAMUX channel x is enabled or disabled.
DMAMUXx | DMAMUXx Instance |
RequestGenChannel | This parameter can be one of the following values: |
State | of bit (1 or 0). |
Definition at line 2406 of file stm32h7xx_ll_dmamux.h.
References DMAMUX_REQ_GEN_OFFSET, and DMAMUX_RGCR_SIZE.
__STATIC_INLINE uint32_t LL_DMAMUX_IsEnabledIT_SO | ( | DMAMUX_Channel_TypeDef * | DMAMUXx, |
uint32_t | Channel | ||
) |
Check if the Synchronization Event Overrun Interrupt on DMAMUX channel x is enabled or disabled.
DMAMUXx | DMAMUXx Instance |
Channel | This parameter can be one of the following values:
|
State | of bit (1 or 0). |
Definition at line 2340 of file stm32h7xx_ll_dmamux.h.
References DMAMUX_CCR_SIZE.