Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sf32lb-dma-config.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Core Devices LLC
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef INCLUDE_ZEPHYR_DT_BINDINGS_DMA_SF32LB_DMA_CONFIG_H_
7#define INCLUDE_ZEPHYR_DT_BINDINGS_DMA_SF32LB_DMA_CONFIG_H_
8
9#define SF32LB_DMA_PL_POS 0U
10#define SF32LB_DMA_PL_MSK (3UL << SF32LB_DMA_PL_POS)
11#define SF32LB_DMA_PL_LOW (0UL << SF32LB_DMA_PL_POS)
12#define SF32LB_DMA_PL_MEDIUM (1UL << SF32LB_DMA_PL_POS)
13#define SF32LB_DMA_PL_HIGH (2UL << SF32LB_DMA_PL_POS)
14#define SF32LB_DMA_PL_VERY_HIGH (3UL << SF32LB_DMA_PL_POS)
15
16#endif /* INCLUDE_ZEPHYR_DT_BINDINGS_DMA_SF32LB_DMA_CONFIG_H_ */