PicoSDK
RESET_I2C0
is only used within PicoSDK.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
RESET_I2C0
RESET_I2C0 value
Syntax
Show:
Summary
Declaration
from
resets.h:34
RESET_I2C0
=
4
;
Examples
References
from
examples
Code
Location
Referrer
RESET_I2C0
=
4
,
///< Select I2C0 to be reset
resets.h:34
reset_block_num
(
i2c
==
i2c0
?
RESET_I2C0
:
RESET_I2C1
)
;
i2c.c:20
i2c_reset()
unreset_block_num_wait_blocking
(
i2c
==
i2c0
?
RESET_I2C0
:
RESET_I2C1
)
;
i2c.c:25
i2c_unreset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
RESET_I2C0
is read by 2 functions:
All items filtered out
RESET_I2C0
i2c_reset()
i2c_unreset()
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