Altera SoCAL  16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
 All Data Structures Variables Typedefs Groups
Register : diepempmsk

Description

Device IN Endpoint FIFO Empty Interrupt Mask Register

Register Layout

Bits Access Reset Description
[0] RW 0x0 IN EP 0 Tx FIFO Empty Interrupt Mask Bits
[1] RW 0x0 IN EP 1 Tx FIFO Empty Interrupt Mask Bits
[2] RW 0x0 IN EP 2 Tx FIFO Empty Interrupt Mask Bits
[3] RW 0x0 IN EP 3 Tx FIFO Empty Interrupt Mask Bits
[4] RW 0x0 IN EP 4 Tx FIFO Empty Interrupt Mask Bits
[5] RW 0x0 IN EP 5 Tx FIFO Empty Interrupt Mask Bits
[6] RW 0x0 IN EP 6 Tx FIFO Empty Interrupt Mask Bits
[7] RW 0x0 IN EP 7 Tx FIFO Empty Interrupt Mask Bits
[8] RW 0x0 IN EP 8 Tx FIFO Empty Interrupt Mask Bits
[9] RW 0x0 IN EP 9 Tx FIFO Empty Interrupt Mask Bits
[10] RW 0x0 IN EP 10 Tx FIFO Empty Interrupt Mask Bits
[11] RW 0x0 IN EP 11 Tx FIFO Empty Interrupt Mask Bits
[12] RW 0x0 IN EP 12 Tx FIFO Empty Interrupt Mask Bits
[13] RW 0x0 IN EP 13 Tx FIFO Empty Interrupt Mask Bits
[14] RW 0x0 IN EP 14 Tx FIFO Empty Interrupt Mask Bits
[15] RW 0x0 IN EP 15 Tx FIFO Empty Interrupt Mask Bits
[31:16] ??? 0x0 UNDEFINED

Field : IN EP 0 Tx FIFO Empty Interrupt Mask Bits - ineptxfempmsk0

This bit acts as mask bits for DIEPINT0.

Field Enumeration Values:

Enum Value Description
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_E_MSK 0x0 Mask End point 0 interrupt
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_E_NOMSK 0x1 No mask

Field Access Macros:

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_E_MSK   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_E_NOMSK   0x1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_LSB   0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_MSB   0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_WIDTH   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_SET_MSK   0x00000001
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_CLR_MSK   0xfffffffe
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_RESET   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_GET(value)   (((value) & 0x00000001) >> 0)
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_SET(value)   (((value) << 0) & 0x00000001)
 

Field : IN EP 1 Tx FIFO Empty Interrupt Mask Bits - ineptxfempmsk1

This bit acts as mask bits for DIEPINT1.

Field Enumeration Values:

Enum Value Description
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_E_MSK 0x0 Mask End point 1 interrupt
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_E_NOMSK 0x1 No mask

Field Access Macros:

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_E_MSK   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_E_NOMSK   0x1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_LSB   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_MSB   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_WIDTH   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_SET_MSK   0x00000002
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_CLR_MSK   0xfffffffd
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_RESET   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_GET(value)   (((value) & 0x00000002) >> 1)
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_SET(value)   (((value) << 1) & 0x00000002)
 

Field : IN EP 2 Tx FIFO Empty Interrupt Mask Bits - ineptxfempmsk2

This bit acts as mask bits for DIEPINT2.

Field Enumeration Values:

Enum Value Description
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_E_MSK 0x0 Mask End point 2 interrupt
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_E_NOMSK 0x1 No mask

Field Access Macros:

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_E_MSK   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_E_NOMSK   0x1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_LSB   2
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_MSB   2
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_WIDTH   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_SET_MSK   0x00000004
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_CLR_MSK   0xfffffffb
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_RESET   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_GET(value)   (((value) & 0x00000004) >> 2)
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_SET(value)   (((value) << 2) & 0x00000004)
 

