Home
last modified time | relevance | path

Searched refs:GET_PERI_REG_BITS2 (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_tsens.c27 int res = GET_PERI_REG_BITS2(SENS_SAR_SLAVE_ADDR3_REG, SENS_TSENS_OUT, SENS_TSENS_OUT_S);
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc.h239 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … macro
240 …ASSERT_IF_DPORT_REG((reg), GET_PERI_REG_BITS2); …
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h210 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … macro
211 …ASSERT_IF_DPORT_REG((reg), GET_PERI_REG_BITS2); …
/hal_espressif-3.6.0/components/ulp/ulp_riscv/include/ulp_riscv/
Dulp_riscv_register_ops.h141 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … macro
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dtouch_sensor_ll.h189 …*slope = GET_PERI_REG_BITS2(RTC_CNTL_TOUCH_DAC_REG, RTC_CNTL_TOUCH_PAD0_DAC_V, (RTC_CNTL_TOUCH_PAD… in touch_ll_get_slope()
191 …*slope = GET_PERI_REG_BITS2(RTC_CNTL_TOUCH_DAC1_REG, RTC_CNTL_TOUCH_PAD10_DAC_V, (RTC_CNTL_TOUCH_P… in touch_ll_get_slope()
Drtc_io_ll.h149 …return GET_PERI_REG_BITS2(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].drv_v, rtc_io_desc[rt… in rtcio_ll_get_drive_capability()
Dgpio_ll.h334 …*strength = (gpio_drive_cap_t)GET_PERI_REG_BITS2(GPIO_PIN_MUX_REG[gpio_num], FUN_DRV_V, FUN_DRV_S); in gpio_ll_get_drive_capability()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Drtc_io_ll.h160 …return GET_PERI_REG_BITS2(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].drv_v, rtc_io_desc[rt… in rtcio_ll_get_drive_capability()
Dgpio_ll.h329 …*strength = (gpio_drive_cap_t)GET_PERI_REG_BITS2(GPIO_PIN_MUX_REG[gpio_num], FUN_DRV_V, FUN_DRV_S); in gpio_ll_get_drive_capability()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Drtc_io_ll.h157 …return GET_PERI_REG_BITS2(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].drv_v, rtc_io_desc[rt… in rtcio_ll_get_drive_capability()
Dgpio_ll.h506 …*strength = (gpio_drive_cap_t)GET_PERI_REG_BITS2(GPIO_PIN_MUX_REG[gpio_num], FUN_DRV_V, FUN_DRV_S); in gpio_ll_get_drive_capability()
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc.h191 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc.h214 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc.h224 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … macro
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dgpio_ll.h310 …*strength = (gpio_drive_cap_t)GET_PERI_REG_BITS2(GPIO_PIN_MUX_REG[gpio_num], FUN_DRV_V, FUN_DRV_S); in gpio_ll_get_drive_capability()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dgpio_ll.h320 …*strength = (gpio_drive_cap_t)GET_PERI_REG_BITS2(GPIO_PIN_MUX_REG[gpio_num], FUN_DRV_V, FUN_DRV_S); in gpio_ll_get_drive_capability()
/hal_espressif-3.6.0/components/soc/src/esp32/
Drtc_clk.c250 uint32_t is_rev0 = (GET_PERI_REG_BITS2(EFUSE_BLK0_RDATA3_REG, 1, 15) == 0); in rtc_clk_apll_enable()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Drtc_clk.c285 uint32_t is_rev0 = (GET_PERI_REG_BITS2(EFUSE_BLK0_RDATA3_REG, 1, 15) == 0); in rtc_clk_apll_enable()