Push button driver APIs. More...
Go to the source code of this file.
Typedefs | |
| typedef void(* | button_cb )(void *) |
| Prototype definitoin for button driver callback. | |
Functions | |
| void | button_register (button_cb cb, void *env) |
| Register callback for push button. | |
| void | button_unregister () |
| Unregister push button callback. | |
| void | button_enable () |
| Enable push button interrupt. | |
| void | button_disable () |
| Disable push button interrupt. | |
| void | button_isr () |
| Push button interrupt service routine. | |
| void | button_init () |
| Push button initialization. | |
Push button driver APIs.
Copyright (C) RivieraWaves 2011-2019
Definition in file button.h.
1.6.1