ESP-IDF
SPI_HAL_TAG
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
SPI_HAL_TAG
SPI_HAL_TAG variable
Syntax
Show:
Summary
Declaration
from
spi_hal.c:17
static
const
__attribute__
(
(
unused
)
)
char
SPI_HAL_TAG
[
]
=
"spi_hal"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
__attribute__
(
(
unused
)
)
char
SPI_HAL_TAG
[
]
=
"spi_hal"
;
spi_hal.c:17
SPI_HAL_CHECK
(
timing_param
->
half_duplex
||
temp_conf
.
timing_dummy
==
0
||
timing_param
->
no_compensate
,
spi_hal.c:93
spi_hal_cal_clock_conf()
HAL_LOGD
(
SPI_HAL_TAG
,
"eff: %d, limit: %dk(/%d), %d dummy, %d delay"
,
eff_clk
/
1000
,
apbclk_kHz
/
(
delay_apb_n
+
1
)
,
delay_apb_n
,
dummy_required
,
miso_delay
)
;
spi_hal.c:145
spi_hal_cal_timing()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SPI_HAL_TAG
is read by 2 functions:
All items filtered out
SPI_HAL_TAG
spi_hal_cal_clock_conf()
spi_hal_cal_timing()
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