Date:2011-01-09 23:38:33 (13 years 2 months ago)
Author:Werner Almesberger
Commit:1befc69e37107175fc124d129852cf5cc7463c15
Message:tools/lib/misctxrx.c: decode AMI and CCA_ED_DONE interrupts (231 only)

Files: tools/lib/misctxrx.c (2 diffs)

Change Details

tools/lib/misctxrx.c
11/*
22 * lib/misctxrx.c - Miscellaenous transceiver helper functions
33 *
4 * Written 2010 by Werner Almesberger
5 * Copyright 2010 Werner Almesberger
4 * Written 2010-2011 by Werner Almesberger
5 * Copyright 2010-2011 Werner Almesberger
66 *
77 * This program is free software; you can redistribute it and/or modify
88 * it under the terms of the GNU General Public License as published by
...... 
6262            fprintf(stderr, " RX_START");
6363        if (irq & IRQ_TRX_END)
6464            fprintf(stderr, " TRX_END");
65        if (irq & IRQ_CCA_ED_DONE)
66            fprintf(stderr, " CCA_ED_DONE");
67        if (irq & IRQ_AMI)
68            fprintf(stderr, " AMI");
6569        if (irq & IRQ_TRX_UR)
6670            fprintf(stderr, " TRX_UR");
6771        if (irq & IRQ_BAT_LOW)

Archive Download the corresponding diff file



interactive