RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
rtems_capture_control_s Struct Reference

Capture control structure for a group of tasks. More...

#include <capture.h>

Collaboration diagram for rtems_capture_control_s:
Collaboration graph
[legend]

Data Fields

rtems_name name
 
rtems_id id
 
uint32_t flags
 
uint32_t to_triggers
 
uint32_t from_triggers
 
uint32_t by_triggers
 
uint32_t by_valid
 
rtems_capture_from_t by [RTEMS_CAPTURE_TRIGGER_TASKS]
 
struct rtems_capture_control_snext
 

Detailed Description

Capture control structure for a group of tasks.

RTEMS control holds the trigger and watch configuration for a group of tasks with the same name. The flags hold global control flags.

The to_triggers fields holds triggers TO this task. The from_triggers holds triggers from this task. The by_triggers is an OR or triggers which are caused BY the task listed TO this task. The by_valid flag which entries in by are valid.


The documentation for this struct was generated from the following file: