MCPcopy Create free account

hub / github.com/abcminiuser/lufa / functions

Functions2,800 in github.com/abcminiuser/lufa

↓ 1 callersFunctionMS_Host_GetMaxLUN
LUFA/Drivers/USB/Class/Host/MassStorageClassHost.c:339
↓ 1 callersFunctionMS_Host_GetReturnedStatus
LUFA/Drivers/USB/Class/Host/MassStorageClassHost.c:282
↓ 1 callersFunctionMS_Host_PreventAllowMediumRemoval
LUFA/Drivers/USB/Class/Host/MassStorageClassHost.c:483
↓ 1 callersFunctionMS_Host_ReadDeviceBlocks
LUFA/Drivers/USB/Class/Host/MassStorageClassHost.c:510
↓ 1 callersFunctionMS_Host_ReadDeviceCapacity
LUFA/Drivers/USB/Class/Host/MassStorageClassHost.c:417
↓ 1 callersFunctionMS_Host_RequestSense
LUFA/Drivers/USB/Class/Host/MassStorageClassHost.c:456
↓ 1 callersFunctionMS_Host_ResetMSInterface
LUFA/Drivers/USB/Class/Host/MassStorageClassHost.c:308
↓ 1 callersFunctionMS_Host_SendReceiveData
LUFA/Drivers/USB/Class/Host/MassStorageClassHost.c:237
↓ 1 callersFunctionMS_Host_TestUnitReady
LUFA/Drivers/USB/Class/Host/MassStorageClassHost.c:391
↓ 1 callersFunctionMS_Host_USBTask
Inline Functions: */ General management task for a given Mass Storage host class interface, required for the correct operation of * the interface
LUFA/Drivers/USB/Class/Host/MassStorageClassHost.h:296
↓ 1 callersFunctionMagstripe_Init
Public Interface - May be used in end-application: */ Inline Functions: */ Initializes the magnetic stripe card reader ports and pins so that the card
Projects/Magstripe/Lib/MagstripeHW.h:84
↓ 1 callersFunctionMassStorageHost_Task
Task to set the configuration of the attached device after it has been enumerated, and to read in blocks from * the device and print them to the ser
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c:169
↓ 1 callersFunctionMassStorageHost_Task
Task to manage an enumerated USB Mass Storage device once connected, to print out * data from the device. */
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c:106
↓ 1 callersFunctionMassStorage_Task
Task to manage the Mass Storage interface, reading in Command Block Wrappers from the host, processing the SCSI commands they * contain, and returni
Demos/Device/LowLevel/MassStorage/MassStorage.c:178
↓ 1 callersFunctionMassStore_GetMaxLUN
Issues a Mass Storage class specific request to determine the index of the highest numbered Logical * Unit in the attached device. * * \note Some
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c:335
↓ 1 callersFunctionMassStore_GetReturnedStatus
Routine to receive the current CSW from the device. * * \param[out] SCSICommandStatus Pointer to a destination where the returned status data shou
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c:252
↓ 1 callersFunctionMassStore_Inquiry
Issues a SCSI Inquiry command to the attached device, to determine the device's information. This * gives information on the device's capabilities.
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c:374
↓ 1 callersFunctionMassStore_MassStorageReset
Issues a Mass Storage class specific request to reset the attached device's Mass Storage interface, * readying the device for the next CBW. The Data
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c:290
↓ 1 callersFunctionMassStore_PreventAllowMediumRemoval
Issues a SCSI Device Prevent/Allow Medium Removal command to the attached device, to lock the physical media from * being removed. This is a legacy
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c:610
↓ 1 callersFunctionMassStore_ReadCapacity
Issues a SCSI Device Read Capacity command to the attached device, to determine the capacity of the * given Logical Unit within the device. * * \
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c:562
↓ 1 callersFunctionMassStore_RequestSense
Issues a SCSI Request Sense command to the attached device, to determine the current SCSI sense information. This * gives error codes for the last i
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c:408
↓ 1 callersFunctionMassStore_SendReceiveData
Sends or receives the transaction's data stage to or from the attached device, reading or * writing to the nominated buffer. * * \param[in] SCSIC
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c:196
↓ 1 callersFunctionMassStore_TestUnitReady
Issues a SCSI Device Test Unit Ready command to the attached device, to determine if the device is ready to accept * other commands. * * \param[i
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c:529
↓ 1 callersFunctionMouseHost_Task
Task to read and process the HID report descriptor and HID reports from the device and display the * results onto the board LEDs. */
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c:181
↓ 1 callersFunctionMouseHost_Task
Reads in and processes the next report from the attached device, displaying the report * contents on the board LEDs and via the serial port. */
Demos/Host/LowLevel/MouseHost/MouseHost.c:188
↓ 1 callersFunctionMouseHost_Task
Task to manage an enumerated USB mouse once connected, to display movement * data as it is received. */
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.c:111
↓ 1 callersFunctionMouseHost_Task
Task to manage an enumerated USB mouse once connected, to display movement * data as it is received. */
Demos/Host/ClassDriver/MouseHost/MouseHost.c:107
↓ 1 callersFunctionMouseHost_Task
Host USB management task. This task handles the control of USB Mice while in USB Host mode, * setting up the appropriate data pipes and processing r
Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.c:153
↓ 1 callersFunctionMouse_HID_Task
Mouse task. This generates the next mouse HID report for the host, and transmits it via the * mouse IN endpoint when the host is ready for more data
Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.c:280
↓ 1 callersFunctionMouse_Task
Task to manage HID report generation and transmission to the host, when in report mode. */
Demos/Device/LowLevel/Mouse/Mouse.c:302
↓ 1 callersFunctionOutputCollectionPath
Prints the HID Collection path (along with each node's attributes) to the serial port * for display to the user, from the given starting node to the
Projects/HIDReportViewer/HIDReportViewer.c:184
↓ 1 callersFunctionOutputParsedReportItems
Prints a summary of the device's parsed and stored report items along with their attributes * to the serial port for display to the user. */
Projects/HIDReportViewer/HIDReportViewer.c:137
↓ 1 callersFunctionOutputReportSizes
Prints a summary of the device's HID report sizes from the HID parser output to the serial port * for display to the user. */
Projects/HIDReportViewer/HIDReportViewer.c:107
↓ 1 callersFunctionPRNT_Device_BytesReceived
LUFA/Drivers/USB/Class/Device/PrinterClassDevice.c:216
↓ 1 callersFunctionPRNT_Device_ConfigureEndpoints
LUFA/Drivers/USB/Class/Device/PrinterClassDevice.c:101
↓ 1 callersFunctionPRNT_Device_Flush
LUFA/Drivers/USB/Class/Device/PrinterClassDevice.c:189
↓ 1 callersFunctionPRNT_Device_ProcessControlRequest
LUFA/Drivers/USB/Class/Device/PrinterClassDevice.c:40
↓ 1 callersFunctionPRNT_Device_SendByte
LUFA/Drivers/USB/Class/Device/PrinterClassDevice.c:167
↓ 1 callersFunctionPRNT_Host_ConfigurePipes
LUFA/Drivers/USB/Class/Host/PrinterClassHost.c:40
↓ 1 callersFunctionPRNT_Host_Flush
LUFA/Drivers/USB/Class/Host/PrinterClassHost.c:199
↓ 1 callersFunctionPRNT_Host_GetDeviceID
LUFA/Drivers/USB/Class/Host/PrinterClassHost.c:355
↓ 1 callersFunctionPRNT_Host_SendData
LUFA/Drivers/USB/Class/Host/PrinterClassHost.c:277
↓ 1 callersFunctionPRNT_Host_SetBidirectionalMode
LUFA/Drivers/USB/Class/Host/PrinterClassHost.c:152
↓ 1 callersFunctionPRNT_Host_USBTask
LUFA/Drivers/USB/Class/Host/PrinterClassHost.c:142
↓ 1 callersFunctionParseIntelHEXByte
* Parses an input Intel HEX formatted stream one character at a time, loading * the data contents into the device's internal FLASH memory. * * \par
Bootloaders/Printer/BootloaderPrinter.c:238
↓ 1 callersFunctionPipe_ClearError
Clears the error flags for the currently selected pipe. */
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:388
↓ 1 callersFunctionPipe_ClearIN
Acknowledges the reception of a setup IN request from the attached device on the currently selected * pipe, freeing the bank ready for the next p
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:507
↓ 1 callersFunctionPipe_ClearOUT
Sends the currently selected pipe's contents to the device as an OUT packet on the selected pipe, freeing * the bank ready for the next packet.
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:518
↓ 1 callersFunctionPipe_ClearPipes
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.c:136
↓ 1 callersFunctionPipe_ClearPipes
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.c:135
↓ 1 callersFunctionPipe_ClearSETUP
Sends the currently selected CONTROL type pipe's contents to the device as a SETUP packet. * * \ingroup Group_PipePacketManagement_UC3 */
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:514
↓ 1 callersFunctionPipe_ClearStall
Clears the STALL condition detection flag on the currently selected pipe, but does not clear the * STALL condition itself (this must be done via
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:569
↓ 1 callersFunctionPipe_Discard_8
Discards one byte from the currently selected pipe's bank, for OUT direction pipes. * * \ingroup Group_PipePrimitiveRW_UC3 */
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:628
↓ 1 callersFunctionPipe_Discard_8
Discards one byte from the currently selected pipe's bank, for OUT direction pipes. * * \ingroup Group_PipePrimitiveRW_AVR8 */
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:603
↓ 1 callersFunctionPipe_GetBoundEndpointAddress
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:321
↓ 1 callersFunctionPipe_GetCurrentPipe
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:206
↓ 1 callersFunctionPipe_GetPipeDirection
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:205
↓ 1 callersFunctionPipe_GetPipeDirection
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:195
↓ 1 callersFunctionPipe_GetPipeToken
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:268
↓ 1 callersFunctionPipe_IsError
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:417
↓ 1 callersFunctionPipe_IsError
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:403
↓ 1 callersFunctionPipe_IsINReceived
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:462
↓ 1 callersFunctionPipe_IsOUTReady
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:474
↓ 1 callersFunctionPipe_IsSETUPSent
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:505
↓ 1 callersFunctionPipe_ResetPipe
Resets the desired pipe, including the pipe banks and flags. * * \param[in] Address Index of the pipe to reset. */
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:236
↓ 1 callersFunctionPipe_Write_8
Writes one byte to the currently selected pipe's bank, for IN direction pipes. * * \ingroup Group_PipePrimitiveRW_AVR8 * * \param[in
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:593
↓ 1 callersFunctionPrinterHost_Task
Task to manage an enumerated USB printer once connected, to display device * information and print a test PCL page. */
Demos/Host/LowLevel/PrinterHost/PrinterHost.c:194
↓ 1 callersFunctionPrinterHost_Task
Task to manage an enumerated USB printer once connected, to display device * information and print a test PCL page. */
Demos/Host/ClassDriver/PrinterHost/PrinterHost.c:106
↓ 1 callersFunctionPrinter_GetDeviceID
Issues a Printer class Get Device ID command to the attached device, to retrieve the device ID string (which indicates * the accepted printer langua
Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c:75
↓ 1 callersFunctionPrinter_SendData
Sends the given data directly to the printer via the data endpoints, for the sending of print commands in printer * languages accepted by the attach
Demos/Host/LowLevel/PrinterHost/Lib/PrinterCommands.c:47
↓ 1 callersFunctionProcessConfigurationDescriptor
Reads and processes an attached device's descriptors, to determine compatibility and pipe configurations. This * routine will read in the entire con
Projects/MissileLauncher/ConfigDescriptor.c:48
↓ 1 callersFunctionProcessConfigurationDescriptor
Reads and processes an attached device's descriptors, to determine compatibility and pipe configurations. This * routine will read in the entire con
Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.c:48
↓ 1 callersFunctionProcessConfigurationDescriptor
Reads and processes an attached device's descriptors, to determine compatibility and pipe configurations. This * routine will read in the entire con
Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.c:48
↓ 1 callersFunctionProcessConfigurationDescriptor
Reads and processes an attached device's descriptors, to determine compatibility and pipe configurations. This * routine will read in the entire con
Demos/Host/LowLevel/MouseHost/ConfigDescriptor.c:48
↓ 1 callersFunctionProcessConfigurationDescriptor
Reads and processes an attached device's descriptors, to determine compatibility and pipe configurations. This * routine will read in the entire con
Demos/Host/LowLevel/AudioInputHost/ConfigDescriptor.c:58
↓ 1 callersFunctionProcessConfigurationDescriptor
Reads and processes an attached device's descriptors, to determine compatibility and pipe configurations. This * routine will read in the entire con
Demos/Host/LowLevel/PrinterHost/ConfigDescriptor.c:47
↓ 1 callersFunctionProcessConfigurationDescriptor
Reads and processes an attached device's descriptors, to determine compatibility and pipe configurations. This * routine will read in the entire con
Demos/Host/LowLevel/KeyboardHost/ConfigDescriptor.c:48
↓ 1 callersFunctionProcessConfigurationDescriptor
Reads and processes an attached device's descriptors, to determine compatibility and pipe configurations. This * routine will read in the entire con
Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c:48
↓ 1 callersFunctionProcessConfigurationDescriptor
Reads and processes an attached device's descriptors, to determine compatibility and pipe configurations. This * routine will read in the entire con
Demos/Host/LowLevel/AndroidAccessoryHost/ConfigDescriptor.c:48
↓ 1 callersFunctionProcessConfigurationDescriptor
Reads and processes an attached device's descriptors, to determine compatibility and pipe configurations. This * routine will read in the entire con
Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.c:48
↓ 1 callersFunctionProcessConfigurationDescriptor
Reads and processes an attached device's descriptors, to determine compatibility and pipe configurations. This * routine will read in the entire con
Demos/Host/LowLevel/GenericHIDHost/ConfigDescriptor.c:48
↓ 1 callersFunctionProcessConfigurationDescriptor
Reads and processes an attached device's descriptors, to determine compatibility and pipe configurations. This * routine will read in the entire con
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c:48
↓ 1 callersFunctionProcessConfigurationDescriptor
Reads and processes an attached device's descriptors, to determine compatibility and pipe configurations. This * routine will read in the entire con
Demos/Host/LowLevel/KeyboardHostWithParser/ConfigDescriptor.c:48
↓ 1 callersFunctionProcessConfigurationDescriptor
Reads and processes an attached device's descriptors, to determine compatibility and pipe configurations. This * routine will read in the entire con
Demos/Host/LowLevel/JoystickHostWithParser/ConfigDescriptor.c:48
↓ 1 callersFunctionProcessConfigurationDescriptor
Reads and processes an attached device's descriptors, to determine compatibility and pipe configurations. This * routine will read in the entire con
Demos/Host/LowLevel/StillImageHost/ConfigDescriptor.c:48
↓ 1 callersFunctionProcessConfigurationDescriptor
Reads and processes an attached device's descriptors, to determine compatibility and pipe configurations. This * routine will read in the entire con
Demos/Host/LowLevel/AudioOutputHost/ConfigDescriptor.c:58
↓ 1 callersFunctionProcessDeviceDescriptor
Reads and processes an attached device's Device Descriptor, to determine compatibility * * This routine checks to ensure that the attached device's
Demos/Host/LowLevel/AndroidAccessoryHost/DeviceDescriptor.c:46
↓ 1 callersFunctionProcessJoystickReport
Processes a read HID report from an attached joystick, extracting out elements via the HID parser results * as required and displays movement and bu
Demos/Host/LowLevel/JoystickHostWithParser/JoystickHostWithParser.c:218
↓ 1 callersFunctionProcessKeyboardReport
Processes a read HID report from an attached keyboard, extracting out elements via the HID parser results * as required and prints pressed character
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c:220
↓ 1 callersFunctionProcessMemProgCommand
Handler for a Memory Program command issued by the host. This routine handles the preparations needed * to write subsequent data from the host into
Bootloaders/DFU/BootloaderDFU.c:674
↓ 1 callersFunctionProcessMemReadCommand
Handler for a Memory Read command issued by the host. This routine handles the preparations needed * to read subsequent data from the specified memo
Bootloaders/DFU/BootloaderDFU.c:704
↓ 1 callersFunctionProcessMouseReport
Processes a read HID report from an attached mouse, extracting out elements via the HID parser results * as required and displays movement and butto
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c:219
↓ 1 callersFunctionProcessNDISQuery
Processes RNDIS query commands, retrieving information from the adapter and reporting it back to the host. The requested * parameter is given as an
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c:242
↓ 1 callersFunctionProcessNDISSet
Processes RNDIS set commands, setting adapter parameters to values given by the host. The requested parameter is given * as an OID value. * * \pa
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c:372
↓ 1 callersFunctionProcessRNDISControlMessage
Processes the RNDIS message received by the host and stored in the RNDISMessageBuffer global buffer. If a response is * created, the ResponseReady g
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c:102
↓ 1 callersFunctionProcessReadCommand
Handler for a Data Read command issued by the host. This routine handles bootloader information retrieval * commands such as device signature and bo
Bootloaders/DFU/BootloaderDFU.c:801
↓ 1 callersFunctionProcessSentMessage
Demos/Device/Incomplete/TestAndMeasurement/TestAndMeasurement.c:336
↓ 1 callersFunctionProcessWriteCommand
Handler for a Data Write command issued by the host. This routine handles non-programming commands such as * bootloader exit (both via software jump
Bootloaders/DFU/BootloaderDFU.c:747
↓ 1 callersFunctionRNDISHost_Task
Task to read in data received from the attached RNDIS device and print it to the serial port. */
Demos/Host/LowLevel/RNDISEthernetHost/RNDISEthernetHost.c:203
↓ 1 callersFunctionRNDISHost_Task
Task to manage an enumerated USB RNDIS device once connected, to display device * received data packets. */
Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.c:94
← previousnext →801–900 of 2,800, ranked by callers