Searched refs:REG_GET_BIT (Results 1 – 9 of 9) sorted by relevance
/device/soc/esp/esp32/components/bootloader_support/src/ |
D | bootloader_efuse_esp32.c | 58 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/ |
D | gpio_ll.h | 76 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/ |
D | rtc_wdt.c | 150 …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/ |
D | efuse_ll.h | 55 return !REG_GET_BIT(EFUSE_R_CTRL, BIT(0)); in efuse_ll_is_operate_finished()
|
/device/soc/esp/esp32/components/esp_system/port/ |
D | cpu_start.c | 192 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/ |
D | soc.h | 118 #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/ |
D | soc.h | 62 #define REG_GET_BIT(_r, _b) ({\ macro
|
/device/soc/esp/esp32/components/osal/port/xtensa/ |
D | port.c | 454 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/ |
D | cache_utils.c | 365 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()
|