Home
last modified time | relevance | path

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

/hal_infineon-3.5.0/mtb-hal-cat1/include_pvt/
Dcyhal_utils_impl.h47 #define _CYHAL_UTILS_UNPACK_INSTANCE(value) (((value) >> 4) & 0x3) macro
/hal_infineon-3.5.0/mtb-hal-cat1/source/
Dcyhal_utils_impl.c172 uint8_t instance = _CYHAL_UTILS_UNPACK_INSTANCE(peri_group); in _cyhal_utils_allocate_peri()