diff options
Diffstat (limited to 'docs/library/pyb.rst')
-rw-r--r-- | docs/library/pyb.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/library/pyb.rst b/docs/library/pyb.rst index 3d05a40a74..2fab247592 100644 --- a/docs/library/pyb.rst +++ b/docs/library/pyb.rst @@ -98,6 +98,7 @@ Power related functions If given no arguments, returns a tuple of clock frequencies: (sysclk, hclk, pclk1, pclk2). These correspond to: + - sysclk: frequency of the CPU - hclk: frequency of the AHB bus, core memory and DMA - pclk1: frequency of the APB1 bus |