Searched refs:clock_resource (Results 1 – 1 of 1) sorted by relevance
4077 cyhal_resource_inst_t clock_resource = { CYHAL_RSC_CLOCK, block, i }; in _cyhal_clock_allocate_channel() local4078 if (CY_RSLT_SUCCESS == cyhal_hwmgr_reserve(&clock_resource)) in _cyhal_clock_allocate_channel()4109 cyhal_resource_inst_t clock_resource = { CYHAL_RSC_CLOCK, clock_->block, clock_->channel }; in cyhal_clock_reserve() local4110 cy_rslt_t rslt = cyhal_hwmgr_reserve(&clock_resource); in cyhal_clock_reserve()