Field : IN EP 3 Tx FIFO Empty Interrupt Mask Bits - ineptxfempmsk3

This bit acts as mask bits for DIEPINT3.

Field Enumeration Values:

Enum Value Description
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_E_MSK 0x0 Mask End point 3 interrupt
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_E_NOMSK 0x1 No mask

Field Access Macros:

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_E_MSK   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_E_NOMSK   0x1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_LSB   3
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_MSB   3
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_WIDTH   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_SET_MSK   0x00000008
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_CLR_MSK   0xfffffff7
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_RESET   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_GET(value)   (((value) & 0x00000008) >> 3)
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_SET(value)   (((value) << 3) & 0x00000008)
 

Field : IN EP 4 Tx FIFO Empty Interrupt Mask Bits - ineptxfempmsk4

This bit acts as mask bits for DIEPINT4.

Field Enumeration Values:

Enum Value Description
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_E_MSK 0x0 Mask End point 4 interrupt
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_E_NOMSK 0x1 No mask

Field Access Macros:

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_E_MSK   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_E_NOMSK   0x1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_LSB   4
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_MSB   4
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_WIDTH   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_SET_MSK   0x00000010
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_CLR_MSK   0xffffffef
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_RESET   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_GET(value)   (((value) & 0x00000010) >> 4)
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_SET(value)   (((value) << 4) & 0x00000010)
 

Field : IN EP 5 Tx FIFO Empty Interrupt Mask Bits - ineptxfempmsk5

This bit acts as mask bits for DIEPINT5.

Field Enumeration Values:

Enum Value Description
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_E_MSK 0x0 Mask End point 5 interrupt
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_E_NOMSK 0x1 No mask

Field Access Macros:

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_E_MSK   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_E_NOMSK   0x1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_LSB   5
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_MSB   5
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_WIDTH   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_SET_MSK   0x00000020
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_CLR_MSK   0xffffffdf
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_RESET   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_GET(value)   (((value) & 0x00000020) >> 5)
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_SET(value)   (((value) << 5) & 0x00000020)
 

Field : IN EP 6 Tx FIFO Empty Interrupt Mask Bits - ineptxfempmsk6

This bit acts as mask bits for DIEPINT6.

Field Enumeration Values:

Enum Value Description
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_E_MSK 0x0 Mask End point 6 interrupt
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_E_NOMSK 0x1 No mask

Field Access Macros:

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_E_MSK   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_E_NOMSK   0x1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_LSB   6
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_MSB   6
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_WIDTH   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_SET_MSK   0x00000040
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_CLR_MSK   0xffffffbf
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_RESET   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_GET(value)   (((value) & 0x00000040) >> 6)
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_SET(value)   (((value) << 6) & 0x00000040)
 

Field : IN EP 7 Tx FIFO Empty Interrupt Mask Bits - ineptxfempmsk7

This bit acts as mask bits for DIEPINT7.

Field Enumeration Values:

Enum Value Description
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_E_MSK 0x0 Mask End point 7 interrupt
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_E_NOMSK 0x1 No mask

Field Access Macros:

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_E_MSK   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_E_NOMSK   0x1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_LSB   7
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_MSB   7
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_WIDTH   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_SET_MSK   0x00000080
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_CLR_MSK   0xffffff7f
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_RESET   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_GET(value)   (((value) & 0x00000080) >> 7)
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_SET(value)   (((value) << 7) & 0x00000080)
 

Field : IN EP 8 Tx FIFO Empty Interrupt Mask Bits - ineptxfempmsk8

This bit acts as mask bits for DIEPINT8.

Field Enumeration Values:

Enum Value Description
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_E_MSK 0x0 Mask End point 8 interrupt
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_E_NOMSK 0x1 No mask

Field Access Macros:

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_E_MSK   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_E_NOMSK   0x1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_LSB   8
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_MSB   8
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_WIDTH   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_SET_MSK   0x00000100
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_CLR_MSK   0xfffffeff
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_RESET   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_GET(value)   (((value) & 0x00000100) >> 8)
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_SET(value)   (((value) << 8) & 0x00000100)
 

Field : IN EP 9 Tx FIFO Empty Interrupt Mask Bits - ineptxfempmsk9

This bit acts as mask bits for DIEPINT9.

Field Enumeration Values:

Enum Value Description
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_E_MSK 0x0 Mask End point 9 interrupt
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_E_NOMSK 0x1 No mask

Field Access Macros:

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_E_MSK   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_E_NOMSK   0x1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_LSB   9
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_MSB   9
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_WIDTH   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_SET_MSK   0x00000200
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_CLR_MSK   0xfffffdff
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_RESET   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_GET(value)   (((value) & 0x00000200) >> 9)
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_SET(value)   (((value) << 9) & 0x00000200)
 

Field : IN EP 10 Tx FIFO Empty Interrupt Mask Bits - ineptxfempmsk10

This bit acts as mask bits for DIEPINT10.

Field Enumeration Values:

Enum Value Description
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_E_MSK 0x0 Mask End point 10 interrupt
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_E_NOMSK 0x1 No mask

Field Access Macros:

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_E_MSK   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_E_NOMSK   0x1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_LSB   10
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_MSB   10
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_WIDTH   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_SET_MSK   0x00000400
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_CLR_MSK   0xfffffbff
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_RESET   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_GET(value)   (((value) & 0x00000400) >> 10)
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_SET(value)   (((value) << 10) & 0x00000400)
 

Field : IN EP 11 Tx FIFO Empty Interrupt Mask Bits - ineptxfempmsk11

This bit acts as mask bits for DIEPINT11.

Field Enumeration Values:

Enum Value Description
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_E_MSK 0x0 Mask End point 11 interrupt
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_E_NOMSK 0x1 No mask

Field Access Macros:

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_E_MSK   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_E_NOMSK   0x1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_LSB   11
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_MSB   11
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_WIDTH   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_SET_MSK   0x00000800
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_CLR_MSK   0xfffff7ff
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_RESET   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_GET(value)   (((value) & 0x00000800) >> 11)
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_SET(value)   (((value) << 11) & 0x00000800)
 

Field : IN EP 12 Tx FIFO Empty Interrupt Mask Bits - ineptxfempmsk12

This bit acts as mask bits for DIEPINT12.

Field Enumeration Values:

Enum Value Description
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_E_MSK 0x0 Mask End point 12 interrupt
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_E_NOMSK 0x1 No mask

Field Access Macros:

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_E_MSK   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_E_NOMSK   0x1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_LSB   12
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_MSB   12
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_WIDTH   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_SET_MSK   0x00001000
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_CLR_MSK   0xffffefff
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_RESET   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_GET(value)   (((value) & 0x00001000) >> 12)
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_SET(value)   (((value) << 12) & 0x00001000)
 

Field : IN EP 13 Tx FIFO Empty Interrupt Mask Bits - ineptxfempmsk13

This bit acts as mask bits for DIEPINT13.

Field Enumeration Values:

Enum Value Description
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_E_MSK 0x0 Mask End point 12 interrupt
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_E_NOMSK 0x1 No mask

Field Access Macros:

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_E_MSK   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_E_NOMSK   0x1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_LSB   13
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_MSB   13
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_WIDTH   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_SET_MSK   0x00002000
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_CLR_MSK   0xffffdfff
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_RESET   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_GET(value)   (((value) & 0x00002000) >> 13)
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_SET(value)   (((value) << 13) & 0x00002000)
 

Field : IN EP 14 Tx FIFO Empty Interrupt Mask Bits - ineptxfempmsk14

This bit acts as mask bits for DIEPINT14.

Field Enumeration Values:

