MCPcopy Create free account

hub / github.com/abcminiuser/lufa / functions

Functions2,800 in github.com/abcminiuser/lufa

↓ 600 callersFunctionLEDs_SetAllLEDs
LUFA/Drivers/Board/LEDs.h:115
↓ 370 callersFunctionDataflash_SendByte
Sends a byte to the currently selected dataflash IC, and ignores the next byte from the dataflash. * * \param[in] Byte Byte of data to send
LUFA/CodeTemplates/DriverStubs/Dataflash.h:110
↓ 227 callersFunctionEndpoint_Write_8
Writes one byte to the currently selected endpoint's bank, for IN direction endpoints. * * \ingroup Group_EndpointPrimitiveRW_UC3 * *
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:550
↓ 161 callersFunctionEndpoint_ClearIN
Sends an IN packet to the host on the currently selected endpoint, freeing up the endpoint for the * next packet and switching to the alternative
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:455
↓ 149 callersFunctionPipe_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/UC3/Pipe_UC3.h:226
↓ 140 callersFunctionEndpoint_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/UC3/Endpoint_UC3.h:264
↓ 131 callersFunctionEndpoint_Read_8
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:539
↓ 126 callersFunctionDataflash_ReceiveByte
LUFA/Drivers/Board/Dataflash.h:235
↓ 119 callersFunctionEndpoint_ClearOUT
Acknowledges an OUT packet to the host on the currently selected endpoint, freeing up the endpoint * for the next packet and switching to the alt
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:468
↓ 113 callersFunctionPipe_Freeze
Freezes the selected pipe, preventing it from communicating with an attached device. */
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:385
↓ 102 callersFunctionUSB_Host_SetDeviceConfiguration
LUFA/Drivers/USB/Core/HostStandardReq.c:196
↓ 97 callersFunctionXPROGTarget_SendByte
Sends a byte via the USART. * * \param[in] Byte Byte to send through the USART */
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c:138
↓ 96 callersFunctionDataflash_SendAddressBytes
Sends a set of page and buffer address bytes to the currently selected dataflash IC, for use with * dataflash commands which require a complete 2
LUFA/CodeTemplates/DriverStubs/Dataflash.h:209
↓ 95 callersFunctionUSB_USBTask
LUFA/Drivers/USB/Core/USBTask.c:46
↓ 93 callersFunctionEndpoint_ClearSETUP
Clears a received SETUP packet on the currently selected CONTROL type endpoint, freeing up the * endpoint for the next packet. * * \ingr
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:443
↓ 91 callersFunctionPipe_Unfreeze
Unfreezes the selected pipe, allowing it to communicate with an attached device. */
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:378
↓ 88 callersFunctionGlobalInterruptEnable
Enables global interrupt handling for the device, allowing interrupts to be handled. * * \ingroup Group_GlobalInt */
LUFA/Common/Common.h:350
↓ 85 callersFunctionUSB_Init
( #if defined(USB_CAN_BE_BOTH)
LUFA/Drivers/USB/Core/UC3/USBController_UC3.c:46
↓ 74 callersFunctionLEDs_Init
LUFA/Drivers/Board/LEDs.h:111
↓ 72 callersFunctionDataflash_WaitWhileBusy
Spin-loops while the currently selected dataflash is busy executing a command, such as a main * memory page program or main memory to buffer tran
LUFA/CodeTemplates/DriverStubs/Dataflash.h:195
↓ 64 callersFunctionUSB_GetNextDescriptorComp
LUFA/Drivers/USB/Core/ConfigDescriptors.c:119
↓ 55 callersFunctionUSB_Host_SendControlRequest
LUFA/Drivers/USB/Core/HostStandardReq.c:181
↓ 52 callersFunctionEndpoint_ClearStatusStage
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.c:124
↓ 51 callersFunctionEndpoint_IsReadWriteAllowed
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:357
↓ 49 callersFunctionEndpoint_WaitUntilReady
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.c:149
↓ 48 callersFunctionDataflash_SelectChipFromPage
Selects a dataflash IC from the given page number, which should range from 0 to * ((DATAFLASH_PAGES * DATAFLASH_TOTALCHIPS) - 1). For boards cont
LUFA/CodeTemplates/DriverStubs/Dataflash.h:164
↓ 45 callersFunctionEndpoint_ConfigureEndpoint
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:205
↓ 44 callersFunctionDataflash_DeselectChip
Deselects the current dataflash chip, so that no dataflash is selected. */
LUFA/CodeTemplates/DriverStubs/Dataflash.h:149
↓ 40 callersFunctionEndpoint_IsOUTReceived
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:419
↓ 40 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/UC3/Pipe_UC3.h:527
↓ 36 callersFunctionPipe_BytesInPipe
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:195
↓ 36 callersFunctionWriteNextResponseByte
Writes the next response byte to the CDC data IN endpoint, and sends the endpoint back if needed to free up the * bank when full ready for the next
Bootloaders/CDC/BootloaderCDC.c:408
↓ 35 callersFunctionUSB_Disable
LUFA/Drivers/USB/Core/UC3/USBController_UC3.c:87
↓ 34 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/UC3/Pipe_UC3.h:540
↓ 34 callersFunctionUSB_Host_GetDeviceConfigDescriptor
LUFA/Drivers/USB/Core/ConfigDescriptors.c:35
↓ 33 callersFunctionSerial_CreateStream
LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c:97
↓ 33 callersFunctionSerial_Init
Inline Functions: */ Initializes the USART, ready for serial data transmission and reception. This initializes the interface to * standard 8-bit,
LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.h:175
↓ 31 callersFunctionEndpoint_BytesInEndpoint
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:230
↓ 31 callersFunctionEndpoint_IsINReady
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:407
↓ 31 callersFunctionPipe_ConfigurePipe
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.c:63
↓ 31 callersFunctionPipe_IsINReceived
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:480
↓ 30 callersFunctionXMEGACLK_SetCPUClockSource
Sets the clock source for the main microcontroller core. The given clock source should be configured * and ready for use before this function is
LUFA/Platform/XMEGA/ClockManagement.h:352
↓ 30 callersFunctionXMEGACLK_StartDFLL
LUFA/Platform/XMEGA/ClockManagement.h:285
↓ 30 callersFunctionXMEGACLK_StartInternalOscillator
Starts the given internal oscillator of the XMEGA microcontroller, with the given options. This routine blocks until * the oscillator is ready fo
LUFA/Platform/XMEGA/ClockManagement.h:174
↓ 30 callersFunctionXMEGACLK_StartPLL
LUFA/Platform/XMEGA/ClockManagement.h:234
↓ 30 callersFunctionmove_window
Projects/TempDataLogger/Lib/FATFs/ff.c:720
↓ 30 callersFunctionmove_window
Projects/Webserver/Lib/FATFs/ff.c:720
↓ 29 callersFunctionDataflash_SelectChip
Selects the given dataflash chip. * * \param[in] ChipMask Mask of the Dataflash IC to select, in the form of a \c DATAFLASH_CHIPn mask (whe
LUFA/CodeTemplates/DriverStubs/Dataflash.h:142
↓ 26 callersFunctionJoystick_GetStatus
LUFA/Drivers/Board/Joystick.h:110
↓ 25 callersFunctionButtons_GetStatus
LUFA/Drivers/Board/AVR8/TUL/Buttons.h:88
↓ 25 callersFunctionISPTarget_SendByte
Inline Functions: */ Sends a byte of ISP data to the attached target, using the appropriate SPI hardware or * software routines depending on the s
Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h:94
↓ 25 callersFunctionPipe_IsReadWriteAllowed
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:468
↓ 24 callersFunctionEndpoint_SetEndpointDirection
Sets the direction of the currently selected endpoint. * * \param[in] DirectionMask New endpoint direction, as a \c ENDPOINT_DIR_* mask.
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:526
↓ 24 callersFunctionJoystick_Init
LUFA/Drivers/Board/Joystick.h:108
↓ 21 callersFunctionPipe_ConfigurePipeTable
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.c:46
↓ 21 callersFunctionPipe_WaitUntilReady
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.c:167
↓ 21 callersFunctionUSB_INT_Clear
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h:197
↓ 21 callersFunctionUSB_INT_Clear
LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.h:207
↓ 20 callersFunctionButtons_Init
LUFA/Drivers/Board/Buttons.h:96
↓ 20 callersFunctionDataflash_ToggleSelectedChipCS
Toggles the select line of the currently selected dataflash IC, so that it is ready to receive * a new command. */
LUFA/CodeTemplates/DriverStubs/Dataflash.h:184
↓ 20 callersFunctiondisk_ioctl
Projects/TempDataLogger/Lib/FATFs/diskio.c:71
↓ 19 callersFunctionSwapEndian_16
LUFA/Common/Endianness.h:401
↓ 19 callersFunctionUSB_INT_Enable
Inline Functions: */
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h:87
↓ 19 callersFunctionUSB_INT_Enable
Inline Functions: */
LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.h:87
↓ 19 callersFunctiondisk_write
Projects/TempDataLogger/Lib/FATFs/diskio.c:54
↓ 19 callersFunctiondisk_write
Projects/Webserver/Lib/FATFs/diskio.c:54
↓ 19 callersFunctionmem_cpy
Copy memory to memory */
Projects/TempDataLogger/Lib/FATFs/ff.c:529
↓ 19 callersFunctionmem_cpy
Copy memory to memory */
Projects/Webserver/Lib/FATFs/ff.c:529
↓ 18 callersFunctionXMEGANVM_SendNVMRegAddress
Sends the given NVM register address to the target. * * \param[in] Register NVM register whose absolute address is to be sent */
Projects/AVRISP-MKII/Lib/XPROG/XMEGANVM.c:58
↓ 18 callersFunctionopen_usb_device
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:239
↓ 17 callersFunctionEndpoint_ConfigureEndpointTable
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.c:48
↓ 17 callersFunctionprintf_verbose
Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c:1064
↓ 15 callersFunctionDelay_MS
Function to perform a blocking delay for a specified number of milliseconds. The actual delay will be * at a minimum the specified number of mill
LUFA/Common/Common.h:265
↓ 15 callersFunctionEndpoint_Read_16_LE
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:578
↓ 15 callersFunctionEndpoint_StallTransaction
Stalls the current endpoint, indicating to the host that a logical problem occurred with the * indicated endpoint and that the current transfer s
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:487
↓ 15 callersFunctionLEDs_SetAllLEDs
BuildTests/BoardDriverTest/Board/LEDs.h:104
↓ 14 callersFunctionEndpoint_Null_Stream
LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.c:76
↓ 14 callersFunctionFetchNextCommandByte
Retrieves the next byte from the host in the CDC data OUT endpoint, and clears the endpoint bank if needed * to allow reception of the next data pac
Bootloaders/CDC/BootloaderCDC.c:382
↓ 14 callersFunctionPipe_GetBoundEndpointAddress
LUFA/Drivers/USB/Core/UC3/Pipe_UC3.h:334
↓ 14 callersFunctionUSB_INT_HasOccurred
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h:307
↓ 14 callersFunctionUSB_INT_HasOccurred
LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.h:314
↓ 13 callersFunctionEndpoint_IsSETUPReceived
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h:431
↓ 13 callersFunctionEndpoint_Write_8
LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.c:125
↓ 13 callersFunctionHID_Device_ConfigureEndpoints
LUFA/Drivers/USB/Class/Device/HIDClassDevice.c:142
↓ 13 callersFunctionHID_Device_ProcessControlRequest
LUFA/Drivers/USB/Class/Device/HIDClassDevice.c:40
↓ 13 callersFunctionHID_Device_USBTask
LUFA/Drivers/USB/Class/Device/HIDClassDevice.c:156
↓ 13 callersFunctionUSB_Device_EnableSOFEvents
Enables the device mode Start Of Frame events. When enabled, this causes the * \ref EVENT_USB_Device_StartOfFrame() event to fire once per milli
LUFA/Drivers/USB/Core/UC3/Device_UC3.h:166
↓ 13 callersFunctionUSB_INT_IsEnabled
LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.h:265
↓ 13 callersFunctionUSB_INT_IsEnabled
LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.h:268
↓ 13 callersFunctionmem_set
Fill memory */
Projects/TempDataLogger/Lib/FATFs/ff.c:546
↓ 13 callersFunctionmem_set
Fill memory */
Projects/Webserver/Lib/FATFs/ff.c:546
↓ 12 callersFunctionDataflash_GetSelectedChip
LUFA/Drivers/Board/Dataflash.h:236
↓ 12 callersFunctionEndpoint_Read_8
LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.c:120
↓ 12 callersFunctionHID_Device_MillisecondElapsed
LUFA/Drivers/USB/Class/Device/HIDClassDevice.h:196
↓ 12 callersFunctionSwapEndian_32
LUFA/Common/Endianness.h:432
↓ 12 callersFunctionUSB_Host_ClearEndpointStall
LUFA/Drivers/USB/Core/HostStandardReq.c:271
↓ 12 callersFunctionchk_mounted
Projects/TempDataLogger/Lib/FATFs/ff.c:2042
↓ 12 callersFunctionchk_mounted
Projects/Webserver/Lib/FATFs/ff.c:2042
↓ 12 callersFunctionclust2sect
Projects/TempDataLogger/Lib/FATFs/ff.c:803
↓ 12 callersFunctionclust2sect
Projects/Webserver/Lib/FATFs/ff.c:803
next →1–100 of 2,800, ranked by callers