Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
9257f4ab
Commit
9257f4ab
authored
Mar 29, 2010
by
Dean Camera
Browse files
Add briefs for the library core structures.
parent
05576760
Changes
73
Expand all
Hide whitespace changes
Inline
Side-by-side
Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.c
View file @
9257f4ab
...
...
@@ -74,7 +74,7 @@ void TCP_TCPTask(USB_ClassInfo_RNDIS_Device_t* RNDISInterfaceInfo)
}
/* Get pointer to the output frame info struct for convenience */
Ethernet_Frame_Info_t
*
FrameOUT
=
(
Ethernet_Frame_Info_t
*
)
&
RNDISInterfaceInfo
->
State
.
FrameOUT
;
Ethernet_Frame_Info_t
*
FrameOUT
=
&
RNDISInterfaceInfo
->
State
.
FrameOUT
;
/* Bail out early if there is already a frame waiting to be sent in the Ethernet OUT buffer */
if
(
FrameOUT
->
FrameInBuffer
)
...
...
LUFA.pnproj
View file @
9257f4ab
This diff is collapsed.
Click to expand it.
LUFA/Doxygen.conf
View file @
9257f4ab
...
...
@@ -74,7 +74,7 @@ BRIEF_MEMBER_DESC = YES
# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
# brief descriptions will be completely suppressed.
REPEAT_BRIEF
=
YES
REPEAT_BRIEF
=
NO
# This tag implements a quasi-intelligent brief description abbreviator
# that is used to form the text in various listings. Each string
...
...
LUFA/Drivers/Board/ATAVRUSBRF01/Buttons.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific Buttons driver header for the ATAVRUSBRF01.
*
* Board specific Buttons driver header for the ATAVRUSBRF01.
*
* \note This file should not be included directly. It is automatically included as needed by the Buttons driver
* dispatch header located in LUFA/Drivers/Board/Buttons.h.
*/
...
...
LUFA/Drivers/Board/ATAVRUSBRF01/LEDs.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific LED driver header for the ATAVRUSBRF01.
*
* Board specific LED driver header for the ATAVRUSBRF01.
*
* \note This file should not be included directly. It is automatically included as needed by the LEDs driver
* dispatch header located in LUFA/Drivers/Board/LEDs.h.
*/
...
...
LUFA/Drivers/Board/BUMBLEB/Buttons.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific Buttons driver header for the BUMBLEB.
*
* Board specific Buttons driver header for the BUMBLEB.
*
* The BUMBLEB third-party board does not include any on-board peripherals, but does have an officially recommended
* external peripheral layout for buttons, LEDs and a Joystick.
*
...
...
LUFA/Drivers/Board/BUMBLEB/Joystick.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific joystick driver header for the BUMLEB.
*
* Board specific joystick driver header for the BUMLEB.
*
* The BUMBLEB third-party board does not include any on-board peripherals, but does have an officially recommended
* external peripheral layout for buttons, LEDs and a Joystick.
*
...
...
LUFA/Drivers/Board/BUMBLEB/LEDs.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific LED driver header for the BUMBLEB.
*
* Board specific LED driver header for the BUMBLEB.
*
* The BUMBLEB third-party board does not include any on-board peripherals, but does have an officially recommended
* external peripheral layout for buttons, LEDs and a Joystick.
*
...
...
LUFA/Drivers/Board/EVK527/AT45DB321C.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific Dataflash commands header for the AT45DB321C as mounted on the EVK527.
*
* Board specific Dataflash commands header for the AT45DB321C as mounted on the EVK527.
*
* \note This file should not be included directly. It is automatically included as needed by the dataflash driver
* dispatch header located in LUFA/Drivers/Board/Dataflash.h.
*/
...
...
LUFA/Drivers/Board/EVK527/Buttons.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific Buttons driver header for the EVK527.
*
* Board specific Buttons driver header for the EVK527.
*
* \note This file should not be included directly. It is automatically included as needed by the Buttons driver
* dispatch header located in LUFA/Drivers/Board/Buttons.h.
*/
...
...
LUFA/Drivers/Board/EVK527/Dataflash.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific Dataflash driver header for the EVK527.
*
* Board specific Dataflash driver header for the EVK527.
*
* \note This file should not be included directly. It is automatically included as needed by the dataflash driver
* dispatch header located in LUFA/Drivers/Board/Dataflash.h.
*/
...
...
LUFA/Drivers/Board/EVK527/Joystick.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific joystick driver header for the EVK527.
*
* Board specific joystick driver header for the EVK527.
*
* \note This file should not be included directly. It is automatically included as needed by the joystick driver
* dispatch header located in LUFA/Drivers/Board/Joystick.h.
*/
...
...
LUFA/Drivers/Board/EVK527/LEDs.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific LED driver header for the EVK527.
*
* Board specific LED driver header for the EVK527.
*
* \note This file should not be included directly. It is automatically included as needed by the LEDs driver
* dispatch header located in LUFA/Drivers/Board/LEDs.h.
*/
...
...
LUFA/Drivers/Board/RZUSBSTICK/LEDs.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific LED driver header for the RZUSBSTICK.
*
* Board specific LED driver header for the RZUSBSTICK.
*
* \note This file should not be included directly. It is automatically included as needed by the LEDs driver
* dispatch header located in LUFA/Drivers/Board/LEDs.h.
*/
...
...
LUFA/Drivers/Board/STK525/AT45DB321C.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific Dataflash commands header for the AT45DB321C as mounted on the STK525.
*
* Board specific Dataflash commands header for the AT45DB321C as mounted on the STK525.
*
* \note This file should not be included directly. It is automatically included as needed by the dataflash driver
* dispatch header located in LUFA/Drivers/Board/Dataflash.h.
*/
...
...
LUFA/Drivers/Board/STK525/Buttons.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific Buttons driver header for the STK525.
*
* Board specific Buttons driver header for the STK525.
*
* \note This file should not be included directly. It is automatically included as needed by the Buttons driver
* dispatch header located in LUFA/Drivers/Board/Buttons.h.
*/
...
...
LUFA/Drivers/Board/STK525/Dataflash.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific Dataflash driver header for the STK525.
*
* Board specific Dataflash driver header for the STK525.
*
* \note This file should not be included directly. It is automatically included as needed by the dataflash driver
* dispatch header located in LUFA/Drivers/Board/Dataflash.h.
*/
...
...
LUFA/Drivers/Board/STK525/Joystick.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific joystick driver header for the STK525.
*
* Board specific joystick driver header for the STK525.
*
* \note This file should not be included directly. It is automatically included as needed by the joystick driver
* dispatch header located in LUFA/Drivers/Board/Joystick.h.
*/
...
...
LUFA/Drivers/Board/STK525/LEDs.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific LED driver header for the STK525.
*
* Board specific LED driver header for the STK525.
*
* \note This file should not be included directly. It is automatically included as needed by the LEDs driver
* dispatch header located in LUFA/Drivers/Board/LEDs.h.
*/
...
...
LUFA/Drivers/Board/STK526/AT45DB642D.h
View file @
9257f4ab
...
...
@@ -31,6 +31,8 @@
/** \file
* \brief Board specific Dataflash commands header for the AT45DB642D as mounted on the STK526.
*
* Board specific Dataflash commands header for the AT45DB642D as mounted on the STK526.
*
* \note This file should not be included directly. It is automatically included as needed by the dataflash driver
* dispatch header located in LUFA/Drivers/Board/Dataflash.h.
*/
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment