Home
last modified time | relevance | path

Searched refs:BOOT_MODE_GET (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/soc/esp32/include/soc/
Dboot_mode.h55 #define BOOT_MODE_GET() (GPIO_REG_READ(GPIO_STRAP)) macro
58 #define ETS_IS_UART_BOOT() IS_01111(BOOT_MODE_GET())
61 #define ETS_IS_FLASH_BOOT() (IS_1XXXX(BOOT_MODE_GET()) || IS_010XX(BOOT_MODE_GET()) || IS_01100(
64 #define ETS_IS_FAST_FLASH_BOOT() (IS_1XXXX(BOOT_MODE_GET()) || IS_010XX(BOOT_MODE_GET()))
67 #define ETS_IS_SPI_FLASH_BOOT() (IS_1XXXX(BOOT_MODE_GET()) || IS_01100(BOOT_MODE_GET()))
70 #define ETS_IS_HSPI_FLASH_BOOT() IS_010XX(BOOT_MODE_GET())
73 #define ETS_IS_SDIO_FEI_FEO_V2_BOOT() IS_00X00(BOOT_MODE_GET())
76 #define ETS_IS_SDIO_FEI_REO_V2_BOOT() IS_00X01(BOOT_MODE_GET())
79 #define ETS_IS_SDIO_REI_FEO_V2_BOOT() IS_00X10(BOOT_MODE_GET())
82 #define ETS_IS_SDIO_REI_REO_V2_BOOT() IS_00X11(BOOT_MODE_GET())
[all …]
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dboot_mode.h45 #define BOOT_MODE_GET() (GPIO_REG_READ(GPIO_STRAP_REG)) macro
47 #define ETS_PRINT_CONTROL_HIGH_LEVEL() IS_X1XX(BOOT_MODE_GET())
50 #define ETS_IS_UART_BOOT() IS_0010(BOOT_MODE_GET())
52 #define ETS_IS_USB_BOOT() IS_0000(BOOT_MODE_GET())
55 #define ETS_IS_FLASH_BOOT() IS_1XXX(BOOT_MODE_GET())
58 #define ETS_IS_FAST_FLASH_BOOT() IS_1XXX(BOOT_MODE_GET())
63 #define ETS_IS_SDIO_FEI_FEO_V2_BOOT() IS_0100(BOOT_MODE_GET())
66 #define ETS_IS_SDIO_FEI_REO_V2_BOOT() IS_0101(BOOT_MODE_GET())
69 #define ETS_IS_SDIO_REI_FEO_V2_BOOT() IS_0110(BOOT_MODE_GET())
72 #define ETS_IS_SDIO_REI_REO_V2_BOOT() IS_0111(BOOT_MODE_GET())
[all …]
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dboot_mode.h52 #define BOOT_MODE_GET() (GPIO_REG_READ(GPIO_STRAP_REG)) macro
55 #define ETS_IS_UART_BOOT() IS_0111(BOOT_MODE_GET())
58 #define ETS_IS_FLASH_BOOT() (IS_1XXX(BOOT_MODE_GET()) || IS_0100(BOOT_MODE_GET(…
61 #define ETS_IS_FAST_FLASH_BOOT() IS_1XXX(BOOT_MODE_GET())
66 #define ETS_IS_SDIO_FEI_FEO_V2_BOOT() IS_0000(BOOT_MODE_GET())
69 #define ETS_IS_SDIO_FEI_REO_V2_BOOT() IS_0001(BOOT_MODE_GET())
72 #define ETS_IS_SDIO_REI_FEO_V2_BOOT() IS_0010(BOOT_MODE_GET())
75 #define ETS_IS_SDIO_REI_REO_V2_BOOT() IS_0011(BOOT_MODE_GET())
78 #define ETS_IS_SDIO_REI_FEO_V1_BOOT() IS_0110(BOOT_MODE_GET())
81 #define ETS_IS_SDIO_BOOT() IS_0110(BOOT_MODE_GET())
[all …]
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dboot_mode.h44 #define BOOT_MODE_GET() (GPIO_REG_READ(GPIO_STRAP_REG)) macro
47 #define ETS_IS_UART_BOOT() IS_0111(BOOT_MODE_GET())
50 #define ETS_IS_FLASH_BOOT() (IS_1XXX(BOOT_MODE_GET()) || IS_0100(BOOT_MODE_GET(…
53 #define ETS_IS_FAST_FLASH_BOOT() IS_1XXX(BOOT_MODE_GET())
58 #define ETS_IS_SDIO_FEI_FEO_V2_BOOT() IS_0000(BOOT_MODE_GET())
61 #define ETS_IS_SDIO_FEI_REO_V2_BOOT() IS_0001(BOOT_MODE_GET())
64 #define ETS_IS_SDIO_REI_FEO_V2_BOOT() IS_0010(BOOT_MODE_GET())
67 #define ETS_IS_SDIO_REI_REO_V2_BOOT() IS_0011(BOOT_MODE_GET())
70 #define ETS_IS_SDIO_REI_FEO_V1_BOOT() IS_0110(BOOT_MODE_GET())
73 #define ETS_IS_SDIO_BOOT() IS_0110(BOOT_MODE_GET())
[all …]
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dboot_mode.h51 #define BOOT_MODE_GET() (GPIO_REG_READ(GPIO_STRAP_REG)) macro
54 #define ETS_IS_UART_BOOT() IS_0111(BOOT_MODE_GET())
57 #define ETS_IS_FLASH_BOOT() (IS_1XXX(BOOT_MODE_GET()) || IS_0100(BOOT_MODE_GET(…
60 #define ETS_IS_FAST_FLASH_BOOT() IS_1XXX(BOOT_MODE_GET())
65 #define ETS_IS_SDIO_FEI_FEO_V2_BOOT() IS_0000(BOOT_MODE_GET())
68 #define ETS_IS_SDIO_FEI_REO_V2_BOOT() IS_0001(BOOT_MODE_GET())
71 #define ETS_IS_SDIO_REI_FEO_V2_BOOT() IS_0010(BOOT_MODE_GET())
74 #define ETS_IS_SDIO_REI_REO_V2_BOOT() IS_0011(BOOT_MODE_GET())
77 #define ETS_IS_SDIO_REI_FEO_V1_BOOT() IS_0110(BOOT_MODE_GET())
80 #define ETS_IS_SDIO_BOOT() IS_0110(BOOT_MODE_GET())
[all …]
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dboot_mode.h44 #define BOOT_MODE_GET() (GPIO_REG_READ(GPIO_STRAP_REG)) macro
47 #define ETS_IS_UART_BOOT() IS_0111(BOOT_MODE_GET())
50 #define ETS_IS_FLASH_BOOT() (IS_1XXX(BOOT_MODE_GET()) || IS_0100(BOOT_MODE_GET(…
53 #define ETS_IS_FAST_FLASH_BOOT() IS_1XXX(BOOT_MODE_GET())
58 #define ETS_IS_SDIO_FEI_FEO_V2_BOOT() IS_0000(BOOT_MODE_GET())
61 #define ETS_IS_SDIO_FEI_REO_V2_BOOT() IS_0001(BOOT_MODE_GET())
64 #define ETS_IS_SDIO_REI_FEO_V2_BOOT() IS_0010(BOOT_MODE_GET())
67 #define ETS_IS_SDIO_REI_REO_V2_BOOT() IS_0011(BOOT_MODE_GET())
70 #define ETS_IS_SDIO_REI_FEO_V1_BOOT() IS_0110(BOOT_MODE_GET())
73 #define ETS_IS_SDIO_BOOT() IS_0110(BOOT_MODE_GET())
[all …]
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dboot_mode.h52 #define BOOT_MODE_GET() (GPIO_REG_READ(GPIO_STRAP_REG)) macro
55 #define ETS_IS_UART_BOOT() IS_0111(BOOT_MODE_GET())
58 #define ETS_IS_FLASH_BOOT() (IS_1XXX(BOOT_MODE_GET()) || IS_0100(BOOT_MODE_GET(…
61 #define ETS_IS_FAST_FLASH_BOOT() IS_1XXX(BOOT_MODE_GET())
66 #define ETS_IS_SDIO_FEI_FEO_V2_BOOT() IS_0000(BOOT_MODE_GET())
69 #define ETS_IS_SDIO_FEI_REO_V2_BOOT() IS_0001(BOOT_MODE_GET())
72 #define ETS_IS_SDIO_REI_FEO_V2_BOOT() IS_0010(BOOT_MODE_GET())
75 #define ETS_IS_SDIO_REI_REO_V2_BOOT() IS_0011(BOOT_MODE_GET())
78 #define ETS_IS_SDIO_REI_FEO_V1_BOOT() IS_0110(BOOT_MODE_GET())
81 #define ETS_IS_SDIO_BOOT() IS_0110(BOOT_MODE_GET())
[all …]