ESP-IDF
GPIO_NUM_CHECK
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_NUM_CHECK
GPIO_NUM_CHECK macro
Syntax
Show:
Summary
Declaration
from
sdmmc_host.c:59
#define
GPIO_NUM_CHECK
(
_gpio_num
)
\
if
(
!
GPIO_IS_VALID_GPIO
(
_gpio_num
)
)
{
\
esp_err_t
_err
=
ESP_ERR_INVALID_ARG
;
\
ESP_LOGE
(
TAG
,
"%s: Invalid GPIO number %d, returned 0x%x"
,
__func__
,
_gpio_num
,
_err
)
;
\
return
_err
;
\
}
Arguments
Argument
_gpio_num
Examples
References
from
examples
Code
Location
#define
GPIO_NUM_CHECK
(
_gpio_num
)
\
sdmmc_host.c:59
GPIO_NUM_CHECK
(
slot_gpio
->
clk
)
;
sdmmc_host.c:718
GPIO_NUM_CHECK
(
slot_gpio
->
cmd
)
;
sdmmc_host.c:719
GPIO_NUM_CHECK
(
slot_gpio
->
d0
)
;
sdmmc_host.c:720
GPIO_NUM_CHECK
(
slot_gpio
->
d1
)
;
sdmmc_host.c:723
GPIO_NUM_CHECK
(
slot_gpio
->
d2
)
;
sdmmc_host.c:724
GPIO_NUM_CHECK
(
slot_gpio
->
d3
)
;
sdmmc_host.c:725
GPIO_NUM_CHECK
(
slot_gpio
->
d4
)
;
sdmmc_host.c:728
GPIO_NUM_CHECK
(
slot_gpio
->
d5
)
;
sdmmc_host.c:729
GPIO_NUM_CHECK
(
slot_gpio
->
d6
)
;
sdmmc_host.c:730
GPIO_NUM_CHECK
(
slot_gpio
->
d7
)
;
sdmmc_host.c:731
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