Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dusb_struct.h57 volatile uint32_t ghwcfg4; // 0x0050 User Hardware Configuration 4 Register member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dusb_struct.h57 volatile uint32_t ghwcfg4; // 0x0050 User Hardware Configuration 4 Register member
/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()
/hal_espressif-latest/components/hal/include/hal/
Dusb_dwc_ll.h356 …nfig(usb_dwc_dev_t *hw, uint32_t *ghwcfg1, uint32_t *ghwcfg2, uint32_t *ghwcfg3, uint32_t *ghwcfg4) in usb_dwc_ll_ghwcfg_get_hw_config() argument
361 *ghwcfg4 = hw->ghwcfg4_reg.val; in usb_dwc_ll_ghwcfg_get_hw_config()