Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc.h148 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … macro
149 …ASSERT_IF_DPORT_REG((reg), GET_PERI_REG_BITS2); …
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc.h137 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc.h131 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc.h135 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc.h129 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc.h129 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … macro
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Drtc_io_ll.h150 …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.h407 …*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-latest/components/soc/esp32s3/include/soc/
Dsoc.h144 #define GET_PERI_REG_BITS2(reg, mask,shift) ({ … macro
/hal_espressif-latest/components/hal/esp32/include/hal/
Drtc_io_ll.h147 …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.h563 …*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-latest/components/hal/esp32s3/include/hal/
Drtc_io_ll.h163 …uint32_t strength = GET_PERI_REG_BITS2(rtc_io_desc[rtcio_num].reg, rtc_io_desc[rtcio_num].drv_v, r… in rtcio_ll_get_drive_capability()
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()
Dgpio_ll.h428 uint32_t drv_cap = GET_PERI_REG_BITS2(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_DRV_V, FUN_DRV_S); in gpio_ll_get_drive_capability()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dgpio_ll.h388 …*strength = (gpio_drive_cap_t)GET_PERI_REG_BITS2(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_DRV_V, FUN… in gpio_ll_get_drive_capability()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dgpio_ll.h383 …*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-latest/components/hal/esp32c3/include/hal/
Dgpio_ll.h401 uint32_t drv_cap = GET_PERI_REG_BITS2(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_DRV_V, FUN_DRV_S); in gpio_ll_get_drive_capability()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dgpio_ll.h431 …*strength = (gpio_drive_cap_t)GET_PERI_REG_BITS2(IO_MUX_GPIO0_REG + (gpio_num * 4), FUN_DRV_V, FUN… in gpio_ll_get_drive_capability()