Home
last modified time | relevance | path

Searched refs:ghwcfg3 (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/
Dusb_dwc_hal.c169 uint32_t ghwcfg1, ghwcfg2, ghwcfg3, ghwcfg4; in usb_dwc_hal_set_fifo_bias() local
170 usb_dwc_ll_ghwcfg_get_hw_config(hal->dev, &ghwcfg1, &ghwcfg2, &ghwcfg3, &ghwcfg4); in usb_dwc_hal_set_fifo_bias()
171 const uint16_t fifo_size_lines = ((usb_dwc_ghwcfg3_reg_t)ghwcfg3).dfifodepth; in usb_dwc_hal_set_fifo_bias()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dusb_struct.h56 volatile uint32_t ghwcfg3; // 0x004c User Hardware Configuration 3 Register member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dusb_struct.h56 volatile uint32_t ghwcfg3; // 0x004c User Hardware Configuration 3 Register member
/hal_espressif-latest/components/hal/include/hal/
Dusb_dwc_ll.h356 …onfig(usb_dwc_dev_t *hw, uint32_t *ghwcfg1, uint32_t *ghwcfg2, uint32_t *ghwcfg3, uint32_t *ghwcfg… in usb_dwc_ll_ghwcfg_get_hw_config() argument
360 *ghwcfg3 = hw->ghwcfg3_reg.val; in usb_dwc_ll_ghwcfg_get_hw_config()