PicoSDK
DREQ_SPI0_TX
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
DREQ_SPI0_TX
DREQ_SPI0_TX value
Syntax
Show:
Summary
Declaration
from
dreq.h:106
DREQ_SPI0_TX
=
24
;
Examples
References
from
examples
Code
Location
Referrer
DREQ_SPI0_TX
=
24
,
///< Select SPI0's TX FIFO as DREQ
dreq.h:106
static_assert
(
DREQ_SPI0_RX
==
DREQ_SPI0_TX
+
1
,
""
)
;
spi.h:132
static_assert
(
DREQ_SPI1_TX
==
DREQ_SPI0_TX
+
2
,
""
)
;
spi.h:134
return
SPI_DREQ_NUM
(
spi
,
is_tx
)
;
spi.h:429
spi_get_dreq()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
DREQ_SPI0_TX
is read by 1 function:
All items filtered out
DREQ_SPI0_TX
spi_get_dreq()
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