doc: flash: syntax check parameters

Mostly just cleans up warnings in doxygen, for most purposes the output is
similar enough to have not been noticed.
This commit is contained in:
Karl Palsson
2015-10-15 00:49:17 +00:00
parent 8eb4ae09ea
commit 8f06818f03
6 changed files with 28 additions and 29 deletions

View File

@@ -221,8 +221,8 @@ was not properly erased.
Status bit polling is used to detect end of operation.
@param[in] uint32_t address. Full address of flash half word to be programmed.
@param[in] uint16_t data.
@param[in] address Full address of flash half word to be programmed.
@param[in] data half word to write
*/
void flash_program_half_word(uint32_t address, uint16_t data)
@@ -252,7 +252,7 @@ first be fully erased before attempting to program it.
Note that the page sizes differ between devices. See the reference manual or
the FLASH programming manual for details.
@param[in] uint32_t page_address. Full address of flash page to be erased.
@param[in] page_address Full address of flash page to be erased.
*/
void flash_erase_page(uint32_t page_address)