MCPcopy Create free account

hub / github.com/abcminiuser/lufa / functions

Functions2,800 in github.com/abcminiuser/lufa

↓ 2 callersFunctionTWI_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 callersFunctionUSB_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 callersFunctionUSB_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 callersFunctionUSB_DeviceTask
LUFA/Drivers/USB/Core/USBTask.c:61
↓ 2 callersFunctionUSB_Device_GetFrameNumber
LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h:166
↓ 2 callersFunctionUSB_Device_GetFrameNumber
LUFA/Drivers/USB/Core/XMEGA/Device_XMEGA.h:163
↓ 2 callersFunctionUSB_Device_IsAddressSet
LUFA/Drivers/USB/Core/UC3/Device_UC3.h:226
↓ 2 callersFunctionUSB_Device_SetDeviceAddress
LUFA/Drivers/USB/Core/UC3/Device_UC3.h:211
↓ 2 callersFunctionUSB_Device_SetFullSpeed
LUFA/Drivers/USB/Core/UC3/Device_UC3.h:193
↓ 2 callersFunctionUSB_Event_Stub
LUFA/Drivers/USB/Core/Events.c:35
↓ 2 callersFunctionUSB_GetHIDReportSize
LUFA/Drivers/USB/Class/Common/HIDParser.c:375
↓ 2 callersFunctionUSB_GetNextDescriptorOfType
LUFA/Drivers/USB/Core/ConfigDescriptors.c:74
↓ 2 callersFunctionUSB_GetUSBModeFromUID
LUFA/Drivers/USB/Core/UC3/USBController_UC3.h:334
↓ 2 callersFunctionUSB_GetUSBModeFromUID
LUFA/Drivers/USB/Core/AVR8/USBController_AVR8.h:413
↓ 2 callersFunctionUSB_HostTask
LUFA/Drivers/USB/Core/USBTask.c:78
↓ 2 callersFunctionUSB_Host_GetDescriptor
LUFA/Drivers/USB/Core/HostStandardReq.c:236
↓ 2 callersFunctionUSB_Host_GetDeviceDescriptor
LUFA/Drivers/USB/Core/HostStandardReq.h:238
↓ 2 callersFunctionUSB_Host_GetFrameNumber
LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:139
↓ 2 callersFunctionUSB_Host_IsBusSuspended
LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:222
↓ 2 callersFunctionUSB_Host_ResetDevice
LUFA/Drivers/USB/Core/UC3/Host_UC3.c:252
↓ 2 callersFunctionUSB_Host_ResetDevice
LUFA/Drivers/USB/Core/AVR8/Host_AVR8.c:252
↓ 2 callersFunctionUSB_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 callersFunctionUSB_Host_VBUS_Auto_Off
LUFA/Drivers/USB/Core/UC3/Host_UC3.h:313
↓ 2 callersFunctionUSB_Host_VBUS_Auto_On
LUFA/Drivers/USB/Core/UC3/Host_UC3.h:301
↓ 2 callersFunctionUSB_Host_VBUS_Manual_Enable
LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:299
↓ 2 callersFunctionUSB_Host_VBUS_Manual_Off
LUFA/Drivers/USB/Core/UC3/Host_UC3.h:319
↓ 2 callersFunctionUSB_Host_VBUS_Manual_Off
LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:330
↓ 2 callersFunctionUSB_Host_VBUS_Manual_On
LUFA/Drivers/USB/Core/AVR8/Host_AVR8.h:314
↓ 2 callersFunctionUSB_INT_ClearAllInterrupts
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c:46
↓ 2 callersFunctionUSB_INT_ClearAllInterrupts
LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.c:58
↓ 2 callersFunctionUSB_INT_DisableAllInterrupts
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c:37
↓ 2 callersFunctionUSB_INT_DisableAllInterrupts
LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.c:37
↓ 2 callersFunctionUSB_OTGPAD_On
Inline Functions: */
LUFA/Drivers/USB/Core/UC3/USBController_UC3.h:289
↓ 2 callersFunctionUSB_OTGPAD_On
LUFA/Drivers/USB/Core/AVR8/USBController_AVR8.h:367
↓ 2 callersFunctionUpdateFAT12ClusterChain
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 callersFunctionV2Params_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 callersFunctionV2Protocol_Init
Initializes the hardware and software associated with the V2 protocol command handling. */
Projects/AVRISP-MKII/Lib/V2Protocol.c:56
↓ 2 callersFunctionV2Protocol_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 callersFunctionXPROGTarget_SetTxMode
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c:183
↓ 2 callersFunctionboot
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:1230
↓ 2 callersFunctioncheck_fs
Projects/TempDataLogger/Lib/FATFs/ff.c:2016
↓ 2 callersFunctioncheck_fs
Projects/Webserver/Lib/FATFs/ff.c:2016
↓ 2 callersFunctionclear_lock
Projects/TempDataLogger/Lib/FATFs/ff.c:701
↓ 2 callersFunctionclear_lock
Projects/Webserver/Lib/FATFs/ff.c:701
↓ 2 callersFunctionclose_usb_device
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:681
↓ 2 callersFunctiondec_lock
Projects/TempDataLogger/Lib/FATFs/ff.c:678
↓ 2 callersFunctiondec_lock
Projects/Webserver/Lib/FATFs/ff.c:678
↓ 2 callersFunctiondelay
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:1078
↓ 2 callersFunctiondir_find
Projects/TempDataLogger/Lib/FATFs/ff.c:1388
↓ 2 callersFunctiondir_find
Projects/Webserver/Lib/FATFs/ff.c:1388
↓ 2 callersFunctiondir_remove
Projects/TempDataLogger/Lib/FATFs/ff.c:1613
↓ 2 callersFunctiondir_remove
Projects/Webserver/Lib/FATFs/ff.c:1613
↓ 2 callersFunctiondisk_status
Projects/TempDataLogger/Lib/FATFs/diskio.c:25
↓ 2 callersFunctiondisk_status
Projects/Webserver/Lib/FATFs/diskio.c:25
↓ 2 callersFunctiondo_run_loop
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:660
↓ 2 callersFunctionf_write
Projects/TempDataLogger/Lib/FATFs/ff.c:2517
↓ 2 callersFunctionmem_cmp
Compare memory to memory */
Projects/TempDataLogger/Lib/FATFs/ff.c:555
↓ 2 callersFunctionmem_cmp
Compare memory to memory */
Projects/Webserver/Lib/FATFs/ff.c:555
↓ 2 callersFunctionread_intel_hex
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:897
↓ 2 callersFunctionread_mcu
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:1148
↓ 2 callersFunctionteensy_write
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:308
↓ 2 callersFunctionuIPManagement_Init
Configures the uIP stack ready for network traffic processing. */
Projects/Webserver/Lib/uIPManagement.c:51
↓ 2 callersFunctionuIPManagement_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 callersFunctionuip_icmp6chksum
Projects/Webserver/Lib/uip/uip.c:348
↓ 2 callersFunctionuip_udp_new
Projects/Webserver/Lib/uip/uip.c:465
↓ 2 callersFunctionuip_udpchksum
Projects/Webserver/Lib/uip/uip.c:363
↓ 2 callersFunctionwrite_usb_device
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:450
↓ 1 callersFunctionADC_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 callersFunctionADC_IsReadingComplete
LUFA/Drivers/Peripheral/AVR8/ADC_AVR8.h:369
↓ 1 callersFunctionAOAHost_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 callersFunctionAOA_Host_BytesReceived
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c:288
↓ 1 callersFunctionAOA_Host_ConfigurePipes
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c:55
↓ 1 callersFunctionAOA_Host_Flush
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c:342
↓ 1 callersFunctionAOA_Host_GetAccessoryProtocol
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c:192
↓ 1 callersFunctionAOA_Host_SendByte
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c:263
↓ 1 callersFunctionAOA_Host_SendPropertyString
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c:207
↓ 1 callersFunctionAOA_Host_StartAccessoryMode
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c:162
↓ 1 callersFunctionAOA_Host_ValidateAccessoryDevice
LUFA/Drivers/USB/Class/Host/AndroidAccessoryClassHost.c:40
↓ 1 callersFunctionAVRISP_Task
Processes incoming V2 Protocol commands from the host, returning a response when required. */
Projects/AVRISP-MKII/AVRISP-MKII.c:121
↓ 1 callersFunctionAVRISP_Task
Projects/XPLAINBridge/XPLAINBridge.c:106
↓ 1 callersFunctionAndroidHost_Task
Task to set the configuration of the attached device after it has been enumerated. */
Demos/Host/LowLevel/AndroidAccessoryHost/AndroidAccessoryHost.c:80
↓ 1 callersFunctionAndroid_GetAccessoryProtocol
Demos/Host/LowLevel/AndroidAccessoryHost/Lib/AndroidAccessoryCommands.c:39
↓ 1 callersFunctionAndroid_StartAccessoryMode
Demos/Host/LowLevel/AndroidAccessoryHost/Lib/AndroidAccessoryCommands.c:70
↓ 1 callersFunctionAudio_Device_IsReadyForNextSample
LUFA/Drivers/USB/Class/Device/AudioClassDevice.h:231
↓ 1 callersFunctionAudio_Device_IsSampleReceived
LUFA/Drivers/USB/Class/Device/AudioClassDevice.h:211
↓ 1 callersFunctionAudio_Device_WriteSample16
LUFA/Drivers/USB/Class/Device/AudioClassDevice.h:339
↓ 1 callersFunctionAudio_Host_IsReadyForNextSample
LUFA/Drivers/USB/Class/Host/AudioClassHost.h:212
↓ 1 callersFunctionAudio_Host_IsSampleReceived
LUFA/Drivers/USB/Class/Host/AudioClassHost.h:186
↓ 1 callersFunctionAudio_Host_ReadSample16
LUFA/Drivers/USB/Class/Host/AudioClassHost.h:259
↓ 1 callersFunctionBitBuffer_GetNextBit
Function to retrieve the next bit stored in the given bit buffer. */
Projects/Magstripe/Lib/CircularBitBuffer.c:83
↓ 1 callersFunctionBitBuffer_Init
Function to initialize or reset a bit buffer, ready for data to be stored into it. */
Projects/Magstripe/Lib/CircularBitBuffer.c:40
↓ 1 callersFunctionBitBuffer_StoreNextBit
Function to store the given bit into the given bit buffer. */
Projects/Magstripe/Lib/CircularBitBuffer.c:53
↓ 1 callersFunctionBootloaderAPI_ErasePage
Bootloaders/MassStorage/BootloaderAPI.c:52
↓ 1 callersFunctionBootloaderAPI_ErasePage
Bootloaders/Printer/BootloaderAPI.c:47
↓ 1 callersFunctionBootloaderAPI_FillWord
Bootloaders/MassStorage/BootloaderAPI.c:78
↓ 1 callersFunctionBootloaderAPI_FillWord
Bootloaders/DFU/BootloaderAPI.c:73
↓ 1 callersFunctionBootloaderAPI_FillWord
Bootloaders/Printer/BootloaderAPI.c:73
↓ 1 callersFunctionBootloaderAPI_ReadFuse
Bootloaders/MassStorage/BootloaderAPI.c:88
↓ 1 callersFunctionBootloaderAPI_ReadFuse
Bootloaders/DFU/BootloaderAPI.c:83
↓ 1 callersFunctionBootloaderAPI_ReadFuse
Bootloaders/Printer/BootloaderAPI.c:83
← previousnext →501–600 of 2,800, ranked by callers