ESP-IDF
ETS_STATUS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ETS_STATUS
ETS_STATUS enum
Syntax
Show:
Summary
Declaration
from
ets_sys.h:49
enum
{
ETS_OK
=
0
,
ETS_FAILED
=
1
,
ETS_PENDING
=
2
,
ETS_BUSY
=
3
,
ETS_CANCEL
=
4
,
}
;
Values
Value
Declared as
Description
ETS_STATUS::ETS_CANCEL
=
4
ETS_STATUS::ETS_OK
=
0
return successful in ets.
ETS_STATUS::ETS_FAILED
=
1
return failed in ets.
ETS_STATUS::ETS_PENDING
=
2
ETS_STATUS::ETS_BUSY
=
3
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
ets_sys.h:49
}
ETS_STATUS
;
ets_sys.h:55
static
void
scan_done_event_handler
(
void
*
arg
,
ETS_STATUS
status
)
esp_scan.c:28
scan_done_event_handler()
scan_done_event_handler()::status
typedef
void
(
*
scan_done_cb_t
)
(
void
*
arg
,
ETS_STATUS
status
)
;
esp_scan.c:262
issue_scan()
void
wifi_wps_scan_done
(
void
*
arg
,
ETS_STATUS
status
)
;
esp_wps.c:57
wifi_wps_scan_done()
wifi_wps_scan_done()::status
wifi_wps_scan_done
(
void
*
arg
,
ETS_STATUS
status
)
esp_wps.c:1612
wifi_wps_scan_done()
wifi_wps_scan_done()::status
typedef
void
(
*
scan_done_cb_t
)
(
void
*
arg
,
ETS_STATUS
status
)
;
esp_wps.c:1682
wifi_wps_scan_internal()
}
ETS_STATUS
;
ets_sys.h:55
ETS_STATUS
ETS_STATUS
ets_post
(
uint8_t
prio
,
ETSSignal
sig
,
ETSParam
par
)
;
ets_sys.h:117
ets_post()
ETS_STATUS
ets_unpack_flash_code_legacy
(
uint32_t
pos
,
uint32_t
*
entry_addr
,
bool
jump
,
bool
config
)
;
ets_sys.h:177
ets_unpack_flash_code_legacy()
ETS_STATUS
ets_unpack_flash_code
(
uint32_t
pos
,
uint32_t
*
entry_addr
,
bool
jump
,
bool
sb_need_check
,
bool
config
)
;
ets_sys.h:195
ets_unpack_flash_code()
typedef
void
(
*
scan_done_cb_t
)
(
void
*
arg
,
ETS_STATUS
status
)
;
roaming_app.c:32
static
void
scan_done_event_handler
(
void
*
arg
,
ETS_STATUS
status
)
roaming_app.c:588
scan_done_event_handler()
scan_done_event_handler()::status
ETS_STATUS
uart_tx_one_char
(
uint8_t
TxChar
)
;
uart.h:231
uart_tx_one_char()
ETS_STATUS
uart_tx_one_char2
(
uint8_t
TxChar
)
;
uart.h:241
uart_tx_one_char2()
ETS_STATUS
uart_rx_one_char
(
uint8_t
*
pRxChar
)
;
uart.h:277
uart_rx_one_char()
ETS_STATUS
UartRxString
(
uint8_t
*
pString
,
uint8_t
MaxStrlen
)
;
uart.h:299
UartRxString()
ETS_STATUS
uart_rx_readbuff
(
RcvMsgBuff
*
pRxBuff
,
uint8_t
*
pRxByte
)
;
uart.h:322
uart_rx_readbuff()
ETS_STATUS
UartGetCmdLn
(
uint8_t
*
pCmdLn
)
;
uart.h:333
UartGetCmdLn()
ETS_STATUS
SendMsg
(
uint8_t
*
pData
,
uint16_t
DataLen
)
;
uart.h:383
SendMsg()
ETS_STATUS
RcvMsg
(
uint8_t
*
pData
,
uint16_t
MaxDataLen
,
uint8_t
is_sync
)
;
uart.h:399
RcvMsg()
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
Instance
Scope
Location
Project
return
ets_post()
ets_sys.h:117
return
ets_unpack_flash_code_legacy()
ets_sys.h:177
return
ets_unpack_flash_code()
ets_sys.h:195
return
uart_tx_one_char()
uart.h:231
return
uart_tx_one_char2()
uart.h:241
return
uart_rx_one_char()
uart.h:277
return
UartRxString()
uart.h:299
return
uart_rx_readbuff()
uart.h:322
return
UartGetCmdLn()
uart.h:333
return
SendMsg()
uart.h:383
return
RcvMsg()
uart.h:399
wifi_wps_scan_done()::status
wifi_wps_scan_done()
esp_wps.c:57
wifi_wps_scan_done()::status
wifi_wps_scan_done()
esp_wps.c:1612
scan_done_event_handler()::status
scan_done_event_handler()
esp_scan.c:28
scan_done_event_handler()::status
scan_done_event_handler()
roaming_app.c:588
Lifecycle
from
examples
All items filtered out
All items filtered out