ESP-IDF
STATE_IDLE
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
STATE_IDLE
STATE_IDLE value
Syntax
Show:
Summary
Declaration
from
sdio_slave_hal.h:162
STATE_IDLE
=
1
;
Examples
References
from
examples
Code
Location
Referrer
STATE_IDLE
=
1
,
sdio_slave_hal.h:162
hal
->
send_state
=
STATE_IDLE
;
sdio_slave_hal.c:158
sdio_slave_hal_init()
SDIO_SLAVE_CHECK
(
send_get_state
(
hal
)
==
STATE_IDLE
,
sdio_slave_hal.c:290
sdio_slave_hal_send_start()
send_set_state
(
hal
,
STATE_IDLE
)
;
sdio_slave_hal.c:305
sdio_slave_hal_send_stop()
SDIO_SLAVE_CHECK
(
send_get_state
(
hal
)
==
STATE_IDLE
,
sdio_slave_hal.c:367
sdio_slave_hal_send_reset_counter()
send_set_state
(
hal
,
STATE_IDLE
)
;
sdio_slave_hal.c:439
send_get_unsent_desc()
bool
init
=
(
send_get_state
(
hal
)
==
STATE_IDLE
)
;
sdio_slave_hal.c:469
sdio_slave_hal_send_flush_next_buffer()
send_set_state
(
hal
,
STATE_IDLE
)
;
sdio_slave_hal.c:485
sdio_slave_hal_send_flush_next_buffer()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
STATE_IDLE
is read by 6 functions:
All items filtered out
STATE_IDLE
sdio_slave_hal_init()
sdio_slave_hal_send_start()
sdio_slave_hal_send_stop()
sdio_slave_hal_send_reset_counter()
send_get_unsent_desc()
sdio_slave_hal_send_flush_next_buffer()
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