?? embedded_bootloader.h
字號:
/************************************************************************************
* This module contains the Embedded Bootloader interface description.
*
* Note! This module contains function pointers to function accessable in Embedded Bootloader
* This file contains absolute address (See system memory map) - BE CAREFULL.
*
* This version of the Embedded Bootloader interface file MUST be used with the
* Embedded Bootloader firmware version 5.00 and above.
* Use the Freeloader_inf.h for Embedded Bootloader (Freeloader) versions below 5.00.
*
* Author(s): Michael V. Christensen
*
* (c) Copyright 2004, Freescale, Inc. All rights reserved.
*
* Freescale Confidential Proprietary
* Digianswer Confidential
*
* No part of this document must be reproduced in any form - including copied,
* transcribed, printed or by any electronic means - without specific written
* permission from Freescale.
*
* Last Inspected: 29-03-01
* Last Tested:
************************************************************************************/
#ifndef _EMBEDDED_BOOTLOADER_H_
#define _EMBEDDED_BOOTLOADER_H_
#ifdef BOOTLOADER_ENABLED // Make sure that no defines etc. is available without define.
#include "DigiType.h"
// **************************************************************************
// Embedded BootLoader control flags:
#define NO_BIT_ENABLED ((uint8_t)0x00) // Note! The option description values is inverted.
#define ERASE_FLASH ((uint8_t)0x01) // Option: 'Skip flash erase', Enabled =
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -