Searched refs:cyhal_used (Results 1 – 2 of 2) sorted by relevance
/hal_infineon-3.6.0/mtb-hal-cat1/source/ |
D | cyhal_hwmgr.c | 181 cy_rslt_t rslt = _cyhal_is_set(cyhal_used, obj->type, obj->block_num, obj->channel_num, &isSet); in cyhal_hwmgr_reserve() 189 rslt = _cyhal_set_bit(cyhal_used, obj->type, obj->block_num, obj->channel_num); in cyhal_hwmgr_reserve() 199 cy_rslt_t rslt = _cyhal_clear_bit(cyhal_used, obj->type, obj->block_num, obj->channel_num); in cyhal_hwmgr_free()
|
D | cyhal_hwmgr_impl_part.h | 1362 static uint8_t cyhal_used[(CY_TOTAL_ALLOCATABLE_ITEMS + 7) / 8] = {0}; variable
|