STM32H735xx HAL User Manual
|
BDMA LL module driver. More...
#include "stm32h7xx_ll_bdma.h"
#include "stm32h7xx_ll_bus.h"
Go to the source code of this file.
Defines | |
#define | assert_param(expr) ((void)0U) |
#define | IS_LL_BDMA_DIRECTION(__VALUE__) |
#define | IS_LL_BDMA_MODE(__VALUE__) |
#define | IS_LL_BDMA_PERIPHINCMODE(__VALUE__) |
#define | IS_LL_BDMA_MEMORYINCMODE(__VALUE__) |
#define | IS_LL_BDMA_PERIPHDATASIZE(__VALUE__) |
#define | IS_LL_BDMA_MEMORYDATASIZE(__VALUE__) |
#define | IS_LL_BDMA_NBDATA(__VALUE__) ((__VALUE__) <= 0x0000FFFFU) |
#define | IS_LL_BDMA_PERIPHREQUEST(__VALUE__) ((__VALUE__) <= LL_DMAMUX2_REQ_ADC3) |
#define | IS_LL_BDMA_PRIORITY(__VALUE__) |
#define | IS_LL_BDMA_ALL_CHANNEL_INSTANCE(INSTANCE, CHANNEL) |
Functions | |
uint32_t | LL_BDMA_DeInit (BDMA_TypeDef *BDMAx, uint32_t Channel) |
De-initialize the DMA registers to their default reset values. | |
uint32_t | LL_BDMA_Init (BDMA_TypeDef *BDMAx, uint32_t Channel, LL_BDMA_InitTypeDef *BDMA_InitStruct) |
Initialize the BDMA registers according to the specified parameters in BDMA_InitStruct. | |
void | LL_BDMA_StructInit (LL_BDMA_InitTypeDef *BDMA_InitStruct) |
Set each LL_BDMA_InitTypeDef field to default value. |
BDMA LL module driver.
Copyright (c) 2017 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file stm32h7xx_ll_bdma.c.
#define assert_param | ( | expr | ) | ((void)0U) |
Definition at line 27 of file stm32h7xx_ll_bdma.c.
Referenced by LL_BDMA_DeInit(), and LL_BDMA_Init().