Mercurial > public > hwos_code
comparison src/external_flash.inc @ 6:13cda523891f
bugfix: dive length in normal header
author | heinrichsweikamp |
---|---|
date | Fri, 10 May 2013 15:56:17 +0200 |
parents | 11d4fc797f74 |
children | dfac47ac2e1d |
comparison
equal
deleted
inserted
replaced
5:ed1dec74d5fd | 6:13cda523891f |
---|---|
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 | |
19 extern write_byte_ext_flash_plus_header ; Write from WREG and increase address after write | 20 extern write_byte_ext_flash_plus_header ; Write from WREG and increase address after write |
20 extern ext_flash_byte_write ; Writes one byte from WREG @ext_flash_address:3 | 21 extern ext_flash_byte_write ; Writes one byte from WREG @ext_flash_address:3 |
21 extern write_spi1 ; Just (dummy)write to read a byte | 22 extern write_spi1 ; Just (dummy)write to read a byte |
22 | 23 |
23 ; Delelte | 24 ; Delelte |