 |
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
6#ifndef INCLUDE_ZEPHYR_DT_BINDINGS_DMA_SF32LB_DMA_CONFIG_H_
7#define INCLUDE_ZEPHYR_DT_BINDINGS_DMA_SF32LB_DMA_CONFIG_H_
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)