ESP-IDF
gpio_dev_s::pin
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gpio_dev_s::pin
gpio_dev_s::pin field
Syntax
Show:
Summary
Declaration
from
gpio_struct.h:152
union
{
struct
{
uint32_t
reserved0
:
2
;
uint32_t
pad_driver
:
1
;
uint32_t
reserved3
:
4
;
uint32_t
int_type
:
3
;
uint32_t
wakeup_enable
:
1
;
uint32_t
config
:
2
;
uint32_t
int_ena
:
5
;
uint32_t
reserved18
:
14
;
}
;
uint32_t
val
;
}
pin
[
40
]
;
Examples
References
from
examples
Code
Location
Referrer
}
pin
[
40
]
;
gpio_struct.h:164
*
od
=
hw
->
pin
[
gpio_num
]
.
pad_driver
;
gpio_ll.h:71
gpio_ll_get_io_config()
hw
->
pin
[
gpio_num
]
.
int_type
=
intr_type
;
gpio_ll.h:268
gpio_ll_set_intr_type()
hw
->
pin
[
gpio_num
]
.
int_ena
=
GPIO_LL_PRO_CPU_INTR_ENA
;
//enable pro cpu intr
gpio_ll.h:332
gpio_ll_intr_enable_on_core()
hw
->
pin
[
gpio_num
]
.
int_ena
=
GPIO_LL_APP_CPU_INTR_ENA
;
//enable app cpu intr
gpio_ll.h:334
gpio_ll_intr_enable_on_core()
hw
->
pin
[
gpio_num
]
.
int_ena
=
0
;
//disable GPIO intr
gpio_ll.h:347
gpio_ll_intr_disable()
hw
->
pin
[
gpio_num
]
.
pad_driver
=
0
;
gpio_ll.h:463
gpio_ll_od_disable()
hw
->
pin
[
gpio_num
]
.
pad_driver
=
1
;
gpio_ll.h:474
gpio_ll_od_enable()
hw
->
pin
[
gpio_num
]
.
wakeup_enable
=
1
;
gpio_ll.h:557
gpio_ll_wakeup_enable()
hw
->
pin
[
gpio_num
]
.
wakeup_enable
=
0
;
gpio_ll.h:568
gpio_ll_wakeup_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
gpio_dev_s::pin
is read by 8 functions:
All items filtered out
gpio_dev_s::pin
gpio_ll_get_io_config()
gpio_ll_set_intr_type()
gpio_ll_intr_enable_on_core()
gpio_ll_intr_disable()
gpio_ll_od_disable()
gpio_ll_od_enable()
gpio_ll_wakeup_enable()
gpio_ll_wakeup_disable()
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