Zephyr Project API  3.4.0
A Scalable Open Source RTOS
inputmux_trigger_ports.h
Go to the documentation of this file.
1/*
2 * Copyright 2023 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INPUTMUX_TRIGGER_PORTS_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_INPUTMUX_TRIGGER_PORTS_H_
8
9#define LPC55S69_DMA0_OTRIG_BASE 0x16000000
10#define LPC55S69_DMA0_ITRIG_BASE 0x0E00000F
11#define LPC55S69_DMA1_OTRIG_BASE 0x24000002
12#define LPC55S69_DMA1_ITRIG_BASE 0x20000008
13
14#endif