Searched defs:isr (Results 1 - 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Dgpio.hpp131 isr(Edge mode, PyObject* pyfunc, PyObject* args) function in class:mraa::Gpio
166 isr(Edge mode, v8::Handle<v8::Function> func) function in class:mraa::Gpio
177 isr(Edge mode, jobject runnable) function in class:mraa::Gpio
192 isr(Edge mode, void (*fptr)(void*), void* args) function in class:mraa::Gpio
198 * Exits callback - this call will not kill the isr thread immediatly
/hardware/intel/bootstub/
H A Dspi-uart.h45 vu32 isr; member in struct:mrst_spi_reg
/hardware/bsp/intel/peripheral/libmraa/include/
H A Dmraa_internal_types.h51 void (* isr)(void *); /**< the interupt service request */ member in struct:_gpio
53 pthread_t thread_id; /**< the isr handler thread id */
54 int isr_value_fp; /**< the isr file pointer on the value */
56 int isr_control_pipe[2]; /**< a pipe used to interrupt the isr from polling the value fd*/
58 mraa_boolean_t isr_thread_terminating; /**< is the isr thread being terminated? */
140 void (* isr)(char* data); /**< the interupt service request */ member in struct:_iio
144 pthread_t thread_id; /**< the isr handler thread id */

Completed in 88 milliseconds