Home
last modified time | relevance | path

Searched refs:REG_GET_BIT (Results 1 – 9 of 9) sorted by relevance

/device/soc/esp/esp32/components/bootloader_support/src/
Dbootloader_efuse_esp32.c58 if (REG_GET_BIT(EFUSE_BLK0_RDATA3_REG, EFUSE_RD_CHIP_CPU_FREQ_RATED) && in bootloader_clock_get_rated_freq_mhz()
59 REG_GET_BIT(EFUSE_BLK0_RDATA3_REG, EFUSE_RD_CHIP_CPU_FREQ_LOW)) { in bootloader_clock_get_rated_freq_mhz()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dgpio_ll.h76 return REG_GET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PU) ? true : false; in gpio_ll_pullup_is_enabled()
110 return REG_GET_BIT(GPIO_PIN_MUX_REG[gpio_num], FUN_PD) ? true : false; in gpio_ll_pulldown_is_enabled()
144 return REG_GET_BIT(GPIO_PIN_MUX_REG[gpio_num], SLP_SEL) ? true : false; in gpio_ll_sleep_sel_is_enabled()
178 return REG_GET_BIT(GPIO_PIN_MUX_REG[gpio_num], SLP_PU) ? true : false; in gpio_ll_sleep_pullup_is_enabled()
212 return REG_GET_BIT(GPIO_PIN_MUX_REG[gpio_num], SLP_PD) ? true : false; in gpio_ll_sleep_pulldown_is_enabled()
/device/soc/esp/esp32/components/esp_hw_support/port/esp32/
Drtc_wdt.c150 …return (REG_GET_BIT(RTC_CNTL_WDTCONFIG0_REG, RTC_CNTL_WDT_EN) != 0) || (REG_GET_BIT(RTC_CNTL_WDTCO… in rtc_wdt_is_on()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/bk7235/hal/
Defuse_ll.h55 return !REG_GET_BIT(EFUSE_R_CTRL, BIT(0)); in efuse_ll_is_operate_finished()
/device/soc/esp/esp32/components/esp_system/port/
Dcpu_start.c192 is_single_core = REG_GET_BIT(EFUSE_BLK0_RDATA3_REG, EFUSE_RD_CHIP_VER_DIS_APP_CPU); in start_other_core()
215 if (!REG_GET_BIT(SYSTEM_CORE_1_CONTROL_0_REG, SYSTEM_CONTROL_CORE_1_CLKGATE_EN)) { in start_other_core()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dsoc.h118 #define REG_GET_BIT(_r, _b) ({ … macro
119 …ASSERT_IF_DPORT_REG((_r), REG_GET_BIT); …
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/soc/bk7235/
Dsoc.h62 #define REG_GET_BIT(_r, _b) ({\ macro
/device/soc/esp/esp32/components/osal/port/xtensa/
Dport.c454 if (REG_GET_BIT(EFUSE_BLK0_RDATA3_REG, EFUSE_RD_CHIP_VER_DIS_APP_CPU)) { in esp_startup_start_app()
/device/soc/esp/esp32/components/spi_flash/
Dcache_utils.c365 bool result = (REG_GET_BIT(EXTMEM_PRO_ICACHE_CTRL_REG, EXTMEM_PRO_ICACHE_ENABLE) != 0); in spi_flash_cache_enabled()
367 bool result = (REG_GET_BIT(EXTMEM_ICACHE_CTRL_REG, EXTMEM_ICACHE_ENABLE) != 0); in spi_flash_cache_enabled()