Home
last modified time | relevance | path

Searched refs:_BIT (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/inc/
A Dcdc_vcom.h47 #define VCOM_TX_CONNECTED _BIT(8) /* connection state is for both RX/Tx */
48 #define VCOM_TX_BUSY _BIT(0)
49 #define VCOM_RX_DONE _BIT(0)
50 #define VCOM_RX_BUF_FULL _BIT(1)
51 #define VCOM_RX_BUF_QUEUED _BIT(2)
52 #define VCOM_RX_DB_QUEUED _BIT(3)
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/inc/
A Dcdc_vcom.h47 #define VCOM_TX_CONNECTED _BIT(8) /* connection state is for both RX/Tx */
48 #define VCOM_TX_BUSY _BIT(0)
49 #define VCOM_RX_DONE _BIT(0)
50 #define VCOM_RX_BUF_FULL _BIT(1)
51 #define VCOM_RX_BUF_QUEUED _BIT(2)
52 #define VCOM_RX_DB_QUEUED _BIT(3)
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dlpc_types.h102 #undef _BIT
104 #define _BIT(n) (1 << (n)) macro
129 #define _BITMASK(field_width) ( _BIT(field_width) - 1)
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/src/
A Dcdc_uart.c60 #define UCOM_TX_CONNECTED _BIT(8) /* connection state is for both RX/Tx */
61 #define UCOM_TX_BUSY _BIT(0)
63 #define UCOM_RX_UART_DIS _BIT(0)
64 #define UCOM_RX_BUF_FULL _BIT(1)
65 #define UCOM_RX_BUF_QUEUED _BIT(2)
66 #define UCOM_RX_DB_QUEUED _BIT(3)

Completed in 4 milliseconds