CC2538 Flash Driver (#772)

* CC2538 flash driver
This commit is contained in:
Lu Wang
2016-10-08 22:26:46 -07:00
committed by Jonathan Hui
parent 3ebef251eb
commit 59f4ec8ae8
5 changed files with 249 additions and 3 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ ThreadError otPlatFlashErasePage(uint32_t aAddress);
/**
* Check whether flash is ready or busy.
*
* @param[in] aTimeout The interval waiting for the flash operation to be done and become ready again.
* @param[in] aTimeout The interval in milliseconds waiting for the flash operation to be done and become ready again.
* zero indicates that it is a polling function, and returns current status of flash immediately.
* non-zero indicates that it is blocking there until the operation is done and become ready, or timeout expires.
*