Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/soc/esp32c6/include/soc/
Dgpio_struct.h88 uint32_t out1_w1ts:3; member
564 volatile gpio_out1_w1ts_reg_t out1_w1ts; member
/hal_espressif-3.7.0/components/soc/esp32/include/soc/
Dgpio_struct.h41 } out1_w1ts; member
/hal_espressif-3.7.0/components/soc/esp32s3/include/soc/
Dgpio_struct.h34 } out1_w1ts; member
/hal_espressif-3.7.0/components/soc/esp32s2/include/soc/
Dgpio_struct.h32 } out1_w1ts; member
/hal_espressif-3.7.0/components/hal/esp32s2/include/hal/
Dgpio_ll.h298 hw->out1_w1ts.data = (1 << (gpio_num - 32)); in gpio_ll_set_level()
/hal_espressif-3.7.0/components/hal/esp32s3/include/hal/
Dgpio_ll.h314 hw->out1_w1ts.data = (1 << (gpio_num - 32)); in gpio_ll_set_level()
/hal_espressif-3.7.0/components/hal/esp32/include/hal/
Dgpio_ll.h455 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->out1_w1ts, data, (1 << (gpio_num - 32))); in gpio_ll_set_level()