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
@ -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…
Reference in New Issue
Block a user