Skip to content

hardware/clock.h lists wrong definition for auxsrc XOSC for clk_sys #1570

@dthomas981

Description

@dthomas981

* 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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions