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
↓ 12 callers
Function
dir_sdi
Projects/TempDataLogger/Lib/FATFs/ff.c:1066
↓ 12 callers
Function
dir_sdi
Projects/Webserver/Lib/FATFs/ff.c:1066
↓ 11 callers
Function
CDC_Device_ReceiveByte
LUFA/Drivers/USB/Class/Device/CDCClassDevice.c:266
↓ 11 callers
Function
CDC_Device_USBTask
LUFA/Drivers/USB/Class/Device/CDCClassDevice.c:135
↓ 11 callers
Function
Endpoint_Write_16_LE
Writes two bytes to the currently selected endpoint's bank in little endian format, for IN * direction endpoints. * * \ingroup Group_End
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:609
↓ 11 callers
Function
GlobalInterruptDisable
Disabled global interrupt handling for the device, preventing interrupts from being handled. * * \ingroup Group_GlobalInt */
LUFA/Common/Common.h:370
↓ 11 callers
Function
Pipe_Write_8
Writes one byte to the currently selected pipe's bank, for IN direction pipes. * * \ingroup Group_PipePrimitiveRW_UC3 * * \param[in]
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:618
↓ 11 callers
Function
USB_INT_Disable
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h:142
↓ 11 callers
Function
USB_INT_Disable
LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.h:147
↓ 11 callers
Function
get_fat
Projects/TempDataLogger/Lib/FATFs/ff.c:821
↓ 11 callers
Function
get_fat
Projects/Webserver/Lib/FATFs/ff.c:821
↓ 10 callers
Function
CDC_Device_ConfigureEndpoints
LUFA/Drivers/USB/Class/Device/CDCClassDevice.c:115
↓ 10 callers
Function
CDC_Device_ProcessControlRequest
LUFA/Drivers/USB/Class/Device/CDCClassDevice.c:40
↓ 10 callers
Function
EVENT_USB_Host_DeviceUnattached
Event handler for the USB_DeviceUnattached event. This indicates that a device has been removed from the host, and * stops the library USB task mana
LUFA/CodeTemplates/HostTemplate/HostApplication.c:80
↓ 10 callers
Function
Pipe_IsStalled
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:583
↓ 10 callers
Function
Pipe_SetInterruptPeriod
Sets the period between interrupts for an INTERRUPT type pipe to a specified number of milliseconds. * * \param[in] Milliseconds Number of m
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:344
↓ 10 callers
Function
USB_Host_GetFrameNumber
LUFA/Drivers/USB/Core/UC3/Host_UC3.h:136
↓ 10 callers
Function
XMEGANVM_WaitWhileNVMControllerBusy
Waits while the target's NVM controller is busy performing an operation, exiting if the * timeout period expires. * * \return Boolean \c true if
Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.c:97
↓ 10 callers
Function
XPROGTarget_ReceiveByte
Receives a byte via the hardware USART, blocking until data is received or timeout expired. * * \return Received byte from the USART */
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c:154
↓ 10 callers
Function
follow_path
Projects/TempDataLogger/Lib/FATFs/ff.c:1954
↓ 10 callers
Function
follow_path
Projects/Webserver/Lib/FATFs/ff.c:1954
↓ 10 callers
Function
uip_add_rcv_nxt
UIP_REASSEMBLY */ ---------------------------------------------------------------------------*/
Projects/Webserver/Lib/uip/uip.c:664
↓ 9 callers
Function
Endpoint_SelectEndpoint
LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.c:130
↓ 9 callers
Function
GetGlobalInterruptMask
LUFA/Common/Common.h:306
↓ 9 callers
Function
ISPProtocol_DelayMS
Blocking delay for a given number of milliseconds. This provides a simple wrapper around * the avr-libc provided delay function, so that the delay f
Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.c:604
↓ 9 callers
Function
Pipe_IsOUTReady
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:492
↓ 9 callers
Function
Pipe_SetPipeToken
Sets the token for the currently selected pipe to one of the tokens specified by the \c PIPE_TOKEN_* * masks. This can be used on CONTROL type pi
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:293
↓ 9 callers
Function
ShowDiskReadError
Indicates that a communication error has occurred with the attached Mass Storage Device, * printing error codes to the serial port and waiting until
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c:353
↓ 9 callers
Function
USB_GetHIDReportItemInfo
LUFA/Drivers/USB/Class/Common/HIDParser.c:314
↓ 9 callers
Function
disk_read
Projects/TempDataLogger/Lib/FATFs/diskio.c:37
↓ 9 callers
Function
disk_read
Projects/Webserver/Lib/FATFs/diskio.c:37
↓ 9 callers
Function
f_putc
-----------------------------------------------------------------------*/ Put a character to the file */ ---
Projects/TempDataLogger/Lib/FATFs/ff.c:3980
↓ 9 callers
Function
f_putc
-----------------------------------------------------------------------*/ Put a character to the file */ ---
Projects/Webserver/Lib/FATFs/ff.c:3980
↓ 9 callers
Function
ld_clust
Projects/TempDataLogger/Lib/FATFs/ff.c:1182
↓ 9 callers
Function
ld_clust
Projects/Webserver/Lib/FATFs/ff.c:1182
↓ 9 callers
Function
validate
Projects/TempDataLogger/Lib/FATFs/ff.c:2209
↓ 9 callers
Function
validate
Projects/Webserver/Lib/FATFs/ff.c:2209
↓ 8 callers
Function
LEDs_ToggleLEDs
LUFA/Drivers/Board/LEDs.h:117
↓ 8 callers
Function
Pipe_IsEndpointBound
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.c:148
↓ 8 callers
Function
Pipe_Read_8
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:607
↓ 8 callers
Function
SetGlobalInterruptMask
Sets the global interrupt enable state of the microcontroller to the mask passed into the function. * This can be combined with \ref GetGlobalInt
LUFA/Common/Common.h:327
↓ 8 callers
Function
XMEGANVM_SendAddress
Sends the given 32-bit absolute address to the target. * * \param[in] AbsoluteAddress Absolute address to send to the target */
Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.c:45
↓ 8 callers
Function
dir_next
Projects/TempDataLogger/Lib/FATFs/ff.c:1114
↓ 8 callers
Function
dir_next
Projects/Webserver/Lib/FATFs/ff.c:1114
↓ 8 callers
Function
get_fattime
Projects/TempDataLogger/Lib/FATFs/diskio.c:84
↓ 7 callers
Function
CALLBACK_USB_GetDescriptor
This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors" * documentation) by the applicatio
Projects/Benito/Descriptors.c:201
↓ 7 callers
Function
DHCPCommon_GetOption
Retrieves the given option's data (if present) from the DHCP packet's options list. * * \param[in,out] DHCPOptionList Pointer to the start of the
Projects/Webserver/Lib/DHCPCommon.c:77
↓ 7 callers
Function
DHCPCommon_SetOption
Sets the given DHCP option in the DHCP packet's option list. This automatically moves the * end of options terminator past the new option in the opt
Projects/Webserver/Lib/DHCPCommon.c:50
↓ 7 callers
Function
Endpoint_ClearStall
Clears the STALL condition on the currently selected endpoint. * * \ingroup Group_EndpointPacketManagement_UC3 */
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:497
↓ 7 callers
Function
Endpoint_Discard_8
Discards one byte from the currently selected endpoint's bank, for OUT direction endpoints. * * \ingroup Group_EndpointPrimitiveRW_XMEGA
LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h:467
↓ 7 callers
Function
Endpoint_ResetDataToggle
Resets the data toggle of the currently selected endpoint. */
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:516
↓ 7 callers
Function
Endpoint_ResetEndpoint
Resets the endpoint bank FIFO. This clears all the endpoint banks and resets the USB controller's * data In and Out pointers to the bank's conten
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:275
↓ 7 callers
Function
Endpoint_SelectEndpoint
Selects the given endpoint address. * * Any endpoint operations which do not require the endpoint address to be indicated will operate on
LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h:266
↓ 7 callers
Function
HID_Host_ConfigurePipes
LUFA/Drivers/USB/Class/Host/HIDClassHost.c:40
↓ 7 callers
Function
HID_Host_USBTask
LUFA/Drivers/USB/Class/Host/HIDClassHost.h:287
↓ 7 callers
Function
LEDs_ToggleLEDs
BuildTests/BoardDriverTest/Board/LEDs.h:114
↓ 7 callers
Function
MS_Host_SendCommand
LUFA/Drivers/USB/Class/Host/MassStorageClassHost.c:143
↓ 7 callers
Function
MassStore_SendCommand
Routine to send the current CBW to the device, and increment the Tag value as needed. * * \param[in] SCSICommandBlock Pointer to a SCSI command bl
Demos/Host/LowLevel/MassStorageHost/Lib/MassStoreCommands.c:66
↓ 7 callers
Function
Pipe_SelectPipe
Selects the given pipe address. Any pipe operations which do not require the pipe address to be * indicated will operate on the currently selecte
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h:216
↓ 7 callers
Function
Pipe_Write_16_LE
Writes two bytes to the currently selected pipe's bank in little endian format, for IN * direction pipes. * * \ingroup Group_PipePrimiti
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:677
↓ 7 callers
Function
RingBuffer_GetCount
LUFA/Drivers/Misc/RingBuffer.h:166
↓ 7 callers
Function
ShowCommandError
Displays a PIMA command error via the device's serial port. * * \param[in] ErrorCode Error code of the function which failed to complete s
Demos/Host/LowLevel/StillImageHost/StillImageHost.c:354
↓ 7 callers
Function
USB_Host_WaitForIOS
LUFA/Drivers/USB/Core/HostStandardReq.c:157
↓ 7 callers
Function
die
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:1087
↓ 7 callers
Function
uip_ipchksum
Projects/Webserver/Lib/uip/uip.c:310
↓ 7 callers
Function
uip_send
---------------------------------------------------------------------------*/
Projects/Webserver/Lib/uip/uip.c:1924
↓ 6 callers
Function
ADC_GetResult
LUFA/Drivers/Peripheral/AVR8/ADC_AVR8.h:380
↓ 6 callers
Function
ADC_Init
Initializes the ADC, ready for conversions. This must be called before any other ADC operations. * The "mode" parameter should be a mask comprise
LUFA/Drivers/Peripheral/AVR8/ADC_AVR8.h:413
↓ 6 callers
Function
ADC_SetupChannel
Inline Functions: */ Configures the given ADC channel, ready for ADC conversions. This function sets the * associated port pin as an input and di
LUFA/Drivers/Peripheral/AVR8/ADC_AVR8.h:268
↓ 6 callers
Function
ADC_StartReading
Starts the reading of the given channel, but does not wait until the conversion has completed. * Once executed, the conversion status can be dete
LUFA/Drivers/Peripheral/AVR8/ADC_AVR8.h:349
↓ 6 callers
Function
Android_SendString
Demos/Host/LowLevel/AndroidAccessoryHost/Lib/AndroidAccessoryCommands.c:54
↓ 6 callers
Function
Dataflash_Init
Initializes the dataflash driver so that commands and data may be sent to an attached dataflash IC. * The microcontroller's SPI driver MUST be in
LUFA/CodeTemplates/DriverStubs/Dataflash.h:88
↓ 6 callers
Function
EVENT_USB_Device_Disconnect
Event handler for the library USB Disconnection event. */
LUFA/CodeTemplates/DeviceTemplate/DeviceApplication.c:91
↓ 6 callers
Function
Endpoint_GetCurrentEndpoint
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:252
↓ 6 callers
Function
Endpoint_IsStalled
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:510
↓ 6 callers
Function
Endpoint_WaitUntilReady
LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.c:154
↓ 6 callers
Function
Endpoint_WaitUntilReady
LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.c:220
↓ 6 callers
Function
HD44780_WriteNibble
Projects/SerialToLCD/Lib/HD44780.c:34
↓ 6 callers
Function
HID_Host_IsReportReceived
LUFA/Drivers/USB/Class/Host/HIDClassHost.c:284
↓ 6 callers
Function
HID_Host_ReceiveReport
LUFA/Drivers/USB/Class/Host/HIDClassHost.c:190
↓ 6 callers
Function
MS_Device_ConfigureEndpoints
LUFA/Drivers/USB/Class/Device/MassStorageClassDevice.c:74
↓ 6 callers
Function
MS_Device_ProcessControlRequest
LUFA/Drivers/USB/Class/Device/MassStorageClassDevice.c:40
↓ 6 callers
Function
MS_Device_USBTask
LUFA/Drivers/USB/Class/Device/MassStorageClassDevice.c:90
↓ 6 callers
Function
Pipe_GetCurrentPipe
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:216
↓ 6 callers
Function
Pipe_WaitUntilReady
LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.c:168
↓ 6 callers
Function
RingBuffer_InitBuffer
LUFA/Drivers/Misc/RingBuffer.h:132
↓ 6 callers
Function
RingBuffer_Insert
LUFA/Drivers/Misc/RingBuffer.h:240
↓ 6 callers
Function
RingBuffer_Remove
LUFA/Drivers/Misc/RingBuffer.h:269
↓ 6 callers
Function
SPI_Init
Inline Functions: */ Initializes the SPI subsystem, ready for transfers. Must be called before calling any other * SPI routines. * * \pa
LUFA/Drivers/Peripheral/AVR8/SPI_AVR8.h:168
↓ 6 callers
Function
SPI_ReceiveByte
LUFA/Drivers/Peripheral/AVR8/SPI_AVR8.h:241
↓ 6 callers
Function
SPI_SendByte
Sends a byte through the SPI interface, blocking until the transfer is complete. The response * byte sent to from the attached SPI device is igno
LUFA/Drivers/Peripheral/AVR8/SPI_AVR8.h:228
↓ 6 callers
Function
SPI_TransferByte
Sends and receives a byte through the SPI interface, blocking until the transfer is complete. * * \param[in] Byte Byte to send through the S
LUFA/Drivers/Peripheral/AVR8/SPI_AVR8.h:215
↓ 6 callers
Function
Send_Command
Sends one of the \c CMD_* command constants to the attached device. * * \param[in] Command One of the command constants. */
Projects/MissileLauncher/MissileLauncher.c:167
↓ 6 callers
Function
Serial_SendByte
Transmits a given byte through the USART. * * \note If no buffer space is available in the hardware USART, this function will block. To check
LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.h:240
↓ 6 callers
Function
V2Params_GetParamFromTable
Retrieves a parameter entry (including ID, value and privileges) from the parameter table that matches the given * parameter ID. * * \param[in] P
Projects/AVRISP-MKII/Lib/V2ProtocolParams.c:218
↓ 6 callers
Function
create_chain
Projects/TempDataLogger/Lib/FATFs/ff.c:979
↓ 6 callers
Function
create_chain
Projects/Webserver/Lib/FATFs/ff.c:979
↓ 6 callers
Function
htons
---------------------------------------------------------------------------*/
Projects/Webserver/Lib/uip/uip.c:1912
↓ 6 callers
Function
st_clust
Projects/TempDataLogger/Lib/FATFs/ff.c:1199
↓ 6 callers
Function
st_clust
Projects/Webserver/Lib/FATFs/ff.c:1199
← previous
next →
101–200 of 2,800, ranked by callers