• Main Page
  • Modules
  • Index
  • File List
  • Globals

projects/nrfgo_sdk/bootloader_32k/firmware/flash.h

Go to the documentation of this file.
00001 /* Copyright (c) 2009 Nordic Semiconductor. All Rights Reserved.
00002  *
00003  * The information contained herein is confidential property of Nordic 
00004  * Semiconductor ASA.Terms and conditions of usage are described in detail 
00005  * in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. 
00006  *
00007  * Licensees are granted free, non-transferable use of the information. NO
00008  * WARRENTY of ANY KIND is provided. This heading must NOT be removed from
00009  * the file.
00010  *              
00011  * $LastChangedRevision: 133 $
00012  */
00013 
00018 #ifndef FLASH_H__
00019 #define FLASH_H__
00020 
00021 #include <stdint.h>
00022 #include <stdbool.h>
00023 
00027 void flash_page_erase(uint8_t pn);
00028 
00034 void flash_bytes_write(uint16_t a, uint8_t xdata*p, uint16_t n);
00035 
00040 void flash_byte_write(uint16_t a, uint8_t b);
00041 
00047 void flash_bytes_read(uint16_t a, uint8_t xdata *p, uint16_t n);
00048 
00049 #endif  // FLASH_H__

Generated on Fri Apr 20 2012 14:11:45 for nRFGo SDK by  doxygen 1.7.2