Add Doxygen documentation to the completed portions of the PDI programming protocol in the AVRISP project.
This commit is contained in:
parent
f3e4fbe512
commit
bb38793312
5 changed files with 69 additions and 9 deletions
|
@ -109,7 +109,7 @@
|
|||
void NVMTarget_SendNVMRegAddress(uint8_t Register);
|
||||
void NVMTarget_SendAddress(uint32_t AbsoluteAddress);
|
||||
bool NVMTarget_WaitWhileNVMControllerBusy(void);
|
||||
uint32_t NVMTarget_GetMemoryCRC(uint8_t MemoryCommand);
|
||||
uint32_t NVMTarget_GetMemoryCRC(uint8_t CRCCommand);
|
||||
void NVMTarget_ReadMemory(uint32_t ReadAddress, uint8_t* ReadBuffer, uint16_t ReadSize);
|
||||
void NVMTarget_EraseMemory(uint8_t EraseCommand, uint32_t Address);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue