Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_hwmgr.c93 uint16_t offsetRsc = _cyhal_get_resource_offset(type); in _cyhal_get_bit_position()
97 ? _cyhal_get_resource_offset((cyhal_resource_t)(type + 1)) in _cyhal_get_bit_position()
217 uint16_t offsetStartOfRsc = _cyhal_get_resource_offset(type); in _cyhal_hwmgr_allocate_with_connection()
219 ? _cyhal_get_resource_offset((cyhal_resource_t)(type + 1)) in _cyhal_hwmgr_allocate_with_connection()
Dcyhal_hwmgr_impl_part.h1441 static inline uint16_t _cyhal_get_resource_offset(cyhal_resource_t type) in _cyhal_get_resource_offset() function