ESP-IDF
sdio_slave_slot_info_t::func
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
sdio_slave_slot_info_t::func
sdio_slave_slot_info_t::func field
Syntax
Show:
Summary
Declaration
from
sdio_slave_periph.h:33
int
func
;
Examples
References
from
examples
Code
Location
Referrer
int
func
;
sdio_slave_periph.h:33
configure_pin
(
slot
->
clk_gpio
,
slot
->
func
,
false
)
;
//clk doesn't need a pullup
sdio_slave.c:307
sdio_slave_hw_init()
configure_pin
(
slot
->
cmd_gpio
,
slot
->
func
,
pullup
)
;
sdio_slave.c:308
sdio_slave_hw_init()
configure_pin
(
slot
->
d0_gpio
,
slot
->
func
,
pullup
)
;
sdio_slave.c:309
sdio_slave_hw_init()
configure_pin
(
slot
->
d1_gpio
,
slot
->
func
,
pullup
)
;
sdio_slave.c:311
sdio_slave_hw_init()
configure_pin
(
slot
->
d2_gpio
,
slot
->
func
,
pullup
)
;
sdio_slave.c:314
sdio_slave_hw_init()
configure_pin
(
slot
->
d3_gpio
,
slot
->
func
,
pullup
)
;
sdio_slave.c:316
sdio_slave_hw_init()
recover_pin
(
slot
->
clk_gpio
,
slot
->
func
)
;
sdio_slave.c:343
sdio_slave_hw_deinit()
recover_pin
(
slot
->
cmd_gpio
,
slot
->
func
)
;
sdio_slave.c:344
sdio_slave_hw_deinit()
recover_pin
(
slot
->
d0_gpio
,
slot
->
func
)
;
sdio_slave.c:345
sdio_slave_hw_deinit()
recover_pin
(
slot
->
d1_gpio
,
slot
->
func
)
;
sdio_slave.c:346
sdio_slave_hw_deinit()
recover_pin
(
slot
->
d2_gpio
,
slot
->
func
)
;
sdio_slave.c:347
sdio_slave_hw_deinit()
recover_pin
(
slot
->
d3_gpio
,
slot
->
func
)
;
sdio_slave.c:348
sdio_slave_hw_deinit()
.
func
=
SDIO_SLAVE_SLOT1_FUNC
,
sdio_slave_periph.c:27
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sdio_slave_slot_info_t::func
is read by 2 functions:
All items filtered out
sdio_slave_slot_info_t::func
sdio_slave_hw_init()
sdio_slave_hw_deinit()
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