Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_utils_impl.c140 …llocate_peri(cyhal_clock_t *clock, uint8_t peri_group, cyhal_clock_block_t div, bool accept_larger) in _cyhal_utils_allocate_peri() argument
183 if(CY_RSLT_SUCCESS == result || !accept_larger) in _cyhal_utils_allocate_peri()
509 …k_t *clock, const cyhal_resource_inst_t *clocked_item, cyhal_clock_block_t div, bool accept_larger) in _cyhal_utils_allocate_clock() argument
548 return _cyhal_utils_allocate_peri(clock, 0, div, accept_larger); in _cyhal_utils_allocate_clock()
556 …k_t *clock, const cyhal_resource_inst_t *clocked_item, cyhal_clock_block_t div, bool accept_larger) in _cyhal_utils_allocate_clock() argument
579 return _cyhal_utils_allocate_peri(clock, peri_group, div, accept_larger); in _cyhal_utils_allocate_clock()
585 …k_t *clock, const cyhal_resource_inst_t *clocked_item, cyhal_clock_block_t div, bool accept_larger) in _cyhal_utils_allocate_clock() argument
589 return _cyhal_utils_allocate_peri(clock, peri_group, div, accept_larger); in _cyhal_utils_allocate_clock()
592 …k_t *clock, const cyhal_resource_inst_t *clocked_item, cyhal_clock_block_t div, bool accept_larger) in _cyhal_utils_allocate_clock() argument
596 return _cyhal_utils_allocate_peri(clock, 0, div, accept_larger); in _cyhal_utils_allocate_clock()
/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_utils_impl.h177 cyhal_clock_block_t div, bool accept_larger);