Home | History | Annotate | Download | only in mllite

Lines Matching full:interrupt

406  * @brief   inv_get_dl_cfg_int configures the interrupt function on the specified pin.
407 * The basic interrupt signal characteristics can be set
413 * bitmask of triggers to enable for interrupt.
426 /* Mantis has 8 bits of interrupt config bits */
998 * @brief inv_get_interrupt_status returns the interrupt status from the specified
999 * interrupt pin.
1020 /*---- return the MPU interrupt status ----*/
1034 * @brief query the current status of an interrupt source.
1036 * index of the interrupt source.
1039 * @return 1 if the interrupt has been triggered.
1048 * @brief clear the 'triggered' status for an interrupt source.
1050 * index of the interrupt source.
1060 * @brief inv_interrupt_handler function should be called when an interrupt is
1061 * received. The source parameter identifies which interrupt source
1062 * caused the interrupt. Note that this routine should not be called
1063 interrupt service routine.
1078 /*---- save source of interrupt ----*/