no-OS
Toggle main menu visibility
Main Page
Related Pages
Structures
Structure List
Structure Index
Files
File List
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
drivers
platform
aducm3029
aducm3029_flash.h
Go to the documentation of this file.
1
/***************************************************************************/
33
34
#ifndef ADUCM3029_FLASH_H_
35
#define ADUCM3029_FLASH_H_
36
37
#define ADUCM3029_FLASH_SIZE_BYTES (0x40000u)
38
39
#define FLASH_PAGE_SIZE_BYTES 2048
40
#define FLASH_PAGE_SIZE_WORDS 512
41
#define FLASH_PAGE_ADDR_SHIFT 11
42
43
#define FLASH_PAGE_START_ADDRESS_MASK 0x7FF
44
#define FLASH_OFFSET_IN_PAGE(x) (((x) & FLASH_PAGE_START_ADDRESS_MASK) / 4)
45
#define FLASH_ADDRESS_PAGE_START(x) ((x) & ~FLASH_PAGE_START_ADDRESS_MASK)
46
47
#endif
/* ADUCM3029_FLASH_H_ */
Generated by
1.13.2