ESP-IDF
i2s_spinlock
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
i2s_spinlock
i2s_spinlock variable
Syntax
Show:
Summary
Declaration
from
i2s_legacy.c:177
static
portMUX_TYPE
i2s_spinlock
[
SOC_I2S_NUM
]
=
{
[
0
...
SOC_I2S_NUM
-
1
]
=
(
portMUX_TYPE
)
portMUX_INITIALIZER_UNLOCKED
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
portMUX_TYPE
i2s_spinlock
[
SOC_I2S_NUM
]
=
{
i2s_legacy.c:177
I2S_ENTER_CRITICAL
(
i2s_num
)
;
i2s_legacy.c:479
i2s_start()
I2S_EXIT_CRITICAL
(
i2s_num
)
;
i2s_legacy.c:492
i2s_start()
I2S_ENTER_CRITICAL
(
i2s_num
)
;
i2s_legacy.c:499
i2s_stop()
I2S_EXIT_CRITICAL
(
i2s_num
)
;
i2s_legacy.c:512
i2s_stop()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
i2s_spinlock
is read by 2 functions:
All items filtered out
i2s_spinlock
i2s_start()
i2s_stop()
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