Commit e42223cb authored by Federico Vaga's avatar Federico Vaga

wrtd:doc: improve doxygen documentation

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 037aa673
......@@ -174,9 +174,11 @@ struct wr_timestamp {
* Trigger identifier
*/
struct wrtd_trig_id {
uint32_t system;
uint32_t source_port;
uint32_t trigger;
uint32_t system; /**< Unique ID of the WRTD to identify a domain. */
uint32_t source_port; /**< System-wide unique ID to intentify the
input port the trigger comes from. */
uint32_t trigger; /**< System-wide unique ID of a particular trigger
pulse*/
};
......
......@@ -62,9 +62,9 @@ enum wrtd_core {
* Trigger token
*/
struct wrtd_trigger_handle {
uint32_t ptr_cond;
uint32_t ptr_trig;
int channel;
uint32_t ptr_cond; /**< trigger condition pointer */
uint32_t ptr_trig; /**< trigger pointer */
int channel; /**< channel assigned to the trigger */
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment