doc: efm32: fix doxygen warnings
Mind you, this doesn't actually fix that most of these are _missing_ that is a subsequent commit
This commit is contained in:
@@ -54,7 +54,7 @@ bool cmu_get_lock_flag(void)
|
||||
*
|
||||
* Enable the clock on particular peripheral.
|
||||
*
|
||||
* @param[in] periph enum cmu_periph_clken Peripheral Name
|
||||
* @param[in] clken Peripheral Name
|
||||
*
|
||||
* For available constants, see @a enum::cmu_periph_clken (CMU_LEUART1 for
|
||||
* example)
|
||||
@@ -69,7 +69,7 @@ void cmu_periph_clock_enable(enum cmu_periph_clken clken)
|
||||
* @brief Disable Peripheral Clock in running mode.
|
||||
* Disable the clock on particular peripheral.
|
||||
*
|
||||
* @param[in] periph enum cmu_periph_clken Peripheral Name
|
||||
* @param[in] clken Peripheral Name
|
||||
*
|
||||
* For available constants, see @a enum::cmu_periph_clken (CMU_LEUART1 for
|
||||
* example)
|
||||
|
||||
Reference in New Issue
Block a user