Searched refs:UINT (Results 1 – 9 of 9) sorted by relevance
| /bsp/simulator/pcap/Include/ |
| A D | Packet32.h | 134 UINT bs_recv; ///< Number of packets that the driver received from the network adapter 137 UINT bs_drop; ///< number of packets that the driver lost from the beginning of a capture. 140 UINT ps_ifdrop; ///< drops by interface. XXX not yet supported 157 UINT bh_datalen; ///< Original length of packet 176 UINT len; ///< Length of the original packet (off wire). 270 UINT Length; ///< Length of the buffer 323 BOOLEAN PacketSetLoopbackBehavior(LPADAPTER AdapterObject, UINT LoopbackBehavior); 333 VOID PacketInitPacket(LPPACKET lpPacket,PVOID Buffer,UINT Length); 342 BOOLEAN PacketSetDumpLimits(LPADAPTER AdapterObject, UINT maxfilesize, UINT maxnpacks); 346 BOOLEAN PacketStartOem(PCHAR errorString, UINT errorStringLength); [all …]
|
| /bsp/simulator/applications/lvgl/ |
| A D | win32drv.c | 117 UINT cInputs, 138 static UINT lv_win32_get_dpi_for_window( 163 UINT uMsg, 553 UINT cInputs, in lv_win32_get_touch_input_info() 599 UINT Result = (UINT)(-1); in lv_win32_get_dpi_for_window() 612 HMONITOR, MONITOR_DPI_TYPE_PRIVATE, UINT*, UINT*); in lv_win32_get_dpi_for_window() 622 UINT dpiX = 0; in lv_win32_get_dpi_for_window() 623 UINT dpiY = 0; in lv_win32_get_dpi_for_window() 637 if (Result == (UINT)(-1)) in lv_win32_get_dpi_for_window() 647 if (Result == (UINT)(-1)) in lv_win32_get_dpi_for_window() [all …]
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/ |
| A D | bl702_nflash.h | 77 typedef unsigned int UINT; typedef 186 DRESULT ff_disk_read(BYTE pdrv, BYTE *buff, DWORD sector, UINT count); 187 DRESULT ff_disk_write(BYTE pdrv, const BYTE *buff, DWORD sector, UINT count);
|
| A D | bl702_snflash.h | 178 int Nandflash_Disk_Read(BYTE *buff, LBA_t sector, UINT count); 179 int Nandflash_Disk_Write(const BYTE *buff, LBA_t sector, UINT count);
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/class/msc/Source/ |
| A D | usbh_msc_fatfs.c | 84 DRESULT disk_read (BYTE drv, BYTE *buff, DWORD sector, UINT count) in disk_read() 125 DRESULT disk_write (BYTE drv, const BYTE *buff, DWORD sector, UINT count) in disk_write()
|
| /bsp/zynqmp-r5-axu4ev/drivers/ |
| A D | drv_sdcard.c | 31 typedef unsigned int UINT; typedef 250 UINT count /* Sector count (1..128) */ in disk_read() 295 UINT count /* Number of sectors to write (1..128) */ in disk_write()
|
| /bsp/upd70f3454/drivers/ |
| A D | CG_macrodriver.h | 48 typedef unsigned int UINT; typedef
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_syswm.h | 166 UINT msg; /**< The type of message */
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/ |
| A D | bl702_snflash.c | 777 int Nandflash_Disk_Read(BYTE *buff, LBA_t sector, UINT count) in Nandflash_Disk_Read() 837 int Nandflash_Disk_Write(const BYTE *buff, LBA_t sector, UINT count) in Nandflash_Disk_Write()
|
Completed in 28 milliseconds