pinctrl-pic32.h (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) pinctrl-pic32.h (04dc82e1160ebd9ef0de90874cce1b5a0554deaa)
1/* SPDX-License-Identifier: GPL-2.0-only */
1/*
2 * PIC32 pinctrl driver
3 *
4 * Joshua Henderson, <joshua.henderson@microchip.com>
5 * Copyright (C) 2015 Microchip Technology Inc. All rights reserved.
2/*
3 * PIC32 pinctrl driver
4 *
5 * Joshua Henderson, <joshua.henderson@microchip.com>
6 * Copyright (C) 2015 Microchip Technology Inc. All rights reserved.
6 *
7 * This program is free software; you can distribute it and/or modify it
8 * under the terms of the GNU General Public License (Version 2) as
9 * published by the Free Software Foundation.
10 *
11 * This program is distributed in the hope it will be useful, but WITHOUT
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 * for more details.
15 */
16#ifndef PINCTRL_PINCTRL_PIC32_H
17#define PINCTRL_PINCTRL_PIC32_H
18
19/* PORT Registers */
20#define ANSEL_REG 0x00
21#define TRIS_REG 0x10
22#define PORT_REG 0x20

--- 119 unchanged lines hidden ---
7 */
8#ifndef PINCTRL_PINCTRL_PIC32_H
9#define PINCTRL_PINCTRL_PIC32_H
10
11/* PORT Registers */
12#define ANSEL_REG 0x00
13#define TRIS_REG 0x10
14#define PORT_REG 0x20

--- 119 unchanged lines hidden ---