Enum Value Description
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_E_MSK 0x0 Mask End point 14 interrupt
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_E_NOMSK 0x1 No mask

Field Access Macros:

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_E_MSK   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_E_NOMSK   0x1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_LSB   14
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_MSB   14
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_WIDTH   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_SET_MSK   0x00004000
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_CLR_MSK   0xffffbfff
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_RESET   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_GET(value)   (((value) & 0x00004000) >> 14)
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_SET(value)   (((value) << 14) & 0x00004000)
 

Field : IN EP 15 Tx FIFO Empty Interrupt Mask Bits - ineptxfempmsk15

This bit acts as mask bits for DIEPINT15.

Field Enumeration Values:

Enum Value Description
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_E_MSK 0x0 Mask End point 15 interrupt
ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_E_NOMSK 0x1 No mask

Field Access Macros:

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_E_MSK   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_E_NOMSK   0x1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_LSB   15
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_MSB   15
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_WIDTH   1
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_SET_MSK   0x00008000
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_CLR_MSK   0xffff7fff
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_RESET   0x0
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_GET(value)   (((value) & 0x00008000) >> 15)
 
#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_SET(value)   (((value) << 15) & 0x00008000)
 

Data Structures

struct  ALT_USB_DEV_DIEPEMPMSK_s
 

Macros

#define ALT_USB_DEV_DIEPEMPMSK_RESET   0x00000000
 
#define ALT_USB_DEV_DIEPEMPMSK_OFST   0x34
 
#define ALT_USB_DEV_DIEPEMPMSK_ADDR(base)   ALT_CAST(void *, (ALT_CAST(char *, (base)) + ALT_USB_DEV_DIEPEMPMSK_OFST))
 

Typedefs

typedef struct
ALT_USB_DEV_DIEPEMPMSK_s 
ALT_USB_DEV_DIEPEMPMSK_t
 

Data Structure Documentation

struct ALT_USB_DEV_DIEPEMPMSK_s

WARNING: The C register and register group struct declarations are provided for convenience and illustrative purposes. They should, however, be used with caution as the C language standard provides no guarantees about the alignment or atomicity of device memory accesses. The recommended practice for writing hardware drivers is to use the SoCAL access macros and alt_read_word() and alt_write_word() functions.

The struct declaration for register ALT_USB_DEV_DIEPEMPMSK.

Data Fields
uint32_t ineptxfempmsk0: 1 IN EP 0 Tx FIFO Empty Interrupt Mask Bits
uint32_t ineptxfempmsk1: 1 IN EP 1 Tx FIFO Empty Interrupt Mask Bits
uint32_t ineptxfempmsk2: 1 IN EP 2 Tx FIFO Empty Interrupt Mask Bits
uint32_t ineptxfempmsk3: 1 IN EP 3 Tx FIFO Empty Interrupt Mask Bits
uint32_t ineptxfempmsk4: 1 IN EP 4 Tx FIFO Empty Interrupt Mask Bits
uint32_t ineptxfempmsk5: 1 IN EP 5 Tx FIFO Empty Interrupt Mask Bits
uint32_t ineptxfempmsk6: 1 IN EP 6 Tx FIFO Empty Interrupt Mask Bits
uint32_t ineptxfempmsk7: 1 IN EP 7 Tx FIFO Empty Interrupt Mask Bits
uint32_t ineptxfempmsk8: 1 IN EP 8 Tx FIFO Empty Interrupt Mask Bits
uint32_t ineptxfempmsk9: 1 IN EP 9 Tx FIFO Empty Interrupt Mask Bits
uint32_t ineptxfempmsk10: 1 IN EP 10 Tx FIFO Empty Interrupt Mask Bits
uint32_t ineptxfempmsk11: 1 IN EP 11 Tx FIFO Empty Interrupt Mask Bits
uint32_t ineptxfempmsk12: 1 IN EP 12 Tx FIFO Empty Interrupt Mask Bits
uint32_t ineptxfempmsk13: 1 IN EP 13 Tx FIFO Empty Interrupt Mask Bits
uint32_t ineptxfempmsk14: 1 IN EP 14 Tx FIFO Empty Interrupt Mask Bits
uint32_t ineptxfempmsk15: 1 IN EP 15 Tx FIFO Empty Interrupt Mask Bits
uint32_t __pad0__: 16 UNDEFINED

