Zephyr Project API
3.5.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
dma_intel_lpss.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023 Intel Corporation.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DRIVERS_DMA_INTEL_LPSS_H_
8
#define ZEPHYR_INCLUDE_DRIVERS_DMA_INTEL_LPSS_H_
9
10
#define DMA_INTEL_LPSS_INIT_PRIORITY 80
11
#define DMA_INTEL_LPSS_OFFSET 0x800
12
#define DMA_INTEL_LPSS_REMAP_LOW 0x240
13
#define DMA_INTEL_LPSS_REMAP_HI 0x244
14
#define DMA_INTEL_LPSS_TX_CHAN 0
15
#define DMA_INTEL_LPSS_RX_CHAN 1
16
#define DMA_INTEL_LPSS_ADDR_RIGHT_SHIFT 32
17
18
void
dma_intel_lpss_isr
(
const
struct
device
*dev);
19
20
#endif
/* ZEPHYR_INCLUDE_DRIVERS_DMA_INTEL_LPSS_H_ */
dma_intel_lpss_isr
void dma_intel_lpss_isr(const struct device *dev)
device
Runtime device structure (in ROM) per driver instance.
Definition
device.h:381
include
zephyr
drivers
dma
dma_intel_lpss.h
Generated on Tue Mar 5 2024 08:42:06 for Zephyr Project API by
1.9.8