Searched refs:BIT0 (Results 1 – 25 of 35) sorted by relevance
12
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | rtc.h | 72 LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode. 110 EXT_EVENT0_TRIG = BIT0, 140 WAKEUP_INT = BIT0,
|
D | gpio.h | 52 … ((gpio_no < 32) ? ((gpio_input_get()>>gpio_no)&BIT0) : ((gpio_input_get_high()>>(gpio_no - 32))…
|
D | uart.h | 31 #define UART_RCV_INTEN BIT0 47 #define UART_RCV_DATA_RDY_FLAG BIT0
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | gpio.h | 52 … ((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. 115 EXT_EVENT0_TRIG = BIT0,
|
D | uart.h | 32 #define UART_RCV_INTEN BIT0 48 #define UART_RCV_DATA_RDY_FLAG BIT0
|
/hal_espressif-latest/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-latest/components/esp_rom/include/esp32c2/rom/ |
D | rtc.h | 79 LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode. 120 EXT_EVENT0_TRIG = BIT0,
|
D | uart.h | 32 #define UART_RCV_INTEN BIT0 48 #define UART_RCV_DATA_RDY_FLAG BIT0
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | uart.h | 32 #define UART_RCV_INTEN BIT0 48 #define UART_RCV_DATA_RDY_FLAG BIT0
|
D | rtc.h | 73 LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode. 122 EXT_EVENT0_TRIG = BIT0,
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | uart.h | 32 #define UART_RCV_INTEN BIT0 48 #define UART_RCV_DATA_RDY_FLAG BIT0
|
D | rtc.h | 74 LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode. 122 EXT_EVENT0_TRIG = BIT0,
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | uart.h | 30 #define UART_RCV_INTEN BIT0 46 #define UART_RCV_DATA_RDY_FLAG BIT0
|
D | rtc.h | 68 LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode. 117 EXT_EVENT0_TRIG = BIT0,
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | uart.h | 32 #define UART_RCV_INTEN BIT0 48 #define UART_RCV_DATA_RDY_FLAG BIT0
|
D | rtc.h | 73 LIGHT_SLEEP = BIT0, //CPU waiti, PLL ON. We don't need explicitly set this mode. 121 EXT_EVENT0_TRIG = BIT0,
|
/hal_espressif-latest/components/esp_rom/include/ |
D | esp_rom_spiflash_defs.h | 18 #define ESP_ROM_SPIFLASH_BUSY_FLAG BIT0
|
/hal_espressif-latest/components/esp_common/include/ |
D | esp_bit_defs.h | 41 #define BIT0 0x00000001 macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | boot_mode.h | 97 #define SEL_SDIO_BOOT BIT0
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | boot_mode.h | 89 #define SEL_SDIO_BOOT BIT0
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | boot_mode.h | 96 #define SEL_SDIO_BOOT BIT0
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | boot_mode.h | 89 #define SEL_SDIO_BOOT BIT0
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | boot_mode.h | 97 #define SEL_SDIO_BOOT BIT0
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | boot_mode.h | 94 #define SEL_SDIO_BOOT BIT0
|
12