Button interface. More...
#include <xdc/std.h>
Include dependency graph for but.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | but_init () |
| This function initializes the button control variables. More... | |
| UInt16 | but_proccess () |
| This function processes the tasks of the button control. More... | |
| void | but_clearPending () |
| This function clear pending button presses. | |
| UInt8 | but_getPending () |
| This function get number of button presses on the time window. More... | |
| void | BUT_ISR () |
| Button Interrupt Service Request on port 1. More... | |