Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abcminiuser/lufa
/ functions
Functions
2,800 in github.com/abcminiuser/lufa
⨍
Functions
2,800
◇
Types & classes
296
↓ 2 callers
Function
TWI_StopTransmission
Sends a TWI STOP onto the TWI bus, terminating communication with the currently addressed device. */
LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.h:224
↓ 2 callers
Function
USB_Attach
Attaches the device to the USB bus. This announces the device's presence to any attached * USB host, starting the enumeration process. If no host
LUFA/Drivers/USB/Core/UC3/USBController_UC3.h:160
↓ 2 callers
Function
USB_Attach
Attaches the device to the USB bus. This announces the device's presence to any attached * USB host, starting the enumeration process. If no host
LUFA/Drivers/USB/Core/AVR8/USBController_AVR8.h:201
↓ 2 callers
Function
USB_DeviceTask
LUFA/Drivers/USB/Core/USBTask.c:61
↓ 2 callers
Function
USB_Device_GetFrameNumber
LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h:166
↓ 2 callers
Function
USB_Device_GetFrameNumber
LUFA/Drivers/USB/Core/XMEGA/Device_XMEGA.h:163
↓ 2 callers
Function
USB_Device_IsAddressSet
LUFA/Drivers/USB/Core/UC3/Device_UC3.h:226
↓ 2 callers
Function
USB_Device_SetDeviceAddress
LUFA/Drivers/USB/Core/UC3/Device_UC3.h:211
↓ 2 callers
Function
USB_Device_SetFullSpeed
LUFA/Drivers/USB/Core/UC3/Device_UC3.h:193
↓ 2 callers
Function
USB_Event_Stub
LUFA/Drivers/USB/Core/Events.c:35
↓ 2 callers
Function
USB_GetHIDReportSize
LUFA/Drivers/USB/Class/Common/HIDParser.c:375
↓ 2 callers
Function
USB_GetNextDescriptorOfType
LUFA/Drivers/USB/Core/ConfigDescriptors.c:74
↓ 2 callers
Function
USB_GetUSBModeFromUID
LUFA/Drivers/USB/Core/UC3/USBController_UC3.h:334
↓ 2 callers
Function
USB_GetUSBModeFromUID
LUFA/Drivers/USB/Core/AVR8/USBController_AVR8.h:413
↓ 2 callers
Function
USB_HostTask
LUFA/Drivers/USB/Core/USBTask.c:78
↓ 2 callers
Function
USB_Host_GetDescriptor
LUFA/Drivers/USB/Core/HostStandardReq.c:236
↓ 2 callers
Function
USB_Host_GetDeviceDescriptor
LUFA/Drivers/USB/Core/HostStandardReq.h:238
↓ 2 callers
Function
USB_Host_GetFrameNumber
LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:139
↓ 2 callers
Function
USB_Host_IsBusSuspended
LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:222
↓ 2 callers
Function
USB_Host_ResetDevice
LUFA/Drivers/USB/Core/UC3/Host_UC3.c:252
↓ 2 callers
Function
USB_Host_ResetDevice
LUFA/Drivers/USB/Core/AVR8/Host_AVR8.c:252
↓ 2 callers
Function
USB_Host_SuspendBus
Suspends the USB bus, preventing any communications from occurring between the host and attached * device until the bus has been resumed. This st
LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:209
↓ 2 callers
Function
USB_Host_VBUS_Auto_Off
LUFA/Drivers/USB/Core/UC3/Host_UC3.h:313
↓ 2 callers
Function
USB_Host_VBUS_Auto_On
LUFA/Drivers/USB/Core/UC3/Host_UC3.h:301
↓ 2 callers
Function
USB_Host_VBUS_Manual_Enable
LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:299
↓ 2 callers
Function
USB_Host_VBUS_Manual_Off
LUFA/Drivers/USB/Core/UC3/Host_UC3.h:319
↓ 2 callers
Function
USB_Host_VBUS_Manual_Off
LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:330
↓ 2 callers
Function
USB_Host_VBUS_Manual_On
LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:314
↓ 2 callers
Function
USB_INT_ClearAllInterrupts
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c:46
↓ 2 callers
Function
USB_INT_ClearAllInterrupts
LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.c:58
↓ 2 callers
Function
USB_INT_DisableAllInterrupts
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c:37
↓ 2 callers
Function
USB_INT_DisableAllInterrupts
LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.c:37
↓ 2 callers
Function
USB_OTGPAD_On
Inline Functions: */
LUFA/Drivers/USB/Core/UC3/USBController_UC3.h:289
↓ 2 callers
Function
USB_OTGPAD_On
LUFA/Drivers/USB/Core/AVR8/USBController_AVR8.h:367
↓ 2 callers
Function
UpdateFAT12ClusterChain
Updates a FAT12 cluster chain in the FAT file table with a linear chain of * the specified length. * * \note FAT data cluster indexes are offset
Bootloaders/MassStorage/Lib/VirtualFAT.c:277
↓ 2 callers
Function
V2Params_UpdateParamValues
Updates any parameter values that are sourced from hardware rather than explicitly set by the host, such as * VTARGET levels from the ADC on support
Projects/AVRISP-MKII/Lib/V2ProtocolParams.c:137
↓ 2 callers
Function
V2Protocol_Init
Initializes the hardware and software associated with the V2 protocol command handling. */
Projects/AVRISP-MKII/Lib/V2Protocol.c:56
↓ 2 callers
Function
V2Protocol_ProcessCommand
Master V2 Protocol packet handler, for received V2 Protocol packets from a connected host. * This routine decodes the issued command and passes off
Projects/AVRISP-MKII/Lib/V2Protocol.c:81
↓ 2 callers
Function
XPROGTarget_SetTxMode
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c:183
↓ 2 callers
Function
boot
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:1230
↓ 2 callers
Function
check_fs
Projects/TempDataLogger/Lib/FATFs/ff.c:2016
↓ 2 callers
Function
check_fs
Projects/Webserver/Lib/FATFs/ff.c:2016
↓ 2 callers
Function
clear_lock
Projects/TempDataLogger/Lib/FATFs/ff.c:701
↓ 2 callers
Function
clear_lock
Projects/Webserver/Lib/FATFs/ff.c:701
↓ 2 callers
Function
close_usb_device
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:681
↓ 2 callers
Function
dec_lock
Projects/TempDataLogger/Lib/FATFs/ff.c:678
↓ 2 callers
Function
dec_lock
Projects/Webserver/Lib/FATFs/ff.c:678
↓ 2 callers
Function
delay
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:1078
↓ 2 callers
Function
dir_find
Projects/TempDataLogger/Lib/FATFs/ff.c:1388
↓ 2 callers
Function
dir_find
Projects/Webserver/Lib/FATFs/ff.c:1388
↓ 2 callers
Function
dir_remove
Projects/TempDataLogger/Lib/FATFs/ff.c:1613
↓ 2 callers
Function
dir_remove
Projects/Webserver/Lib/FATFs/ff.c:1613
↓ 2 callers
Function
disk_status
Projects/TempDataLogger/Lib/FATFs/diskio.c:25
↓ 2 callers
Function
disk_status
Projects/Webserver/Lib/FATFs/diskio.c:25
↓ 2 callers
Function
do_run_loop
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:660
↓ 2 callers
Function
f_write
Projects/TempDataLogger/Lib/FATFs/ff.c:2517
↓ 2 callers
Function
mem_cmp
Compare memory to memory */
Projects/TempDataLogger/Lib/FATFs/ff.c:555
↓ 2 callers
Function
mem_cmp
Compare memory to memory */
Projects/Webserver/Lib/FATFs/ff.c:555
↓ 2 callers
Function
read_intel_hex
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:897
↓ 2 callers
Function
read_mcu
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:1148
↓ 2 callers
Function
teensy_write
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:308
↓ 2 callers
Function
uIPManagement_Init
Configures the uIP stack ready for network traffic processing. */
Projects/Webserver/Lib/uIPManagement.c:51
↓ 2 callers
Function
uIPManagement_ManageNetwork
uIP Management function. This function manages the uIP stack when called while an RNDIS device has been * attached to the system. */
Projects/Webserver/Lib/uIPManagement.c:114
↓ 2 callers
Function
uip_icmp6chksum
Projects/Webserver/Lib/uip/uip.c:348
↓ 2 callers
Function
uip_udp_new
Projects/Webserver/Lib/uip/uip.c:465
↓ 2 callers
Function
uip_udpchksum
Projects/Webserver/Lib/uip/uip.c:363
↓ 2 callers
Function
write_usb_device
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:450
↓ 1 callers
Function
ADC_GetChannelReading
Performs a complete single reading from channel, including a polling spin-loop to wait for the * conversion to complete, and the returning of the
LUFA/Drivers/Peripheral/AVR8/ADC_AVR8.h:397
↓ 1 callers
Function
ADC_IsReadingComplete
LUFA/Drivers/Peripheral/AVR8/ADC_AVR8.h:369
↓ 1 callers
Function
AOAHost_Task
Task to manage an enumerated USB Android Accessory device once connected, to print received data * from the device to the serial port. */
Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidAccessoryHost.c:115
↓ 1 callers
Function
AOA_Host_BytesReceived
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c:288
↓ 1 callers
Function
AOA_Host_ConfigurePipes
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c:55
↓ 1 callers
Function
AOA_Host_Flush
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c:342
↓ 1 callers
Function
AOA_Host_GetAccessoryProtocol
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c:192
↓ 1 callers
Function
AOA_Host_SendByte
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c:263
↓ 1 callers
Function
AOA_Host_SendPropertyString
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c:207
↓ 1 callers
Function
AOA_Host_StartAccessoryMode
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c:162
↓ 1 callers
Function
AOA_Host_ValidateAccessoryDevice
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c:40
↓ 1 callers
Function
AVRISP_Task
Processes incoming V2 Protocol commands from the host, returning a response when required. */
Projects/AVRISP-MKII/AVRISP-MKII.c:121
↓ 1 callers
Function
AVRISP_Task
Projects/XPLAINBridge/XPLAINBridge.c:106
↓ 1 callers
Function
AndroidHost_Task
Task to set the configuration of the attached device after it has been enumerated. */
Demos/Host/LowLevel/AndroidAccessoryHost/AndroidAccessoryHost.c:80
↓ 1 callers
Function
Android_GetAccessoryProtocol
Demos/Host/LowLevel/AndroidAccessoryHost/Lib/AndroidAccessoryCommands.c:39
↓ 1 callers
Function
Android_StartAccessoryMode
Demos/Host/LowLevel/AndroidAccessoryHost/Lib/AndroidAccessoryCommands.c:70
↓ 1 callers
Function
Audio_Device_IsReadyForNextSample
LUFA/Drivers/USB/Class/Device/AudioClassDevice.h:231
↓ 1 callers
Function
Audio_Device_IsSampleReceived
LUFA/Drivers/USB/Class/Device/AudioClassDevice.h:211
↓ 1 callers
Function
Audio_Device_WriteSample16
LUFA/Drivers/USB/Class/Device/AudioClassDevice.h:339
↓ 1 callers
Function
Audio_Host_IsReadyForNextSample
LUFA/Drivers/USB/Class/Host/AudioClassHost.h:212
↓ 1 callers
Function
Audio_Host_IsSampleReceived
LUFA/Drivers/USB/Class/Host/AudioClassHost.h:186
↓ 1 callers
Function
Audio_Host_ReadSample16
LUFA/Drivers/USB/Class/Host/AudioClassHost.h:259
↓ 1 callers
Function
BitBuffer_GetNextBit
Function to retrieve the next bit stored in the given bit buffer. */
Projects/Magstripe/Lib/CircularBitBuffer.c:83
↓ 1 callers
Function
BitBuffer_Init
Function to initialize or reset a bit buffer, ready for data to be stored into it. */
Projects/Magstripe/Lib/CircularBitBuffer.c:40
↓ 1 callers
Function
BitBuffer_StoreNextBit
Function to store the given bit into the given bit buffer. */
Projects/Magstripe/Lib/CircularBitBuffer.c:53
↓ 1 callers
Function
BootloaderAPI_ErasePage
Bootloaders/MassStorage/BootloaderAPI.c:52
↓ 1 callers
Function
BootloaderAPI_ErasePage
Bootloaders/Printer/BootloaderAPI.c:47
↓ 1 callers
Function
BootloaderAPI_FillWord
Bootloaders/MassStorage/BootloaderAPI.c:78
↓ 1 callers
Function
BootloaderAPI_FillWord
Bootloaders/DFU/BootloaderAPI.c:73
↓ 1 callers
Function
BootloaderAPI_FillWord
Bootloaders/Printer/BootloaderAPI.c:73
↓ 1 callers
Function
BootloaderAPI_ReadFuse
Bootloaders/MassStorage/BootloaderAPI.c:88
↓ 1 callers
Function
BootloaderAPI_ReadFuse
Bootloaders/DFU/BootloaderAPI.c:83
↓ 1 callers
Function
BootloaderAPI_ReadFuse
Bootloaders/Printer/BootloaderAPI.c:83
← previous
next →
501–600 of 2,800, ranked by callers