Searched refs:ghwcfg2 (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | usb_struct.h | 55 volatile uint32_t ghwcfg2; // 0x0048 User Hardware Configuration 2 Register member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | usb_struct.h | 55 volatile uint32_t ghwcfg2; // 0x0048 User Hardware Configuration 2 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 …_ll_ghwcfg_get_hw_config(usb_dwc_dev_t *hw, uint32_t *ghwcfg1, uint32_t *ghwcfg2, uint32_t *ghwcfg… in usb_dwc_ll_ghwcfg_get_hw_config() argument 359 *ghwcfg2 = hw->ghwcfg2_reg.val; in usb_dwc_ll_ghwcfg_get_hw_config()
|