PicoSDK
PLL_RESET_NUM
is only used within PicoSDK.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
PLL_RESET_NUM
PLL_RESET_NUM macro
\def PLL_RESET_NUM(pll) \hideinitializer Returns the
reset_num_t
used to reset a given PLL instance Note this macro is intended to resolve at compile time, and does no parameter checking
Syntax
Show:
Summary
Declaration
from
pll.h:83
#define
PLL_RESET_NUM
(
pll
)
(
(
pll_usb_hw
==
(
pll
)
)
?
RESET_PLL_USB
:
RESET_PLL_SYS
)
Arguments
Argument
pll
Examples
References
from
examples
Code
Location
#define
PLL_RESET_NUM
(
pll
)
(
(
pll_usb_hw
==
(
pll
)
)
?
RESET_PLL_USB
:
RESET_PLL_SYS
)
pll.h:83
reset_unreset_block_num_wait_blocking
(
PLL_RESET_NUM
(
pll
)
)
;
pll.c:50
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