rtos_type::detect_rtos is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDrtos_type::detect_rtos

rtos_type::detect_rtos field

Syntax

bool (*detect_rtos)(struct target *target);

References

LocationReferrerScopeText
rtos.h:61
bool (*detect_rtos)(struct target *target);
FreeRTOS.c:82freertos_detect_rtos()freertos_rtos
const struct rtos_type freertos_rtos = {
FreeRTOS.c:85
.detect_rtos = freertos_detect_rtos,
ThreadX.c:193threadx_detect_rtos()threadx_rtos
const struct rtos_type threadx_rtos = {
ThreadX.c:196
.detect_rtos = threadx_detect_rtos,
chibios.c:99chibios_detect_rtos()chibios_rtos
const struct rtos_type chibios_rtos = {
chibios.c:102
.detect_rtos = chibios_detect_rtos,
chromium-ec.c:383chromium_ec_detect_rtos()chromium_ec_rtos
const struct rtos_type chromium_ec_rtos = {
chromium-ec.c:385
.detect_rtos = chromium_ec_detect_rtos,
eCos.c:455ecos_detect_rtos()ecos_rtos
const struct rtos_type ecos_rtos = {
eCos.c:458
.detect_rtos = ecos_detect_rtos,
embKernel.c:29embkernel_detect_rtos()embkernel_rtos
const struct rtos_type embkernel_rtos = {
embKernel.c:31
.detect_rtos = embkernel_detect_rtos,
hwthread.c:50hwthread_detect_rtos()hwthread_rtos
const struct rtos_type hwthread_rtos = {
hwthread.c:52
.detect_rtos = hwthread_detect_rtos,
linux.c:250linux_os_detect()linux_rtos
const struct rtos_type linux_rtos = {
linux.c:252
.detect_rtos = linux_os_detect,
mqx.c:500mqx_detect_rtos()mqx_rtos
const struct rtos_type mqx_rtos = {
mqx.c:502
.detect_rtos = mqx_detect_rtos,
nuttx.c:434nuttx_detect_rtos()nuttx_rtos
const struct rtos_type nuttx_rtos = {
nuttx.c:436
.detect_rtos = nuttx_detect_rtos,
riot.c:97riot_detect_rtos()riot_rtos
const struct rtos_type riot_rtos = {
riot.c:99
.detect_rtos = riot_detect_rtos,
rtkernel.c:375rtkernel_detect_rtos()rtkernel_rtos
const struct rtos_type rtkernel_rtos = {
rtkernel.c:378
.detect_rtos = rtkernel_detect_rtos,
rtos.c:295rtos_qsymbol()
if (os->type->detect_rtos(target)) {
uCOS-III.c:501ucos_iii_detect_rtos()ucos_iii_rtos
const struct rtos_type ucos_iii_rtos = {
uCOS-III.c:503
.detect_rtos = ucos_iii_detect_rtos,
zephyr.c:788zephyr_detect_rtos()zephyr_rtos
const struct rtos_type zephyr_rtos = {
zephyr.c:791
.detect_rtos = zephyr_detect_rtos,