Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dgpio_struct.h183 uint32_t enable1_w1ts:3; member
571 volatile gpio_enable1_w1ts_reg_t enable1_w1ts; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Dgpio_struct.h72 } enable1_w1ts; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dgpio_struct.h65 } enable1_w1ts; member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dgpio_struct.h63 } enable1_w1ts; member
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dgpio_ll.h293 hw->enable1_w1ts.data = (0x1 << (gpio_num - 32)); in gpio_ll_output_enable()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dgpio_ll.h280 hw->enable1_w1ts.data = (0x1 << (gpio_num - 32)); in gpio_ll_output_enable()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dgpio_ll.h392 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->enable1_w1ts, data, (0x1 << (gpio_num - 32))); in gpio_ll_output_enable()