Home
last modified time | relevance | path

Searched refs:enable_w1ts (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-3.6.0/components/spi_flash/
Desp_flash_spi_init.c167 GPIO.enable_w1ts.val = (0x1 << cs_io_num); in cs_initialize()
170 GPIO.enable_w1ts = (0x1 << cs_io_num); in cs_initialize()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dgpio_ll.h207 hw->enable_w1ts.enable_w1ts = (0x1 << gpio_num); in gpio_ll_output_enable()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dgpio_ll.h217 hw->enable_w1ts.enable_w1ts = (0x1 << gpio_num); in gpio_ll_output_enable()
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dgpio_struct.h63 uint32_t enable_w1ts:26; member
67 } enable_w1ts; member
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dgpio_struct.h63 uint32_t enable_w1ts:26; member
67 } enable_w1ts; member
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dgpio_struct.h57 uint32_t enable_w1ts; /*GPIO0~31 output enable write 1 to set*/ member
Drtc_io_struct.h58 } enable_w1ts; member
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dgpio_struct.h50 uint32_t enable_w1ts; member
Drtc_io_struct.h58 } enable_w1ts; member
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dgpio_struct.h54 uint32_t enable_w1ts; /**/ member
Drtc_io_struct.h55 } enable_w1ts; member
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Drtc_io_ll.h80 RTCIO.enable_w1ts.w1ts = (1U << rtcio_num); in rtcio_ll_output_enable()
Dgpio_ll.h211 hw->enable_w1ts = (0x1 << gpio_num); in gpio_ll_output_enable()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Drtc_io_ll.h69 RTCIO.enable_w1ts.w1ts = (1U << rtcio_num); in rtcio_ll_output_enable()
Dgpio_ll.h216 hw->enable_w1ts = (0x1 << gpio_num); in gpio_ll_output_enable()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Drtc_io_ll.h77 RTCIO.enable_w1ts.w1ts = (1U << rtcio_num); in rtcio_ll_output_enable()
Dgpio_ll.h344 hw->enable_w1ts = (0x1 << gpio_num); in gpio_ll_output_enable()