OpenOCD
esp_xtensa_semihosting.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
/***************************************************************************
4
* Copyright (c) 2020 Espressif Systems (Shanghai) Co. Ltd. *
5
***************************************************************************/
6
7
#ifndef OPENOCD_TARGET_ESP_XTENSA_SEMIHOSTING_H
8
#define OPENOCD_TARGET_ESP_XTENSA_SEMIHOSTING_H
9
10
#include <
target/target.h
>
11
12
int
esp_xtensa_semihosting_init
(
struct
target
*
target
);
13
int
esp_xtensa_semihosting
(
struct
target
*
target
,
int
*retval);
14
15
#endif
/* OPENOCD_TARGET_ESP_XTENSA_SEMIHOSTING_H */
esp_xtensa_semihosting_init
int esp_xtensa_semihosting_init(struct target *target)
Definition:
esp_xtensa_semihosting.c:106
esp_xtensa_semihosting
int esp_xtensa_semihosting(struct target *target, int *retval)
Checks and processes an ESP Xtensa semihosting request.
Definition:
esp_xtensa_semihosting.c:50
target
Definition:
target.h:120
target.h
src
target
espressif
esp_xtensa_semihosting.h
Generated by
1.9.1