Searched refs:BIT6 (Results 1 – 14 of 14) sorted by relevance
48 #define UART_RCVFIFO_TRG_LVL_BITS BIT660 #define UART_TRX_ALL_EMPTY_FLAG BIT6 // include fifo and shift reg
122 UART0_TRIG = BIT6,
50 #define UART_RCVFIFO_TRG_LVL_BITS BIT662 #define UART_TRX_ALL_EMPTY_FLAG BIT6 // include fifo and shift reg
135 UART0_TRIG = BIT6,
125 UART0_TRIG = BIT6,
123 UART0_TRIG = BIT6,
129 UART0_TRIG = BIT6,
43 #define BIT6 0x00000040 macro
192 #define BIT6 0x00000040 /**< preprocessor alias for 32-bit value with bit 6 set, used to specify… macro
104 MB_EVENT_DISCRETE_RD = BIT6, /*!< Modbus Event Read Discrete bits. */
137 frame->freqIndex = (d1 & (BIT7 | BIT6)) >> 6; in OI_SBC_ReadHeader()