zephyr/include/drivers/dma/dma_stm32.h

16 lines
373 B
C
Raw Normal View History

/*
* Copyright (c) 2021 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_DRIVERS_DMA_STM32_H_
#define ZEPHYR_INCLUDE_DRIVERS_DMA_STM32_H_
/* @brief linked_channel value to inform zephyr dma driver that
* DMA channel will be handled by HAL
*/
#define STM32_DMA_HAL_OVERRIDE 0x7F
#endif /* ZEPHYR_INCLUDE_DRIVERS_DMA_STM32_H_ */