Commit b4ef6e16 authored by Federico Vaga's avatar Federico Vaga

wrtd:lib:in: add dead time value range in documentation

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>


NOTE
This commit has been created by `git subtree` on the Mock Turtle repository
on tag mock-turtle-2.0

This commit will not compile
parent 48ea1452
......@@ -371,7 +371,7 @@ int wrtd_in_arm(struct wrtd_node *dev, unsigned int input, int armed)
* 16 ns granularity)
* @param[in] dev device token
* @param[in] input index (0-based) of input channel
* @param[in] dead_time_ps dead time in pico-seconds
* @param[in] dead_time_ps dead time in pico-seconds [80000000, 160000000000]
* @return 0 on success, -1 on error and errno is set appropriately
*/
int wrtd_in_dead_time_set(struct wrtd_node *dev, unsigned int input,
......
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