File containing the definitions related to debug task management. More...
#include "co_int.h"#include "ke_task.h"#include "mac.h"Go to the source code of this file.
Data Structures | |
| struct | dbg_mem_read_req |
| Structure containing the parameters of the DBG_MEM_READ_REQ message. More... | |
| struct | dbg_mem_read_cfm |
| Structure containing the parameters of the DBG_MEM_READ_CFM message. More... | |
| struct | dbg_mem_write_req |
| Structure containing the parameters of the DBG_MEM_WRITE_REQ message. More... | |
| struct | dbg_mem_write_cfm |
| Structure containing the parameters of the DBG_MEM_WRITE_CFM message. More... | |
| struct | dbg_set_mod_filter_req |
| Structure containing the parameters of the DBG_SET_MOD_FILTER_REQ message. More... | |
| struct | dbg_set_sev_filter_req |
| Structure containing the parameters of the DBG_SET_MOD_FILTER_REQ message. More... | |
| struct | dbg_get_sys_stat_cfm |
| Structure containing the parameters of the DBG_GET_SYS_STAT_CFM message. More... | |
Enumerations | |
| enum | dbg_msg_tag { DBG_MEM_READ_REQ = KE_FIRST_MSG(TASK_DBG), DBG_MEM_READ_CFM, DBG_MEM_WRITE_REQ, DBG_MEM_WRITE_CFM, DBG_SET_MOD_FILTER_REQ, DBG_SET_MOD_FILTER_CFM, DBG_SET_SEV_FILTER_REQ, DBG_SET_SEV_FILTER_CFM, DBG_ERROR_IND, DBG_GET_SYS_STAT_REQ, DBG_GET_SYS_STAT_CFM, DBG_SYS_STAT_TIMER } |
Messages related to Debug Task. More... | |
Variables | |
| struct ke_state_handler | dbg_default_handler |
| Specifies the message handlers that are common to all states. | |
File containing the definitions related to debug task management.
File containing the definition of all the debug messages required by the debug task.
Copyright (C) RivieraWaves 2011-2019
Definition in file dbg_task.h.
1.6.1