Searched refs:ghwcfg4 (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | usb_struct.h | 57 volatile uint32_t ghwcfg4; // 0x0050 User Hardware Configuration 4 Register member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | usb_struct.h | 57 volatile uint32_t ghwcfg4; // 0x0050 User Hardware Configuration 4 Register member
|
/hal_espressif-latest/components/hal/ |
D | usb_dwc_hal.c | 169 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/ |
D | usb_dwc_ll.h | 356 …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()
|