ESP-IDF
FUN_DRV_V
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
FUN_DRV_V
FUN_DRV_V macro
Syntax
Show:
Summary
Declaration
from
io_mux_reg.h:60
#define
FUN_DRV_V
0x3
Examples
References
from
examples
Code
Location
#define
FUN_DRV_V
0x3
io_mux_reg.h:60
SET_PERI_REG_BITS
(
GPIO_PIN_MUX_REG
[
psram_io
->
flash_cs_io
]
,
FUN_DRV_V
,
3
,
FUN_DRV_S
)
;
esp_psram_impl_quad.c:822
SET_PERI_REG_BITS
(
GPIO_PIN_MUX_REG
[
psram_io
->
flash_clk_io
]
,
FUN_DRV_V
,
3
,
FUN_DRV_S
)
;
esp_psram_impl_quad.c:823
SET_PERI_REG_BITS
(
GPIO_PIN_MUX_REG
[
psram_io
->
psram_cs_io
]
,
FUN_DRV_V
,
3
,
FUN_DRV_S
)
;
esp_psram_impl_quad.c:824
SET_PERI_REG_BITS
(
GPIO_PIN_MUX_REG
[
psram_io
->
psram_clk_io
]
,
FUN_DRV_V
,
3
,
FUN_DRV_S
)
;
esp_psram_impl_quad.c:825
SET_PERI_REG_BITS
(
GPIO_PIN_MUX_REG
[
psram_io
->
psram_spiq_sd0_io
]
,
FUN_DRV_V
,
3
,
FUN_DRV_S
)
;
esp_psram_impl_quad.c:826
SET_PERI_REG_BITS
(
GPIO_PIN_MUX_REG
[
psram_io
->
psram_spid_sd1_io
]
,
FUN_DRV_V
,
3
,
FUN_DRV_S
)
;
esp_psram_impl_quad.c:827
SET_PERI_REG_BITS
(
GPIO_PIN_MUX_REG
[
psram_io
->
psram_spihd_sd2_io
]
,
FUN_DRV_V
,
3
,
FUN_DRV_S
)
;
esp_psram_impl_quad.c:828
SET_PERI_REG_BITS
(
GPIO_PIN_MUX_REG
[
psram_io
->
psram_spiwp_sd3_io
]
,
FUN_DRV_V
,
3
,
FUN_DRV_S
)
;
esp_psram_impl_quad.c:829
SET_PERI_REG_BITS
(
GPIO_PIN_MUX_REG
[
gpio_num
]
,
FUN_DRV_V
,
strength
,
FUN_DRV_S
)
;
gpio_ll.h:580
*
strength
=
(
gpio_drive_cap_t
)
GET_PERI_REG_BITS2
(
GPIO_PIN_MUX_REG
[
gpio_num
]
,
FUN_DRV_V
,
FUN_DRV_S
)
;
gpio_ll.h:592
#define
FUN_DRV_M
(
FUN_DRV_V
<
<
FUN_DRV_S
)
io_mux_reg.h:59
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