ESP-IDF
gpio_hal_clear_intr_status_bit
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gpio_hal_clear_intr_status_bit
gpio_hal_clear_intr_status_bit macro
Clear GPIO interrupt status bit
Syntax
Show:
Summary
Declaration
from
gpio_hal.h:120
#define
gpio_hal_clear_intr_status_bit
(
hal
,
gpio_num
)
(
(
(
gpio_num
)
<
32
)
?
gpio_ll_clear_intr_status
(
(
hal
)
->
dev
,
1
<
<
gpio_num
)
\
:
gpio_ll_clear_intr_status_high
(
(
hal
)
->
dev
,
1
<
<
(
gpio_num
-
32
)
)
)
Arguments
Argument
Description
hal
Context of the HAL layer
gpio_num
GPIO number. If you want to clear the interrupt status bit of e.g. GPIO16, gpio_num should be GPIO_NUM_16 (16);
Examples
References
from
examples
Code
Location
#define
gpio_hal_clear_intr_status_bit
(
hal
,
gpio_num
)
(
(
(
gpio_num
)
<
32
)
?
gpio_ll_clear_intr_status
(
(
hal
)
->
dev
,
1
<
<
gpio_num
)
\
gpio_hal.h:120
gpio_hal_clear_intr_status_bit
(
gpio_context
.
gpio_hal
,
gpio_num
)
;
gpio.c:462
gpio_hal_clear_intr_status_bit
(
gpio_context
.
gpio_hal
,
gpio_num
)
;
gpio.c:471
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