drivers: usb_dc_nrfx: remove unused EPSTATUS defines
Remove unused EPSTATUS defines. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
parent
6904a86835
commit
7f118be601
1 changed files with 0 additions and 6 deletions
|
@ -32,12 +32,6 @@ LOG_MODULE_REGISTER(usb_nrfx);
|
||||||
#define MAX_EP_BUF_SZ 64UL
|
#define MAX_EP_BUF_SZ 64UL
|
||||||
#define MAX_ISO_EP_BUF_SZ 1024UL
|
#define MAX_ISO_EP_BUF_SZ 1024UL
|
||||||
|
|
||||||
#define USBD_EPSTATUS_EPIN_MASK (0x1FF << USBD_EPSTATUS_EPIN0_Pos)
|
|
||||||
#define USBD_EPSTATUS_EPOUT_MASK (0x1FF << USBD_EPSTATUS_EPOUT0_Pos)
|
|
||||||
#define USBD_EPDATASTATUS_EPIN_MASK (0x7F << USBD_EPDATASTATUS_EPIN1_Pos)
|
|
||||||
#define USBD_EPDATASTATUS_EPOUT_MASK (0x7F << USBD_EPDATASTATUS_EPOUT1_Pos)
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief nRF USBD peripheral states
|
* @brief nRF USBD peripheral states
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue