PicoSDK
+
0
/2 examples
SourceVu will show references to
pll_deinit()
from the following samples and libraries:
hello_48MHz sample
hello_resus sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
pll_deinit()
pll_deinit() function
Release/uninitialise specified PLL. This will turn off the power to the specified PLL. Note this function does not currently check if the PLL is in use before powering it off so should be used with care.
Syntax
Show:
Summary
Declaration
Definition
from
pll.h:72
void
pll_deinit
(
PLL
pll
)
;
Implemented in
pll.c:73
Arguments
Argument
Description
pll
pll_sys or pll_usb
Related Functions
Found 1 other functions taking a
pll_hw_t
argument:
Function
Description
pll_init()
Initialise specified PLL.
Examples
pll_deinit()
is referenced by 2 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out