ESP-IDF
hli_intr_disable()
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
hli_intr_disable()
hli_intr_disable() function
Mask all interrupts (including high level ones) on the current CPU
Syntax
Show:
Summary
Declaration
Definition
from
hli_api.h:54
uint32_t
hli_intr_disable
(
void
)
;
Implemented in
hli_api.c:100
Return value
uint32_t interrupt status, pass it to hli_intr_restore
Examples
References
from
examples
Code
Location
Referrer
uint32_t
IRAM_ATTR
hli_intr_disable
(
void
)
hli_api.c:100
uint32_t
hli_intr_disable
(
void
)
;
hli_api.h:54
uint32_t
status
=
hli_intr_disable
(
)
;
bt.c:520
interrupt_hlevel_disable()
uint32_t
int_state
=
hli_intr_disable
(
)
;
hli_api.c:263
hli_queue_get()
uint32_t
int_state
=
hli_intr_disable
(
)
;
hli_api.c:276
hli_queue_put()
Call Tree
from
examples
hli_intr_disable()
is called by 3 functions:
hli_queue_get()
hli_queue_put()
interrupt_hlevel_disable()
All items filtered out
hli_intr_disable()
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