![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <pl050.h>
Data Fields | |
| MOUSE_DEVICE | mouse |
| uint32_t | irq |
| PL050_KMI_REGISTERS * | registers |
| Device registers. | |
| PL050_MOUSE_PACKET | packetdata [PL050_MOUSE_PACKET_COUNT] |
| Buffers for mouse packet receiving. | |
| uint32_t | packetstart |
| The mouse packet buffer to use for the next receive. | |
| uint32_t | packetcount |
| The number of mouse packet buffers that are in use. | |
| uint32_t | discardcount |
| Number of received bytes discarded (due to no buffer or other reasons). | |
| uint32_t | interruptcount |
| Number of interrupt requests received by the device. | |
| MOUSE_DEVICE mouse |
| uint32_t irq |
| PL050_KMI_REGISTERS* registers |
Device registers.
| PL050_MOUSE_PACKET packetdata[PL050_MOUSE_PACKET_COUNT] |
Buffers for mouse packet receiving.
| uint32_t packetstart |
The mouse packet buffer to use for the next receive.
| uint32_t packetcount |
The number of mouse packet buffers that are in use.
| uint32_t discardcount |
Number of received bytes discarded (due to no buffer or other reasons).
| uint32_t interruptcount |
Number of interrupt requests received by the device.