Commit 903ba410 authored by Federico Vaga's avatar Federico Vaga

doc: add dpxygen info about timer trigger

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 8c0d1106
......@@ -147,8 +147,8 @@ enum adc_configuration_trigger_thr {
*/
enum adc_configuration_trigger_tim {
ADC_CONF_TRG_TIM_ENABLE, /**< It enable (1) or disable (0) the trigger */
ADC_CONF_TRG_TIM_SECONDS,
ADC_CONF_TRG_TIM_NANO_SECONDS,
ADC_CONF_TRG_TIM_SECONDS, /**< When to fire: seconds */
ADC_CONF_TRG_TIM_NANO_SECONDS, /**< When to fire: nanoseconds */
__ADC_CONF_TRG_TIM_LAST_INDEX, /**< It represents the the last index
of this enum. It can be useful for
some sort of automation */
......
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