OpenOCD
esp_semihost_ops
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
esp_semihost_ops
esp_semihost_ops struct
Semihost calls handling operations.
Syntax
Show:
Summary
Declaration
from
esp_semihosting.h:42
struct
esp_semihost_ops
{
int
(
*
prepare
)
(
struct
target
*
target
)
;
}
;
Fields
Field
Declared as
Description
esp_semihost_ops::prepare
int
(
*
)
(
struct
target
*
target
)
Callback called before handling semihost call.
Related Functions
Found 2 other functions taking a
esp_semihost_ops
argument:
Function
esp_xtensa_init_arch_info()
esp_xtensa_smp_init_arch_info()
Examples
References
from
examples
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