mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 15:05:07 +00:00
misc updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1869 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
86c5481f74
commit
85df93d997
1 changed files with 6 additions and 1 deletions
|
|
@ -157,9 +157,14 @@
|
|||
|
||||
/* Endpoint register mask (no toggle fields) */
|
||||
|
||||
#define USB_EPR_MASK (USB_EPR_CTRRX|USB_EPR_SETUP|USB_EPR_TFIELD|\
|
||||
#define USB_EPR_NOTOGGLE_MASK (USB_EPR_CTRRX|USB_EPR_SETUP|USB_EPR_TFIELD|\
|
||||
USB_EPR_KIND|USB_EPR_CTRTX|USB_EPR_ADDRFIELD)
|
||||
|
||||
/* Toggles only */
|
||||
|
||||
#define USB_EPR_TXDTOG_MASK (USB_EPR_TXSTAT_MASK|USB_EPR_NOTOGGLE_MASK)
|
||||
#define USB_EPR_RXDTOG_MASK (USB_EPR_RXSTAT_MASK|USB_EPR_NOTOGGLE_MASK)
|
||||
|
||||
/************************************************************************************
|
||||
* Public Types
|
||||
************************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue