wolfBoot/hal/pic32cz_registers.h

31 lines
1.0 KiB
C

/* pic32cz_registers.h
*
* Copyright (C) 2025 wolfSSL Inc.
*
* This file is part of wolfBoot.
*
* wolfBoot is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* wolfBoot is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/
#ifndef PIC32CZ_REGISTERS_H
#define PIC32CZ_REGISTERS_H
#define FCW_BASE (0x44002000U)
#define OSCCTRL_BASE (0x44040000U)
#define GCLK_BASE (0x44050000U)
#define MCLK_BASE (0x44052000U)
#endif /* PIC32CZ_REGISTERS_H */