Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
lpc11u6x_clock.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2020 Seagate Technology LLC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_LPC11U6X_CLOCK_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_LPC11U6X_CLOCK_H_
8
9#define LPC11U6X_CLOCK_I2C0 0
10#define LPC11U6X_CLOCK_I2C1 1
11#define LPC11U6X_CLOCK_GPIO 2
12#define LPC11U6X_CLOCK_USART0 3
13#define LPC11U6X_CLOCK_USART1 4
14#define LPC11U6X_CLOCK_USART2 5
15#define LPC11U6X_CLOCK_USART3 6
16#define LPC11U6X_CLOCK_USART4 7
17
18#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_LPC11U6X_CLOCK_H_ */