Home
last modified time | relevance | path

Searched defs:mappings (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-3.6.0/mtb-hal-cat1/include_pvt/
Dcyhal_utils.h77 #define _CYHAL_UTILS_TRY_ALLOC(pin, rsc, mappings) \ argument
87 #define _CYHAL_UTILS_GET_RESOURCE(pin, mappings) _cyhal_utils_get_resource(pin, mappings, sizeof(ma… argument
97 #define _CYHAL_UTILS_GET_RESOURCE_INST(pin, mappings, block_res) _cyhal_utils_get_resource(pin, map… argument
Dcyhal_utils_impl.h243 #define CY_UTILS_GET_RESOURCE(pin, mappings) _CYHAL_UTILS_GET_RESOURCE((pin), (mappings)) argument
244 #define cyhal_utils_get_resource(pin, mappings, count) _cyhal_utils_get_resource((pin), (mappings)… argument
/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_utils.c38 …apping_t *_cyhal_utils_get_resource(cyhal_gpio_t pin, const cyhal_resource_pin_mapping_t* mappings in _cyhal_utils_get_resource()