Home
last modified time | relevance | path

Searched refs:BIT0 (Results 1 – 25 of 61) sorted by relevance

123

/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/
Drtc.h79 LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode.
117 EXT_EVENT0_TRIG = BIT0,
147 WAKEUP_INT = BIT0,
Dgpio.h69 … ((gpio_no < 32) ? ((gpio_input_get()>>gpio_no)&BIT0) : ((gpio_input_get_high()>>(gpio_no - 32))…
Duart.h40 #define UART_RCV_INTEN BIT0
56 #define UART_RCV_DATA_RDY_FLAG BIT0
/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_stddefs.h184 #ifndef BIT0
186 #define BIT0 0x00000001 /**< preprocessor alias for 32-bit value with bit 0 set, used to specify… macro
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Dgpio.h63 … ((gpio_no < 32) ? ((gpio_input_get()>>gpio_no)&BIT0) : ((gpio_input_get_high()>>(gpio_no - 32))…
Drtc.h80 LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode.
129 EXT_EVENT0_TRIG = BIT0,
Duart.h40 #define UART_RCV_INTEN BIT0
56 #define UART_RCV_DATA_RDY_FLAG BIT0
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Dgpio.h63 … ((gpio_no < 32) ? ((gpio_input_get()>>gpio_no)&BIT0) : ((gpio_input_get_high()>>(gpio_no - 32))…
Drtc.h72 LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode.
123 EXT_EVENT0_TRIG = BIT0,
Duart.h40 #define UART_RCV_INTEN BIT0
56 #define UART_RCV_DATA_RDY_FLAG BIT0
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Dgpio.h63 … ((gpio_no < 32) ? ((gpio_input_get()>>gpio_no)&BIT0) : ((gpio_input_get_high()>>(gpio_no - 32))…
Drtc.h79 LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode.
119 EXT_EVENT0_TRIG = BIT0,
Duart.h40 #define UART_RCV_INTEN BIT0
56 #define UART_RCV_DATA_RDY_FLAG BIT0
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Dgpio.h60 … ((gpio_no < 32) ? ((gpio_input_get()>>gpio_no)&BIT0) : ((gpio_input_get_high()>>(gpio_no - 32))…
Drtc.h67 LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode.
116 EXT_EVENT0_TRIG = BIT0,
Duart.h38 #define UART_RCV_INTEN BIT0
54 #define UART_RCV_DATA_RDY_FLAG BIT0
/hal_espressif-3.6.0/examples/wifi/ftm/main/
Dftm_main.c70 const int CONNECTED_BIT = BIT0;
74 const int FTM_REPORT_BIT = BIT0;
85 BIT0 |
158 …sprintf(log, "%s%s%s%s", g_report_lvl & BIT0 ? " Diag |":"", g_report_lvl & BIT1 ? " RTT |":"", in ftm_process_report()
167 if (g_report_lvl & BIT0) { in ftm_process_report()
/hal_espressif-3.6.0/components/esp_common/include/
Desp_bit_defs.h49 #define BIT0 0x00000001 macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dboot_mode.h97 #define SEL_SDIO_BOOT BIT0
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dboot_mode.h97 #define SEL_SDIO_BOOT BIT0
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dboot_mode.h96 #define SEL_SDIO_BOOT BIT0
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dboot_mode.h97 #define SEL_SDIO_BOOT BIT0
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dboot_mode.h101 #define SEL_SDIO_BOOT BIT0
/hal_espressif-3.6.0/components/freemodbus/common/include/
Desp_modbus_master.h78 …PAR_PERMS_READ = 1 << BIT0, /**< the characteristi…
/hal_espressif-3.6.0/examples/wifi/getting_started/station/main/
Dstation_example_main.c37 #define WIFI_CONNECTED_BIT BIT0

123