Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mchp_flash.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Microchip Technology Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
19
20#ifndef INCLUDE_ZEPHYR_DRIVERS_FLASH_MCHP_FLASH_H_
21#define INCLUDE_ZEPHYR_DRIVERS_FLASH_MCHP_FLASH_H_
22
23#ifdef CONFIG_FLASH_MCHP_NVMCTRL_G1
24#include "mchp_nvmctrl_g1.h"
25#endif /* CONFIG_FLASH_MCHP_NVMCTRL_G1 */
26
27#endif /* INCLUDE_ZEPHYR_DRIVERS_FLASH_MCHP_FLASH_H_ */
Header file for Microchip NVMCTRL G1 flash extended operations.