PicoSDK
+
0
/1 examples
SourceVu will show references to
bi_4pins_with_names
from the following samples and libraries:
spi sample
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
bi_4pins_with_names
bi_4pins_with_names macro
Syntax
Show:
Summary
Declaration
from
code.h:213
#define
bi_4pins_with_names
(
p0
,
name0
,
p1
,
name1
,
p2
,
name2
,
p3
,
name3
)
bi_pin_mask_with_names
(
(
1ull
<
<
(
p0
)
)
|
(
1ull
<
<
(
p1
)
)
|
(
1ull
<
<
(
p2
)
)
|
(
1ull
<
<
(
p3
)
)
,
name0
"|"
name1
"|"
name2
"|"
name3
)
Arguments
Argument
p0
name0
p1
name1
p2
name2
p3
name3
Examples
bi_4pins_with_names
is referenced by 1 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