mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
Correct description of some input parameters. Suggested by Pelle Windestam
This commit is contained in:
@@ -86,7 +86,7 @@ static inline void stm32_pwr_modifyreg(uint8_t offset, uint16_t clearbits, uint1
|
||||
* and backup SRAM).
|
||||
*
|
||||
* Input Parameters:
|
||||
* protect - sets the write protections
|
||||
* writable - True: enable ability to write to backup domain registers
|
||||
*
|
||||
* Returned Value:
|
||||
* True: The backup domain was previously writable.
|
||||
|
||||
@@ -74,7 +74,7 @@ extern "C"
|
||||
* and backup SRAM).
|
||||
*
|
||||
* Input Parameters:
|
||||
* writable - sets the write protections
|
||||
* writable - True: enable ability to write to backup domain registers
|
||||
*
|
||||
* Returned Value:
|
||||
* True: The backup domain was previously writable.
|
||||
|
||||
Reference in New Issue
Block a user