Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.
This commit is contained in:
parent
5561524a8f
commit
e406140f11
32 changed files with 134 additions and 158 deletions
|
@ -200,7 +200,7 @@
|
|||
|
||||
/** Starts the PLL of the XMEGA microcontroller, with the given options. This routine blocks until the PLL is ready for use.
|
||||
*
|
||||
* \note The output frequency must be equal to or greater than the source frequency.
|
||||
* \attention The output frequency must be equal to or greater than the source frequency.
|
||||
*
|
||||
* \param[in] Source Clock source for the PLL, a value from \ref XMEGA_System_ClockSource_t.
|
||||
* \param[in] SourceFreq Frequency of the PLL's clock source, in Hz.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue