Home
last modified time | relevance | path

Searched refs:ghwcfg2 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Dusb_struct.h40 volatile uint32_t ghwcfg2; // 0x0048 User Hardware Configuration 2 Register member
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Dusb_struct.h41 volatile uint32_t ghwcfg2; // 0x0048 User Hardware Configuration 2 Register member
/hal_espressif-3.4.0/components/hal/include/hal/
Dusbh_ll.h336 static inline void usb_ll_get_hardware_config(usbh_dev_t *hw, uint32_t *ghwcfg1, uint32_t *ghwcfg2,… in usb_ll_get_hardware_config() argument
339 *ghwcfg2 = hw->ghwcfg2_reg.val; in usb_ll_get_hardware_config()