Home
last modified time | relevance | path

Searched refs:pll_resource (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_usb_dev.c319 result = _cyhal_usb_dev_reserve_pll(&(obj->pll_resource)); in _cyhal_usb_dev_hf_clock_setup()
324 …result = _cyhal_usb_dev_init_pll(clock, obj->pll_resource.block_num, _CYHAL_USB_DEV_USB_CLK_HF_FRE… in _cyhal_usb_dev_hf_clock_setup()
411 if (CYHAL_RSC_INVALID != obj->pll_resource.type) in _cyhal_usb_dev_free_resources()
412 cyhal_hwmgr_free(&(obj->pll_resource)); in _cyhal_usb_dev_free_resources()
443 obj->pll_resource.type = CYHAL_RSC_INVALID; in cyhal_usb_dev_init()
/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_hw_types.h1584 cyhal_resource_inst_t pll_resource; member