Home
last modified time | relevance | path

Searched refs:BIT1 (Results 1 – 25 of 49) sorted by relevance

12

/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/
Drtc.h80 DEEP_SLEEP = BIT1 //CPU OFF, PLL OFF, only specific timer could wake up
118 EXT_EVENT1_TRIG = BIT1,
148 REJECT_INT = BIT1,
Duart.h41 #define UART_TRX_INTEN BIT1
48 #define UART_CLR_RCV_FIFO BIT1
57 #define UART_RCV_OVER_FLOW_FLAG BIT1
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Duart.h39 #define UART_TRX_INTEN BIT1
46 #define UART_CLR_RCV_FIFO BIT1
55 #define UART_RCV_OVER_FLOW_FLAG BIT1
Drtc.h68 DEEP_SLEEP = BIT1 //CPU OFF, PLL OFF, only specific timer could wake up
117 EXT_EVENT1_TRIG = BIT1,
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Duart.h41 #define UART_TRX_INTEN BIT1
48 #define UART_CLR_RCV_FIFO BIT1
57 #define UART_RCV_OVER_FLOW_FLAG BIT1
Drtc.h81 DEEP_SLEEP = BIT1 //CPU OFF, PLL OFF, only specific timer could wake up
130 EXT_EVENT1_TRIG = BIT1,
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Duart.h41 #define UART_TRX_INTEN BIT1
48 #define UART_CLR_RCV_FIFO BIT1
57 #define UART_RCV_OVER_FLOW_FLAG BIT1
Drtc.h80 DEEP_SLEEP = BIT1 //CPU OFF, PLL OFF, only specific timer could wake up
120 EXT_EVENT1_TRIG = BIT1,
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Duart.h41 #define UART_TRX_INTEN BIT1
48 #define UART_CLR_RCV_FIFO BIT1
57 #define UART_RCV_OVER_FLOW_FLAG BIT1
Drtc.h73 DEEP_SLEEP = BIT1 //CPU OFF, PLL OFF, only specific timer could wake up
124 EXT_EVENT1_TRIG = BIT1,
/hal_espressif-3.6.0/examples/wifi/ftm/main/
Dftm_main.c71 const int DISCONNECTED_BIT = BIT1;
75 const int FTM_FAILURE_BIT = BIT1;
88 BIT1 |
158 …sprintf(log, "%s%s%s%s", g_report_lvl & BIT0 ? " Diag |":"", g_report_lvl & BIT1 ? " RTT |":"", in ftm_process_report()
170 if (g_report_lvl & BIT1) { in ftm_process_report()
/hal_espressif-3.6.0/components/esp_common/include/
Desp_bit_defs.h48 #define BIT1 0x00000002 macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dboot_mode.h98 #define SEL_UART_BOOT BIT1
Dsoc_caps.h102 #define SOC_GPIO_DEEP_SLEEP_WAKEUP_VALID_GPIO_MASK (0ULL | BIT0 | BIT1 | BIT2 | BIT3 | BIT4 …
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dboot_mode.h98 #define SEL_UART_BOOT BIT1
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dboot_mode.h97 #define SEL_UART_BOOT BIT1
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dboot_mode.h98 #define SEL_UART_BOOT BIT1
Dsoc_caps.h114 #define SOC_GPIO_DEEP_SLEEP_WAKEUP_VALID_GPIO_MASK (0ULL | BIT0 | BIT1 | BIT2 | BIT3 | BIT4 …
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dboot_mode.h102 #define SEL_UART_BOOT BIT1
/hal_espressif-3.6.0/components/freemodbus/common/include/
Desp_modbus_master.h79 …PAR_PERMS_WRITE = 1 << BIT1, /**< the characteristi…
Desp_modbus_common.h100 MB_EVENT_HOLDING_REG_RD = BIT1, /*!< Modbus Event Read Holding registers. */
/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_stddefs.h187 #define BIT1 0x00000002 /**< preprocessor alias for 32-bit value with bit 1 set, used to specify… macro
/hal_espressif-3.6.0/examples/wifi/getting_started/station/main/
Dstation_example_main.c38 #define WIFI_FAIL_BIT BIT1
/hal_espressif-3.6.0/examples/protocols/esp_local_ctrl/main/
Dapp_main.c40 #define WIFI_FAIL_BIT BIT1
/hal_espressif-3.6.0/examples/wifi/wifi_easy_connect/dpp-enrollee/main/
Ddpp_enrollee_main.c48 #define DPP_CONNECT_FAIL_BIT BIT1

12