Searched defs:mappings (Results 1 – 3 of 3) sorted by relevance
/hal_infineon-3.6.0/mtb-hal-cat1/include_pvt/ |
D | cyhal_utils.h | 77 #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
|
D | cyhal_utils_impl.h | 243 #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/ |
D | cyhal_utils.c | 38 …apping_t *_cyhal_utils_get_resource(cyhal_gpio_t pin, const cyhal_resource_pin_mapping_t* mappings… in _cyhal_utils_get_resource()
|