Macro Definitions

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_E_MSK   0x0

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0

Mask End point 0 interrupt

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_E_NOMSK   0x1

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0

No mask

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_LSB   0

The Least Significant Bit (LSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_MSB   0

The Most Significant Bit (MSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_WIDTH   1

The width in bits of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_SET_MSK   0x00000001

The mask used to set the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_CLR_MSK   0xfffffffe

The mask used to clear the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_RESET   0x0

The reset value of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_GET (   value)    (((value) & 0x00000001) >> 0)

Extracts the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0 field value from a register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0_SET (   value)    (((value) << 0) & 0x00000001)

Produces a ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK0 register field value suitable for setting the register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_E_MSK   0x0

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1

Mask End point 1 interrupt

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_E_NOMSK   0x1

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1

No mask

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_LSB   1

The Least Significant Bit (LSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_MSB   1

The Most Significant Bit (MSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_WIDTH   1

The width in bits of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_SET_MSK   0x00000002

The mask used to set the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_CLR_MSK   0xfffffffd

The mask used to clear the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_RESET   0x0

The reset value of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_GET (   value)    (((value) & 0x00000002) >> 1)

Extracts the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1 field value from a register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1_SET (   value)    (((value) << 1) & 0x00000002)

Produces a ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK1 register field value suitable for setting the register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_E_MSK   0x0

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2

Mask End point 2 interrupt

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_E_NOMSK   0x1

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2

No mask

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_LSB   2

The Least Significant Bit (LSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_MSB   2

The Most Significant Bit (MSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_WIDTH   1

The width in bits of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_SET_MSK   0x00000004

The mask used to set the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_CLR_MSK   0xfffffffb

The mask used to clear the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_RESET   0x0

The reset value of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_GET (   value)    (((value) & 0x00000004) >> 2)

Extracts the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2 field value from a register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2_SET (   value)    (((value) << 2) & 0x00000004)

Produces a ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK2 register field value suitable for setting the register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_E_MSK   0x0

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3

Mask End point 3 interrupt

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_E_NOMSK   0x1

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3

No mask

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_LSB   3

The Least Significant Bit (LSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_MSB   3

The Most Significant Bit (MSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_WIDTH   1

The width in bits of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_SET_MSK   0x00000008

The mask used to set the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_CLR_MSK   0xfffffff7

The mask used to clear the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_RESET   0x0

The reset value of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_GET (   value)    (((value) & 0x00000008) >> 3)

Extracts the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3 field value from a register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3_SET (   value)    (((value) << 3) & 0x00000008)

Produces a ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK3 register field value suitable for setting the register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_E_MSK   0x0

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4

Mask End point 4 interrupt

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_E_NOMSK   0x1

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4

No mask

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_LSB   4

The Least Significant Bit (LSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_MSB   4

The Most Significant Bit (MSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_WIDTH   1

The width in bits of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_SET_MSK   0x00000010

The mask used to set the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_CLR_MSK   0xffffffef

The mask used to clear the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_RESET   0x0

The reset value of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_GET (   value)    (((value) & 0x00000010) >> 4)

Extracts the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4 field value from a register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4_SET (   value)    (((value) << 4) & 0x00000010)

Produces a ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK4 register field value suitable for setting the register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_E_MSK   0x0

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5

Mask End point 5 interrupt

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_E_NOMSK   0x1

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5

No mask

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_LSB   5

The Least Significant Bit (LSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_MSB   5

The Most Significant Bit (MSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_WIDTH   1

The width in bits of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_SET_MSK   0x00000020

The mask used to set the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_CLR_MSK   0xffffffdf

The mask used to clear the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_RESET   0x0

The reset value of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_GET (   value)    (((value) & 0x00000020) >> 5)

Extracts the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5 field value from a register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5_SET (   value)    (((value) << 5) & 0x00000020)

Produces a ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK5 register field value suitable for setting the register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_E_MSK   0x0

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6

Mask End point 6 interrupt

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_E_NOMSK   0x1

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6

No mask

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_LSB   6

The Least Significant Bit (LSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_MSB   6

The Most Significant Bit (MSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_WIDTH   1

The width in bits of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_SET_MSK   0x00000040

The mask used to set the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_CLR_MSK   0xffffffbf

The mask used to clear the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_RESET   0x0

The reset value of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_GET (   value)    (((value) & 0x00000040) >> 6)

Extracts the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6 field value from a register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6_SET (   value)    (((value) << 6) & 0x00000040)

Produces a ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK6 register field value suitable for setting the register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_E_MSK   0x0

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7

Mask End point 7 interrupt

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_E_NOMSK   0x1

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7

No mask

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_LSB   7

The Least Significant Bit (LSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_MSB   7

The Most Significant Bit (MSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_WIDTH   1

The width in bits of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_SET_MSK   0x00000080

The mask used to set the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_CLR_MSK   0xffffff7f

The mask used to clear the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_RESET   0x0

The reset value of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_GET (   value)    (((value) & 0x00000080) >> 7)

Extracts the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7 field value from a register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7_SET (   value)    (((value) << 7) & 0x00000080)

Produces a ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK7 register field value suitable for setting the register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_E_MSK   0x0

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8

Mask End point 8 interrupt

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_E_NOMSK   0x1

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8

No mask

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_LSB   8

The Least Significant Bit (LSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_MSB   8

The Most Significant Bit (MSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_WIDTH   1

The width in bits of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_SET_MSK   0x00000100

The mask used to set the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_CLR_MSK   0xfffffeff

The mask used to clear the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_RESET   0x0

The reset value of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_GET (   value)    (((value) & 0x00000100) >> 8)

Extracts the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8 field value from a register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8_SET (   value)    (((value) << 8) & 0x00000100)

Produces a ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK8 register field value suitable for setting the register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_E_MSK   0x0

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9

Mask End point 9 interrupt

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_E_NOMSK   0x1

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9

No mask

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_LSB   9

The Least Significant Bit (LSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_MSB   9

The Most Significant Bit (MSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_WIDTH   1

The width in bits of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_SET_MSK   0x00000200

The mask used to set the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_CLR_MSK   0xfffffdff

The mask used to clear the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_RESET   0x0

The reset value of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_GET (   value)    (((value) & 0x00000200) >> 9)

Extracts the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9 field value from a register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9_SET (   value)    (((value) << 9) & 0x00000200)

Produces a ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK9 register field value suitable for setting the register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_E_MSK   0x0

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10

Mask End point 10 interrupt

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_E_NOMSK   0x1

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10

No mask

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_LSB   10

The Least Significant Bit (LSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_MSB   10

The Most Significant Bit (MSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_WIDTH   1

The width in bits of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_SET_MSK   0x00000400

The mask used to set the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_CLR_MSK   0xfffffbff

The mask used to clear the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_RESET   0x0

The reset value of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_GET (   value)    (((value) & 0x00000400) >> 10)

Extracts the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10 field value from a register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10_SET (   value)    (((value) << 10) & 0x00000400)

Produces a ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK10 register field value suitable for setting the register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_E_MSK   0x0

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11

Mask End point 11 interrupt

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_E_NOMSK   0x1

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11

No mask

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_LSB   11

The Least Significant Bit (LSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_MSB   11

The Most Significant Bit (MSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_WIDTH   1

The width in bits of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_SET_MSK   0x00000800

The mask used to set the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_CLR_MSK   0xfffff7ff

The mask used to clear the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_RESET   0x0

The reset value of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_GET (   value)    (((value) & 0x00000800) >> 11)

Extracts the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11 field value from a register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11_SET (   value)    (((value) << 11) & 0x00000800)

Produces a ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK11 register field value suitable for setting the register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_E_MSK   0x0

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12

Mask End point 12 interrupt

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_E_NOMSK   0x1

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12

No mask

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_LSB   12

The Least Significant Bit (LSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_MSB   12

The Most Significant Bit (MSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_WIDTH   1

The width in bits of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_SET_MSK   0x00001000

The mask used to set the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_CLR_MSK   0xffffefff

The mask used to clear the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_RESET   0x0

The reset value of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_GET (   value)    (((value) & 0x00001000) >> 12)

Extracts the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12 field value from a register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12_SET (   value)    (((value) << 12) & 0x00001000)

Produces a ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK12 register field value suitable for setting the register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_E_MSK   0x0

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13

Mask End point 12 interrupt

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_E_NOMSK   0x1

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13

No mask

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_LSB   13

The Least Significant Bit (LSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_MSB   13

The Most Significant Bit (MSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_WIDTH   1

The width in bits of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_SET_MSK   0x00002000

The mask used to set the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_CLR_MSK   0xffffdfff

The mask used to clear the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_RESET   0x0

The reset value of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_GET (   value)    (((value) & 0x00002000) >> 13)

Extracts the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13 field value from a register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13_SET (   value)    (((value) << 13) & 0x00002000)

Produces a ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK13 register field value suitable for setting the register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_E_MSK   0x0

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14

Mask End point 14 interrupt

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_E_NOMSK   0x1

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14

No mask

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_LSB   14

The Least Significant Bit (LSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_MSB   14

The Most Significant Bit (MSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_WIDTH   1

The width in bits of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_SET_MSK   0x00004000

The mask used to set the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_CLR_MSK   0xffffbfff

The mask used to clear the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_RESET   0x0

The reset value of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_GET (   value)    (((value) & 0x00004000) >> 14)

Extracts the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14 field value from a register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14_SET (   value)    (((value) << 14) & 0x00004000)

Produces a ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK14 register field value suitable for setting the register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_E_MSK   0x0

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15

Mask End point 15 interrupt

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_E_NOMSK   0x1

Enumerated value for register field ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15

No mask

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_LSB   15

The Least Significant Bit (LSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_MSB   15

The Most Significant Bit (MSB) position of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_WIDTH   1

The width in bits of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_SET_MSK   0x00008000

The mask used to set the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_CLR_MSK   0xffff7fff

The mask used to clear the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15 register field value.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_RESET   0x0

The reset value of the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15 register field.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_GET (   value)    (((value) & 0x00008000) >> 15)

Extracts the ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15 field value from a register.

#define ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15_SET (   value)    (((value) << 15) & 0x00008000)

Produces a ALT_USB_DEV_DIEPEMPMSK_INEPTXFEMPMSK15 register field value suitable for setting the register.

#define ALT_USB_DEV_DIEPEMPMSK_RESET   0x00000000

The reset value of the ALT_USB_DEV_DIEPEMPMSK register.

#define ALT_USB_DEV_DIEPEMPMSK_OFST   0x34

The byte offset of the ALT_USB_DEV_DIEPEMPMSK register from the beginning of the component.

#define ALT_USB_DEV_DIEPEMPMSK_ADDR (   base)    ALT_CAST(void *, (ALT_CAST(char *, (base)) + ALT_USB_DEV_DIEPEMPMSK_OFST))

The address of the ALT_USB_DEV_DIEPEMPMSK register.

Typedef Documentation

The typedef declaration for register ALT_USB_DEV_DIEPEMPMSK.