Home
last modified time | relevance | path

Searched refs:BIT4 (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/
Drtc.h121 SDIO_TRIG = BIT4,
151 RTC_TIME_VALID_INT = BIT4
Dspi_flash.h121 #define ESP_ROM_SPIFLASH_BP2 BIT4
124 #define ESP_ROM_SPIFLASH_BP_MASK_ISSI (BIT7 | BIT5 | BIT4 | BIT3 | BIT2)
Duart.h60 #define UART_BRK_INT_FLAG BIT4
/hal_espressif-3.6.0/components/esp_common/include/
Desp_bit_defs.h45 #define BIT4 0x00000010 macro
/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_stddefs.h190 #define BIT4 0x00000010 /**< preprocessor alias for 32-bit value with bit 4 set, used to specify… macro
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
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/esp32h2/include/soc/
Dsoc_caps.h102 #define SOC_GPIO_DEEP_SLEEP_WAKEUP_VALID_GPIO_MASK (0ULL | BIT0 | BIT1 | BIT2 | BIT3 | BIT4
/hal_espressif-3.6.0/components/freemodbus/common/include/
Desp_modbus_common.h102 MB_EVENT_COILS_WR = BIT4, /*!< Modbus Event Write Coils. */
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/
Drtc.h123 SDIO_TRIG = BIT4,
Dopi_flash.h40 #define ESP_ROM_SPIFLASH_BP2 BIT4
Duart.h60 #define UART_BRK_INT_FLAG BIT4
Dspi_flash.h119 #define ESP_ROM_SPIFLASH_BP2 BIT4
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/
Drtc.h127 SDIO_TRIG = BIT4,
Duart.h60 #define UART_BRK_INT_FLAG BIT4
Dspi_flash.h83 #define ESP_ROM_SPIFLASH_BP2 BIT4
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/
Drtc.h133 SDIO_TRIG = BIT4,
Duart.h60 #define UART_BRK_INT_FLAG BIT4
Dspi_flash.h83 #define ESP_ROM_SPIFLASH_BP2 BIT4
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/
Drtc.h120 SDIO_TRIG = BIT4,
Duart.h58 #define UART_BRK_INT_FLAG BIT4
Dopi_flash.h74 #define ESP_ROM_SPIFLASH_BP2 BIT4
Dspi_flash.h111 #define ESP_ROM_SPIFLASH_BP2 BIT4
/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/decoder/srce/
Ddecoder-private.c140 frame->blocks = (d1 & (BIT5 | BIT4)) >> 4; in OI_SBC_ReadHeader()
Ddecoder-sbc.c393 blocks = block_values[(blocks & (BIT5 | BIT4)) >> 4]; in OI_CODEC_SBC_FrameCount()
/hal_espressif-3.6.0/tools/test_apps/protocols/pppos/main/
Dpppos_client_main.c30 static const int TCP_SERVER_FAILED = BIT4;

12