Searched refs:report (Results 1 – 7 of 7) sorted by relevance
| /external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/src/ |
| A D | hid_keyboard.c | 48 uint8_t report[KEYBOARD_REPORT_SIZE]; /*!< Last report data */ member 72 HID_KEYBOARD_CLEAR_REPORT(&g_keyBoard.report[0]); in Keyboard_UpdateReport() 76 HID_KEYBOARD_REPORT_SET_KEY_PRESS(g_keyBoard.report, 0x53); in Keyboard_UpdateReport() 80 HID_KEYBOARD_REPORT_SET_KEY_PRESS(g_keyBoard.report, 0x5C); in Keyboard_UpdateReport() 84 HID_KEYBOARD_REPORT_SET_KEY_PRESS(g_keyBoard.report, 0x5E); in Keyboard_UpdateReport() 88 HID_KEYBOARD_REPORT_SET_KEY_PRESS(g_keyBoard.report, 0x60); in Keyboard_UpdateReport() 92 HID_KEYBOARD_REPORT_SET_KEY_PRESS(g_keyBoard.report, 0x5A); in Keyboard_UpdateReport() 107 memcpy(*pBuffer, &g_keyBoard.report[0], KEYBOARD_REPORT_SIZE); in Keyboard_GetReport() 221 USBD_API->hw->WriteEP(g_keyBoard.hUsb, HID_EP_IN, &g_keyBoard.report[0], KEYBOARD_REPORT_SIZE); in Keyboard_Tasks()
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/src/ |
| A D | hid_mouse.c | 47 uint8_t report[MOUSE_REPORT_SIZE]; /*!< Last report data */ member 85 CLEAR_HID_MOUSE_REPORT(&g_mouse.report[0]); in Mouse_UpdateReport() 89 setLeftButtonMouseReport(g_mouse.report, 1); in Mouse_UpdateReport() 93 setXYMouseReport(g_mouse.report, -4, 0); in Mouse_UpdateReport() 97 setXYMouseReport(g_mouse.report, 4, 0); in Mouse_UpdateReport() 101 setXYMouseReport(g_mouse.report, 0, -4); in Mouse_UpdateReport() 105 setXYMouseReport(g_mouse.report, 0, 4); in Mouse_UpdateReport() 117 *pBuffer = &g_mouse.report[0]; in Mouse_GetReport() 218 USBD_API->hw->WriteEP(g_mouse.hUsb, HID_EP_IN, &g_mouse.report[0], MOUSE_REPORT_SIZE); in Mouse_Tasks()
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/src/ |
| A D | hid_mouse.c | 48 uint8_t report[MOUSE_REPORT_SIZE]; /*!< Last report data */ member 86 CLEAR_HID_MOUSE_REPORT(&g_mouse.report[0]); in Mouse_UpdateReport() 90 setLeftButtonMouseReport(g_mouse.report, 1); in Mouse_UpdateReport() 94 setXYMouseReport(g_mouse.report, -4, 0); in Mouse_UpdateReport() 98 setXYMouseReport(g_mouse.report, 4, 0); in Mouse_UpdateReport() 102 setXYMouseReport(g_mouse.report, 0, -4); in Mouse_UpdateReport() 106 setXYMouseReport(g_mouse.report, 0, 4); in Mouse_UpdateReport() 118 *pBuffer = &g_mouse.report[0]; in Mouse_GetReport() 219 USBD_API->hw->WriteEP(g_mouse.hUsb, HID_EP_IN, &g_mouse.report[0], MOUSE_REPORT_SIZE); in Mouse_Tasks()
|
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_qdec.c | 74 event.data.report.acc = (int16_t)nrf_qdec_accread_get(NRF_QDEC); in nrfx_qdec_irq_handler() 75 event.data.report.accdbl = (uint16_t)nrf_qdec_accdblread_get(NRF_QDEC); in nrfx_qdec_irq_handler()
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_qdec.h | 113 nrfx_qdec_report_data_evt_t report; /**< Report event data. */ member
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/ |
| A D | readme.dox | 36 * The example supports 1 byte report and loops back the data received in
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 418 # symbols. At the end of a run doxygen will report the cache usage and suggest
|
Completed in 10 milliseconds