📄 at_flash.h
字号:
/*
* File: at_flash.h
* Purpose: Prototype of Atmel flash handling functions
* Author: Peter Ivanov, Olimex Ltd.
* Modified by:
* Created: 2007-05-19 11:29:32
* Last modify: 2007-10-03 21:26:22 ivanovp {Time-stamp}
* Copyright: (C) Peter Ivanov, 2007
* Licence: GPL
*/
/**
* \file at_flash.h
* \brief Prototype of Atmel flash handling functions
* \author Peter Ivanov, Olimex Ltd.
*/
#ifndef __INCLUDE_AT_FLASH_H
#define __INCLUDE_AT_FLASH_H
void InitUCA_SPI(void);
char TestATFlash(void);
#endif // __INCLUDE_AT_FLASH_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -