Home
last modified time | relevance | path

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

/hal_infineon-3.7.0/mtb-hal-cat1/include_pvt/
Dcyhal_utils.h108 …in_mapping_t* mappings, size_t count, const cyhal_resource_inst_t* block_res, bool ignore_channel);
149 bool ignore_channel) in _cyhal_utils_map_resource_equal() argument
151 …return (resource->block_num == map->block_num) && (ignore_channel || resource->channel_num == map-… in _cyhal_utils_map_resource_equal()
/hal_infineon-3.7.0/mtb-hal-cat1/source/
Dcyhal_utils.c39 const cyhal_resource_inst_t* block_res, bool ignore_channel) in _cyhal_utils_get_resource() argument
47 …NULL == block_res) || (_cyhal_utils_map_resource_equal(block_res, &(mappings[i]), ignore_channel))) in _cyhal_utils_get_resource()