Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dgpio_struct.h79 } enable1_w1tc; member
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dgpio_struct.h72 } enable1_w1tc; member
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dgpio_struct.h76 } enable1_w1tc; member
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dgpio_ll.h194 hw->enable1_w1tc.data = (0x1 << (gpio_num - 32)); in gpio_ll_output_disable()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dgpio_ll.h199 hw->enable1_w1tc.data = (0x1 << (gpio_num - 32)); in gpio_ll_output_disable()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dgpio_ll.h327 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->enable1_w1tc, data, (0x1 << (gpio_num - 32))); in gpio_ll_output_disable()