ESP-IDF
i2s_ll_enable_core_clock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2s_ll_enable_core_clock
i2s_ll_enable_core_clock macro
use a macro to wrap the function, force the caller to use it in a critical section
Syntax
Show:
Summary
Declaration
from
i2s_ll.h:153
#define
i2s_ll_enable_core_clock
(
...
)
(
void
)
__DECLARE_RCC_ATOMIC_ENV
;
i2s_ll_enable_core_clock
(
__VA_ARGS__
)
Examples
References
from
examples
Code
Location
#define
i2s_ll_enable_core_clock
(
...
)
(
void
)
__DECLARE_RCC_ATOMIC_ENV
;
i2s_ll_enable_core_clock
(
__VA_ARGS__
)
i2s_ll.h:153
i2s_ll_enable_core_clock
(
I2S_LL_GET_HW
(
id
)
,
true
)
;
i2s_platform.c:47
i2s_ll_enable_core_clock
(
I2S_LL_GET_HW
(
id
)
,
false
)
;
i2s_platform.c:91
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