Home
last modified time | relevance | path

Searched refs:enable1_w1tc (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.7.0/components/soc/esp32c6/include/soc/
Dgpio_struct.h197 uint32_t enable1_w1tc:3; member
572 volatile gpio_enable1_w1tc_reg_t enable1_w1tc; member
/hal_espressif-3.7.0/components/soc/esp32/include/soc/
Dgpio_struct.h79 } enable1_w1tc; member
/hal_espressif-3.7.0/components/soc/esp32s3/include/soc/
Dgpio_struct.h72 } enable1_w1tc; member
/hal_espressif-3.7.0/components/soc/esp32s2/include/soc/
Dgpio_struct.h70 } enable1_w1tc; member
/hal_espressif-3.7.0/components/hal/esp32s2/include/hal/
Dgpio_ll.h227 hw->enable1_w1tc.data = (0x1 << (gpio_num - 32)); in gpio_ll_output_disable()
/hal_espressif-3.7.0/components/hal/esp32s3/include/hal/
Dgpio_ll.h240 hw->enable1_w1tc.data = (0x1 << (gpio_num - 32)); in gpio_ll_output_disable()
/hal_espressif-3.7.0/components/hal/esp32/include/hal/
Dgpio_ll.h340 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->enable1_w1tc, data, (0x1 << (gpio_num - 32))); in gpio_ll_output_disable()