-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhardware_clocks
Milestone
Description
| * XOSC | CLOCKS_CLK_GPOUTx_CTRL_AUXSRC_VALUE_XOSC_CLKSRC | | CLOCKS_CLK_SYS_CTRL_AUXSRC_VALUE_ROSC_CLKSRC |
Documentation for the auxiliary clock sources in hardware/clocks.h has an error. The XOSC row in the table should list CLOCKS_CLK_SYS_CTRL_AUXSRC_VALUE_XOSC_CLKSRC in the clk_sys column but instead lists CLOCKS_CLK_SYS_CTRL_AUXSRC_VALUE_ROSC_CLKSRC.
This is just a documentation error; the actual definition is correct.
| #define CLOCKS_CLK_SYS_CTRL_AUXSRC_VALUE_XOSC_CLKSRC _u(0x3) |
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhardware_clocks