Date:2010-08-21 06:08:46 (13 years 7 months ago)
Author:Werner Almesberger
Commit:44f0c3898049f48038b362dd0c637567a6b154f2
Message:fw/atspi/atspi.c (reset_rf): added reset timing measurement

Files: fw/atspi/atspi.c (1 diff)

Change Details

fw/atspi/atspi.c
2323    int i;
2424
2525    nRST_RF = 0;
26    /* 11.4.12: min 625 ns */
26    /*
27     * 11.4.12: min 625 ns.
28     * The pulse we generate is slightly longer than 4 us.
29     */
2730    for (i = 0; i != 10; i++);
2831    nRST_RF = 1;
2932}

Archive Download the corresponding diff file



interactive