[l1-flash/eeprom] Add lock/unlock/eeprom helper routines
This commit is contained in:
@@ -138,6 +138,17 @@ void flash_64bit_disable(void);
|
||||
void flash_prefetch_enable(void);
|
||||
void flash_prefetch_disable(void);
|
||||
void flash_set_ws(uint32_t ws);
|
||||
void flash_unlock_pecr(void);
|
||||
void flash_lock_pecr(void);
|
||||
void flash_unlock_progmem(void);
|
||||
void flash_lock_progmem(void);
|
||||
void flash_unlock_option_bytes(void);
|
||||
void flash_lock_option_bytes(void);
|
||||
void flash_unlock(void);
|
||||
void flash_lock(void);
|
||||
|
||||
void eeprom_program_word(uint32_t address, uint32_t data);
|
||||
void eeprom_program_words(uint32_t address, uint32_t *data, int length_in_words);
|
||||
|
||||
END_DECLS
|
||||
/**@}*/
|
||||
|
||||
Reference in New Issue
Block a user