ISSDK
1.8
IoT Sensing Software Development Kit
algorithms
sensorfusion
sources
driver_KSDK_NVM.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2015, Freescale Semiconductor, Inc.
3
* Copyright 2016-2017 NXP
4
* All rights reserved.
5
*
6
* SPDX-License-Identifier: BSD-3-Clause
7
*/
8
9
/*! \file driver_KSDK_NVM.h
10
\brief middleware driver for NVM on Kinetis devices
11
*/
12
13
#ifndef DRVNVM_H
14
#define DRVNVM_H
15
16
byte
NVM_SetBlockFlash
(uint8_t *Source, uint32_t Dest, uint16_t Count);
17
18
#endif
NVM_SetBlockFlash
byte NVM_SetBlockFlash(uint8_t *Source, uint32_t Dest, uint16_t Count)
Definition:
driver_KSDK_NVM.c:24
byte
unsigned char byte
Definition:
sensor_fusion.h:38
© Copyright 2016-2020 NXP. All Rights Reserved.