Mercurial > public > hwos_code
comparison src/external_flash.inc @ 279:62c7af4795b0
bugfix wrong profile length in header
author | heinrichsweikamp |
---|---|
date | Tue, 26 May 2015 12:38:17 +0200 |
parents | dfac47ac2e1d |
children | eb758a5b44eb |
comparison
equal
deleted
inserted
replaced
278:dfac47ac2e1d | 279:62c7af4795b0 |
---|---|
14 extern ext_flash_disable_protection; Disables write protection | 14 extern ext_flash_disable_protection; Disables write protection |
15 extern ext_flash_enable_protection ; Enables write protection | 15 extern ext_flash_enable_protection ; Enables write protection |
16 | 16 |
17 ; Writes | 17 ; Writes |
18 extern write_byte_ext_flash_plus ; Write from WREG and increase address after write with banking at 0x200000 | 18 extern write_byte_ext_flash_plus ; Write from WREG and increase address after write with banking at 0x200000 |
19 extern write_byte_ext_flash_plus_nocnt ; No increase of ext_flash_dive_counter:3 | |
19 extern write_byte_ext_flash_plus_nodel ; Does NOT delete 4kB Page when required | 20 extern write_byte_ext_flash_plus_nodel ; Does NOT delete 4kB Page when required |
20 extern write_byte_ext_flash_plus_header ; Write from WREG and increase address after write | 21 extern write_byte_ext_flash_plus_header ; Write from WREG and increase address after write |
21 extern ext_flash_byte_write ; Writes one byte from WREG @ext_flash_address:3 | 22 extern ext_flash_byte_write ; Writes one byte from WREG @ext_flash_address:3 |
22 extern write_spi1 ; Just (dummy)write to read a byte | 23 extern write_spi1 ; Just (dummy)write to read a byte |
23 | 24 |