Searched refs:BIT0 (Results 1 – 25 of 61) sorted by relevance
123
/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/ |
D | rtc.h | 79 LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode. 117 EXT_EVENT0_TRIG = BIT0, 147 WAKEUP_INT = BIT0,
|
D | gpio.h | 69 … ((gpio_no < 32) ? ((gpio_input_get()>>gpio_no)&BIT0) : ((gpio_input_get_high()>>(gpio_no - 32))…
|
D | uart.h | 40 #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/ |
D | oi_stddefs.h | 184 #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/ |
D | gpio.h | 63 … ((gpio_no < 32) ? ((gpio_input_get()>>gpio_no)&BIT0) : ((gpio_input_get_high()>>(gpio_no - 32))…
|
D | rtc.h | 80 LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode. 129 EXT_EVENT0_TRIG = BIT0,
|
D | uart.h | 40 #define UART_RCV_INTEN BIT0 56 #define UART_RCV_DATA_RDY_FLAG BIT0
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/ |
D | gpio.h | 63 … ((gpio_no < 32) ? ((gpio_input_get()>>gpio_no)&BIT0) : ((gpio_input_get_high()>>(gpio_no - 32))…
|
D | rtc.h | 72 LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode. 123 EXT_EVENT0_TRIG = BIT0,
|
D | uart.h | 40 #define UART_RCV_INTEN BIT0 56 #define UART_RCV_DATA_RDY_FLAG BIT0
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/ |
D | gpio.h | 63 … ((gpio_no < 32) ? ((gpio_input_get()>>gpio_no)&BIT0) : ((gpio_input_get_high()>>(gpio_no - 32))…
|
D | rtc.h | 79 LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode. 119 EXT_EVENT0_TRIG = BIT0,
|
D | uart.h | 40 #define UART_RCV_INTEN BIT0 56 #define UART_RCV_DATA_RDY_FLAG BIT0
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/ |
D | gpio.h | 60 … ((gpio_no < 32) ? ((gpio_input_get()>>gpio_no)&BIT0) : ((gpio_input_get_high()>>(gpio_no - 32))…
|
D | rtc.h | 67 LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode. 116 EXT_EVENT0_TRIG = BIT0,
|
D | uart.h | 38 #define UART_RCV_INTEN BIT0 54 #define UART_RCV_DATA_RDY_FLAG BIT0
|
/hal_espressif-3.6.0/examples/wifi/ftm/main/ |
D | ftm_main.c | 70 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/ |
D | esp_bit_defs.h | 49 #define BIT0 0x00000001 macro
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | boot_mode.h | 97 #define SEL_SDIO_BOOT BIT0
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | boot_mode.h | 97 #define SEL_SDIO_BOOT BIT0
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | boot_mode.h | 96 #define SEL_SDIO_BOOT BIT0
|
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | boot_mode.h | 97 #define SEL_SDIO_BOOT BIT0
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | boot_mode.h | 101 #define SEL_SDIO_BOOT BIT0
|
/hal_espressif-3.6.0/components/freemodbus/common/include/ |
D | esp_modbus_master.h | 78 …PAR_PERMS_READ = 1 << BIT0, /**< the characteristi…
|
/hal_espressif-3.6.0/examples/wifi/getting_started/station/main/ |
D | station_example_main.c | 37 #define WIFI_CONNECTED_BIT BIT0
|
123