Home
last modified time | relevance | path

Searched refs:BIT6 (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Duart.h48 #define UART_RCVFIFO_TRG_LVL_BITS BIT6
60 #define UART_TRX_ALL_EMPTY_FLAG BIT6 // include fifo and shift reg
Drtc.h122 UART0_TRIG = BIT6,
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Duart.h50 #define UART_RCVFIFO_TRG_LVL_BITS BIT6
62 #define UART_TRX_ALL_EMPTY_FLAG BIT6 // include fifo and shift reg
Drtc.h135 UART0_TRIG = BIT6,
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Duart.h50 #define UART_RCVFIFO_TRG_LVL_BITS BIT6
62 #define UART_TRX_ALL_EMPTY_FLAG BIT6 // include fifo and shift reg
Drtc.h125 UART0_TRIG = BIT6,
/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/
Duart.h50 #define UART_RCVFIFO_TRG_LVL_BITS BIT6
62 #define UART_TRX_ALL_EMPTY_FLAG BIT6 // include fifo and shift reg
Drtc.h123 UART0_TRIG = BIT6,
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Duart.h50 #define UART_RCVFIFO_TRG_LVL_BITS BIT6
62 #define UART_TRX_ALL_EMPTY_FLAG BIT6 // include fifo and shift reg
Drtc.h129 UART0_TRIG = BIT6,
/hal_espressif-3.6.0/components/esp_common/include/
Desp_bit_defs.h43 #define BIT6 0x00000040 macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_stddefs.h192 #define BIT6 0x00000040 /**< preprocessor alias for 32-bit value with bit 6 set, used to specify… macro
/hal_espressif-3.6.0/components/freemodbus/common/include/
Desp_modbus_common.h104 MB_EVENT_DISCRETE_RD = BIT6, /*!< Modbus Event Read Discrete bits. */
/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/decoder/srce/
Ddecoder-private.c137 frame->freqIndex = (d1 & (BIT7 | BIT6)) >> 6; in OI_SBC_ReadHeader()